com.vmware.vcenter.guest
package provides interfaces for managing
guest customization specifications in the vCenter Server.See: Description
Interface | Description |
---|---|
CustomizationSpecs |
The
CustomizationSpecs interface provides methods to manage guest
customization specifications in the vCenter Server. |
CustomizationSpecsTypes |
Defines the data types of the
CustomizationSpecs
API service. |
Class | Description |
---|---|
CustomizationSpecsDefinitions |
Defines the type descriptors for the
CustomizationSpecs
API service. |
CustomizationSpecsStub |
Remote stub implementation of the
CustomizationSpecs
API service. |
CustomizationSpecsTypes.FilterSpec |
The
FilterSpec class contains properties used to filter the results when
listing guest customization specifications (see CustomizationSpecs.list(com.vmware.vcenter.guest.CustomizationSpecsTypes.FilterSpec) ). |
CustomizationSpecsTypes.FilterSpec.Builder |
Builder class for
CustomizationSpecsTypes.FilterSpec . |
CustomizationSpecsTypes.OsType |
The
OsType enumeration class defines the types of guest operating
systems for which guest customization is supported. |
CustomizationSpecsTypes.Summary |
The
Summary class contains commonly used information about a guest
customization specification. |
CustomizationSpecsTypes.Summary.Builder |
Builder class for
CustomizationSpecsTypes.Summary . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.guest package. |
Enum | Description |
---|---|
CustomizationSpecsTypes.OsType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.guest
package provides interfaces for managing
guest customization specifications in the vCenter Server.