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 TargetEntities |
TargetEntities._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 TargetEntities |
TargetEntities._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TargetEntities |
TargetEntities.Builder.build() |
TargetEntities |
ProtectionGroupInfo.getTargetEntities()
User provided target entities that must belong to the protection group.
|
TargetEntities |
ProtectionGroupSpec.getTargetEntities()
Target entities for the protection.
|
TargetEntities |
ProtectionGroupUpdateSpec.getTargetEntities()
Target entities for the protection.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectionGroupInfo.setTargetEntities(TargetEntities targetEntities)
User provided target entities that must belong to the protection group.
|
void |
ProtectionGroupSpec.setTargetEntities(TargetEntities targetEntities)
Target entities for the protection.
|
void |
ProtectionGroupUpdateSpec.setTargetEntities(TargetEntities targetEntities)
Target entities for the protection.
|
ProtectionGroupUpdateSpec.Builder |
ProtectionGroupUpdateSpec.Builder.setTargetEntities(TargetEntities targetEntities)
Target entities for the protection.
|
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 . |
Builder(java.lang.String name,
TargetEntities targetEntities)
Constructor with parameters for the required properties of
ProtectionGroupSpec . |