com.vmware.vcenter.vm_template.library_items
package provides
classes and interfaces for managing virtual machine template library items.See: Description
Interface | Description |
---|---|
CheckOuts |
The
CheckOuts interface provides methods for managing the checkouts of a
library item containing a virtual machine template. |
CheckOutsTypes |
Defines the data types of the
CheckOuts
API service. |
Versions |
The
Versions interface provides methods for managing the live versions
of the virtual machine templates contained in a library item. |
VersionsTypes |
Defines the data types of the
Versions
API service. |
Class | Description |
---|---|
CheckOutsDefinitions |
Defines the type descriptors for the
CheckOuts
API service. |
CheckOutsStub |
Remote stub implementation of the
CheckOuts
API service. |
CheckOutsTypes.CheckInSpec |
The
CheckInSpec class defines the information required to check in a
virtual machine into a library item. |
CheckOutsTypes.CheckInSpec.Builder |
Builder class for
CheckOutsTypes.CheckInSpec . |
CheckOutsTypes.CheckOutSpec |
The
CheckOutSpec class defines the information required to check out a
library item containing a virtual machine template. |
CheckOutsTypes.CheckOutSpec.Builder |
Builder class for
CheckOutsTypes.CheckOutSpec . |
CheckOutsTypes.Info |
The
Info class contains information about a checked out virtual machine. |
CheckOutsTypes.Info.Builder |
Builder class for
CheckOutsTypes.Info . |
CheckOutsTypes.PlacementSpec |
The
PlacementSpec class contains information used to place a checked out
virtual machine onto resources within the vCenter inventory. |
CheckOutsTypes.PlacementSpec.Builder |
Builder class for
CheckOutsTypes.PlacementSpec . |
CheckOutsTypes.Summary |
The
Summary class contains commonly used information about a checked out
virtual machine. |
CheckOutsTypes.Summary.Builder |
Builder class for
CheckOutsTypes.Summary . |
LibraryItemsFactory |
LibraryItemsFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm_template.library_items package and also has the subpackages reference
to access respective subpackage services. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm_template.library_items package. |
VersionsDefinitions |
Defines the type descriptors for the
Versions
API service. |
VersionsStub |
Remote stub implementation of the
Versions
API service. |
VersionsTypes.Info |
The
Info class contains information about a version of a library item
containing a virtual machine template. |
VersionsTypes.Info.Builder |
Builder class for
VersionsTypes.Info . |
VersionsTypes.RollbackSpec |
The
RollbackSpec class defines the information required to rollback a
virtual machine template library item to a previous version. |
VersionsTypes.RollbackSpec.Builder |
Builder class for
VersionsTypes.RollbackSpec . |
VersionsTypes.Summary |
The
Summary class contains commonly used information about a version of
a library item containing a virtual machine template. |
VersionsTypes.Summary.Builder |
Builder class for
VersionsTypes.Summary . |
com.vmware.vcenter.vm_template.library_items
package provides
classes and interfaces for managing virtual machine template library items. This
includes methods for checking out virtual machine template library items and
querying previous versions of checked in virtual machines.