com.vmware.snapservice.clusters
package provides interfaces for
managing protection groups and snapshots in a vSAN cluster.See: Description
Interface | Description |
---|---|
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. |
VirtualMachines |
The
VirtualMachines interface provides methods to manage virtual
machines. |
VirtualMachinesTypes |
The
VirtualMachines interface provides methods to manage virtual
machines. |
Class | 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. |
ProtectionGroupsDefinitions |
Defines the type descriptors for the
ProtectionGroups
API service. |
ProtectionGroupsStub |
Remote stub implementation of the
ProtectionGroups
API service. |
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.ListItem.Builder |
Builder class for
ProtectionGroupsTypes.ListItem . |
ProtectionGroupsTypes.ListResult |
The
ListResult class represents the result of ProtectionGroups.list(java.lang.String, com.vmware.snapservice.clusters.ProtectionGroupsTypes.FilterSpec) method. |
ProtectionGroupsTypes.ListResult.Builder |
Builder class for
ProtectionGroupsTypes.ListResult . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.snapservice.clusters package. |
VirtualMachinesDefinitions |
Defines the type descriptors for the
VirtualMachines
API service. |
VirtualMachinesStub |
Remote stub implementation of the
VirtualMachines
API service. |
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.ListItem.Builder |
Builder class for
VirtualMachinesTypes.ListItem . |
VirtualMachinesTypes.ListResult |
The
ListResult class represents the result of VirtualMachines.list(java.lang.String, com.vmware.snapservice.clusters.VirtualMachinesTypes.FilterSpec) method. |
VirtualMachinesTypes.ListResult.Builder |
Builder class for
VirtualMachinesTypes.ListResult . |
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. |
VirtualMachinesTypes.RevertSpec.Builder |
Builder class for
VirtualMachinesTypes.RevertSpec . |
Enum | Description |
---|---|
ProtectionGroupsTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
VirtualMachinesTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
com.vmware.snapservice.clusters
package provides interfaces for
managing protection groups and snapshots in a vSAN cluster.