Package | Description |
---|---|
com.vmware.snapservice.clusters |
The
com.vmware.snapservice.clusters package provides interfaces for
managing protection groups and snapshots in a vSAN cluster. |
com.vmware.snapservice.clusters.virtual_machines |
The
com.vmware.snapservice.clusters.virtual_machines package provides
interfaces for managing virtual machines in a vSAN cluster. |
Class and Description |
---|
VirtualMachinesFactory
VirtualMachinesFactory is responsible for creating instances of services
contained inside the com.vmware.snapservice.clusters.virtual_machines package and also has the subpackages reference
to access respective subpackage services. |
Class and Description |
---|
Snapshots
The
Snapshots interface provides methods to manage snapshots for a
protection group. |
SnapshotsTypes
The
Snapshots interface provides methods to manage snapshots for a
protection group. |
SnapshotsTypes.FilterSpec
The
FilterSpec class contains properties used to filter the results when
listing snapshots for a protection group. |
SnapshotsTypes.FilterSpec.Builder
Builder class for
SnapshotsTypes.FilterSpec . |
SnapshotsTypes.Info
Information regarding a virtual machine snapshot.
|
SnapshotsTypes.Info.Builder
Builder class for
SnapshotsTypes.Info . |
SnapshotsTypes.ListItem
The
ListItem class contains information about a protection group
returned by Snapshots.list(java.lang.String, java.lang.String, com.vmware.snapservice.clusters.virtual_machines.SnapshotsTypes.FilterSpec) method |
SnapshotsTypes.ListResult
The
ListResult class represents the result of Snapshots.list(java.lang.String, java.lang.String, com.vmware.snapservice.clusters.virtual_machines.SnapshotsTypes.FilterSpec) method. |
SnapshotsTypes.Type
The
Type enumeration contains valid snapshot types. |
SnapshotsTypes.Type.Values
Native Java
enum representing this enumeration class. |
VirtualMachinesFactory
VirtualMachinesFactory is responsible for creating instances of services
contained inside the com.vmware.snapservice.clusters.virtual_machines package and also has the subpackages reference
to access respective subpackage services. |