Package | Description |
---|---|
com.vmware.snapservice |
The
com.vmware.snapservice package provides interfaces for configuring
and managing vSAN protection groups and snapshots |
com.vmware.snapservice.clusters |
The
com.vmware.snapservice.clusters package provides interfaces for
managing protection groups and snapshots in a vSAN cluster. |
Class and Description |
---|
ClustersFactory
ClustersFactory is responsible for creating instances of services
contained inside the com.vmware.snapservice.clusters package and also has the subpackages reference
to access respective subpackage services. |
Class and Description |
---|
ClustersFactory
ClustersFactory is responsible for creating instances of services
contained inside the com.vmware.snapservice.clusters package and also has the subpackages reference
to access respective subpackage services. |
ProtectionGroups
The
ProtectionGroups interface provides methods for managing protection
groups created for a cluster. |
ProtectionGroupsTypes
The
ProtectionGroups interface provides methods for managing protection
groups created for a cluster. |
ProtectionGroupsTypes._VAPI_OPERATIONS
Identifiers of the task operations
|
ProtectionGroupsTypes.DeleteSpec
The
DeleteSpec class contains properties used to specify the parameters
for deleting a protection group See com.vmware.snapservice.clusters.ProtectionGroups#delete . |
ProtectionGroupsTypes.DeleteSpec.Builder
Builder class for
ProtectionGroupsTypes.DeleteSpec . |
ProtectionGroupsTypes.FilterSpec
The
FilterSpec class contains properties used to filter the results when
listing protection groups for a cluster If multiple properties are specified,
only protection groups matching all of the properties match the filter. |
ProtectionGroupsTypes.FilterSpec.Builder
Builder class for
ProtectionGroupsTypes.FilterSpec . |
ProtectionGroupsTypes.ListItem
The
ListItem class contains information about a protection group
returned by ProtectionGroups.list(java.lang.String, com.vmware.snapservice.clusters.ProtectionGroupsTypes.FilterSpec) method |
ProtectionGroupsTypes.ListResult
The
ListResult class represents the result of ProtectionGroups.list(java.lang.String, com.vmware.snapservice.clusters.ProtectionGroupsTypes.FilterSpec) method. |
VirtualMachines
The
VirtualMachines interface provides methods to manage virtual
machines. |
VirtualMachinesTypes
The
VirtualMachines interface provides methods to manage virtual
machines. |
VirtualMachinesTypes._VAPI_OPERATIONS
Identifiers of the task operations
|
VirtualMachinesTypes.FilterSpec
The
FilterSpec class contains properties used to filter the results when
listing virtual machines for a cluster If multiple properties are specified,
only virtual machines matching all of the properties match the filter. |
VirtualMachinesTypes.FilterSpec.Builder
Builder class for
VirtualMachinesTypes.FilterSpec . |
VirtualMachinesTypes.Info
The
Info class contains properties that provide information regarding a
virtual machine. |
VirtualMachinesTypes.Info.Builder
Builder class for
VirtualMachinesTypes.Info . |
VirtualMachinesTypes.LinkedClonePlacementSpec
The
LinkedClonePlacementSpec class contains properties used to place
cloned virtual machine on to resources within the vcenter inventory. |
VirtualMachinesTypes.LinkedClonePlacementSpec.Builder
Builder class for
VirtualMachinesTypes.LinkedClonePlacementSpec . |
VirtualMachinesTypes.LinkedCloneSpec
The
LinkedCloneSpec class contains properties to create linked clone
virtual machine from the given snapshot. |
VirtualMachinesTypes.LinkedCloneSpec.Builder
Builder class for
VirtualMachinesTypes.LinkedCloneSpec . |
VirtualMachinesTypes.ListItem
The
ListItem class contains information about a virtual machine returned
by VirtualMachines.list(java.lang.String, com.vmware.snapservice.clusters.VirtualMachinesTypes.FilterSpec) method |
VirtualMachinesTypes.ListResult
The
ListResult class represents the result of VirtualMachines.list(java.lang.String, com.vmware.snapservice.clusters.VirtualMachinesTypes.FilterSpec) method. |
VirtualMachinesTypes.RestorePlacementSpec
The
RestorePlacementSpec class contains properties used to place
restored virtual machine on to resources within the vcenter inventory. |
VirtualMachinesTypes.RestorePlacementSpec.Builder
Builder class for
VirtualMachinesTypes.RestorePlacementSpec . |
VirtualMachinesTypes.RestoreSpec
The
RestoreSpec class contains properties to restore deleted virtual
machine to a given snapshot point. |
VirtualMachinesTypes.RestoreSpec.Builder
Builder class for
VirtualMachinesTypes.RestoreSpec . |
VirtualMachinesTypes.RevertSpec
The
RevertSpec class contains properties to revert the virtual machine
to a given snapshot point. |