Package | Description |
---|---|
com.vmware.snapservice |
The
com.vmware.snapservice package provides interfaces for configuring
and managing vSAN protection groups and snapshots |
Modifier and Type | Method and Description |
---|---|
static SnapshotPolicy |
SnapshotPolicy._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static SnapshotPolicy |
SnapshotPolicy._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SnapshotPolicy |
SnapshotPolicy.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SnapshotPolicy> |
ProtectionGroupInfo.getSnapshotPolicies()
Snapshot policies for the protection targets.
|
java.util.List<SnapshotPolicy> |
ProtectionGroupSpec.getSnapshotPolicies()
Snapshot policy for the protection targets.
|
java.util.List<SnapshotPolicy> |
ProtectionGroupUpdateSpec.getSnapshotPolicies()
Snapshot policy for the protection targets.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectionGroupInfo.setSnapshotPolicies(java.util.List<SnapshotPolicy> snapshotPolicies)
Snapshot policies for the protection targets.
|
void |
ProtectionGroupSpec.setSnapshotPolicies(java.util.List<SnapshotPolicy> snapshotPolicies)
Snapshot policy for the protection targets.
|
ProtectionGroupSpec.Builder |
ProtectionGroupSpec.Builder.setSnapshotPolicies(java.util.List<SnapshotPolicy> snapshotPolicies)
Snapshot policy for the protection targets.
|
void |
ProtectionGroupUpdateSpec.setSnapshotPolicies(java.util.List<SnapshotPolicy> snapshotPolicies)
Snapshot policy for the protection targets.
|
ProtectionGroupUpdateSpec.Builder |
ProtectionGroupUpdateSpec.Builder.setSnapshotPolicies(java.util.List<SnapshotPolicy> snapshotPolicies)
Snapshot policy for the protection targets.
|
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 . |