Search

Class VCORemotePackage

Extends com.vmware.o11n.plugin.vcoconn.model.RemoteObject
Object representing an instance of remote objects of type Package.

Attributes

Name Type Description
id String Item ID
name String

Methods

None

Returned by

Method Returns
VCORemoteServer.findAllPackages() VCORemotePackage[]

Referenced in

Method Returns
VCODeploymentManager.deletePackageWithContent(VCORemotePackage pckg, boolean keepShared) void
VCODeploymentManager.deployRemotePackage(VCORemotePackage pkg, VCORemoteServer[] targets, boolean override) VCODeploymentStatus[]