Package | Description |
---|---|
com.vmware.vcenter.vm |
The
com.vmware.vcenter.vm package provides interfaces for managing
virtual machines. |
com.vmware.vcenter.vm.storage |
Class and Description |
---|
StorageFactory
StorageFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.storage package and also has the subpackages reference
to access respective subpackage services. |
Class and Description |
---|
Policy
The
Policy interface provides methods to configure the storage policies
associated with the virtual machine home and/or its virtual disks. |
PolicyTypes
The
Policy interface provides methods to configure the storage policies
associated with the virtual machine home and/or its virtual disks. |
PolicyTypes.DiskPolicySpec
The
DiskPolicySpec class provides a specification for the storage policy
to be associated with the virtual disks. |
PolicyTypes.DiskPolicySpec.Builder
Builder class for
PolicyTypes.DiskPolicySpec . |
PolicyTypes.DiskPolicySpec.PolicyType
The
DiskPolicySpec enumeration class defines the choices for how to
specify the policy to be associated with a virtual disk. |
PolicyTypes.DiskPolicySpec.PolicyType.Values
Native Java
enum representing this enumeration class. |
PolicyTypes.Info
The
Info class contains information about the storage policies
associated with virtual machine's home directory and virtual hard disks. |
PolicyTypes.Info.Builder
Builder class for
PolicyTypes.Info . |
PolicyTypes.UpdateSpec
The
UpdateSpec class describes the updates to be made to the storage
policies associated with the virtual machine home and/or its virtual disks. |
PolicyTypes.UpdateSpec.Builder
Builder class for
PolicyTypes.UpdateSpec . |
PolicyTypes.VmHomePolicySpec
The
VmHomePolicySpec class provides a specification for the storage
policy to be associated with the virtual machine home's directory. |
PolicyTypes.VmHomePolicySpec.Builder
Builder class for
PolicyTypes.VmHomePolicySpec . |
PolicyTypes.VmHomePolicySpec.PolicyType
The
PolicyType enumeration class defines the choices for how to specify
the policy to be associated with the virtual machine home's directory. |
PolicyTypes.VmHomePolicySpec.PolicyType.Values
Native Java
enum representing this enumeration class. |
StorageFactory
StorageFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.storage package and also has the subpackages reference
to access respective subpackage services. |