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.protection_groups |
The
com.vmware.snapservice.clusters.protection_groups package provides
interfaces for managing protection groups in a vSAN cluster. |
Modifier and Type | Method and Description |
---|---|
static RetentionPeriod |
RetentionPeriod._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 RetentionPeriod |
RetentionPeriod._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RetentionPeriod |
RetentionPeriod.Builder.build() |
RetentionPeriod |
SnapshotPolicy.getRetention()
Retention period for the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotPolicy.setRetention(RetentionPeriod retention)
Retention period for the snapshots.
|
Constructor and Description |
---|
Builder(java.lang.String name,
SnapshotSchedule schedule,
RetentionPeriod retention)
Constructor with parameters for the required properties of
SnapshotPolicy . |
Modifier and Type | Method and Description |
---|---|
RetentionPeriod |
SnapshotsTypes.CreateSpec.getRetention()
Retention period for the snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotsTypes.CreateSpec.setRetention(RetentionPeriod retention)
Retention period for the snapshot.
|
SnapshotsTypes.CreateSpec.Builder |
SnapshotsTypes.CreateSpec.Builder.setRetention(RetentionPeriod retention)
Retention period for the snapshot.
|