com.vmware.snapservice.clusters.virtual_machines
package provides
interfaces for managing virtual machines in a vSAN cluster.See: Description
Interface | 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. |
Class | Description |
---|---|
SnapshotsDefinitions |
Defines the type descriptors for the
Snapshots
API service. |
SnapshotsStub |
Remote stub implementation of the
Snapshots
API service. |
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.ListItem.Builder |
Builder class for
SnapshotsTypes.ListItem . |
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.ListResult.Builder |
Builder class for
SnapshotsTypes.ListResult . |
SnapshotsTypes.Type |
The
Type enumeration contains valid snapshot types. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.snapservice.clusters.virtual_machines package. |
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. |
Enum | Description |
---|---|
SnapshotsTypes.Type.Values |
Native Java
enum representing this enumeration class. |
com.vmware.snapservice.clusters.virtual_machines
package provides
interfaces for managing virtual machines in a vSAN cluster.