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 SnapshotSchedule |
SnapshotSchedule._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 SnapshotSchedule |
SnapshotSchedule._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SnapshotSchedule |
SnapshotSchedule.Builder.build() |
SnapshotSchedule |
SnapshotPolicy.getSchedule()
Schedule for the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotPolicy.setSchedule(SnapshotSchedule schedule)
Schedule for the snapshots.
|
Constructor and Description |
---|
Builder(java.lang.String name,
SnapshotSchedule schedule,
RetentionPeriod retention)
Constructor with parameters for the required properties of
SnapshotPolicy . |