com.vmware.snapservice.clusters.protection_groups package provides
interfaces for managing protection groups 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 |
|---|---|
| ProtectionGroupsFactory |
ProtectionGroupsFactory is responsible for creating instances of services
contained inside the com.vmware.snapservice.clusters.protection_groups package and also has the subpackages reference
to access respective subpackage services. |
| SnapshotsDefinitions |
Defines the type descriptors for the
Snapshots
API service. |
| SnapshotsStub |
Remote stub implementation of the
Snapshots
API service. |
| SnapshotsTypes.CreateResult |
The
CreateResult class contains information regarding the operation to
create protection group snapshot. |
| SnapshotsTypes.CreateResult.Builder |
Builder class for
SnapshotsTypes.CreateResult. |
| SnapshotsTypes.CreateSpec |
The
CreateSpec class contains properties that describe specification for
creating a manual protection group snapshot. |
| SnapshotsTypes.CreateSpec.Builder |
Builder class for
SnapshotsTypes.CreateSpec. |
| 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 protection group snapshot.
|
| SnapshotsTypes.Info.Builder |
Builder class for
SnapshotsTypes.Info. |
| SnapshotsTypes.ListItem |
The
ListItem class contains information about a protection group
snapshot returned by Snapshots.list(java.lang.String, java.lang.String, com.vmware.snapservice.clusters.protection_groups.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.protection_groups.SnapshotsTypes.FilterSpec) method. |
| SnapshotsTypes.ListResult.Builder |
Builder class for
SnapshotsTypes.ListResult. |
| SnapshotsTypes.Type |
The
Type enumeration contains valid snapshot types. |
| SnapshotsTypes.VmSnapshotSummary |
The
VmSnapshotSummary class contains commonly used information about a
virtual machine snapshot. |
| SnapshotsTypes.VmSnapshotSummary.Builder |
Builder class for
SnapshotsTypes.VmSnapshotSummary. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.snapservice.clusters.protection_groups package. |
| Enum | Description |
|---|---|
| SnapshotsTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| SnapshotsTypes.Type.Values |
Native Java
enum representing this enumeration class. |
com.vmware.snapservice.clusters.protection_groups package provides
interfaces for managing protection groups in a vSAN cluster.