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. |
Modifier and Type | Field and Description |
---|---|
static ProtectionGroupStatus |
ProtectionGroupStatus.ACTIVE
Active
|
static ProtectionGroupStatus |
ProtectionGroupStatus.MARKED_FOR_DELETE
Marked for delete,
|
static ProtectionGroupStatus |
ProtectionGroupStatus.PAUSED
Paused
|
Modifier and Type | Method and Description |
---|---|
ProtectionGroupStatus |
ProtectionGroupInfo.getStatus()
Current status of the protection group.
|
static ProtectionGroupStatus |
ProtectionGroupStatus.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ProtectionGroupStatus[] |
ProtectionGroupStatus.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectionGroupInfo.setStatus(ProtectionGroupStatus status)
Current status of the protection group.
|
Constructor and Description |
---|
Builder(java.lang.String name,
ProtectionGroupStatus status,
TargetEntities targetEntities,
java.util.List<SnapshotPolicy> snapshotPolicies,
java.util.Set<java.lang.String> vms,
java.util.Set<java.lang.String> snapshots,
boolean locked)
Constructor with parameters for the required properties of
ProtectionGroupInfo . |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ProtectionGroupStatus> |
ProtectionGroupsTypes.FilterSpec.getStates()
States of protection groups that can match the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectionGroupsTypes.FilterSpec.setStates(java.util.Set<ProtectionGroupStatus> states)
States of protection groups that can match the filter.
|
ProtectionGroupsTypes.FilterSpec.Builder |
ProtectionGroupsTypes.FilterSpec.Builder.setStates(java.util.Set<ProtectionGroupStatus> states)
States of protection groups that can match the filter.
|