public static interface CreateOpenZFSOriginSnapshotConfiguration.Builder extends SdkPojo, CopyableBuilder<CreateOpenZFSOriginSnapshotConfiguration.Builder,CreateOpenZFSOriginSnapshotConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CreateOpenZFSOriginSnapshotConfiguration.Builder |
copyStrategy(OpenZFSCopyStrategy copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
|
CreateOpenZFSOriginSnapshotConfiguration.Builder |
copyStrategy(String copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
|
CreateOpenZFSOriginSnapshotConfiguration.Builder |
snapshotARN(String snapshotARN)
Sets the value of the SnapshotARN property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOpenZFSOriginSnapshotConfiguration.Builder snapshotARN(String snapshotARN)
snapshotARN - The new value for the SnapshotARN property for this object.CreateOpenZFSOriginSnapshotConfiguration.Builder copyStrategy(String copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster
than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin
snapshot can't be deleted if there is a volume using its copied data.
FULL_COPY - Copies all data from the snapshot to the new volume.
copyStrategy - The strategy used when copying data from the snapshot to the new volume.
CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is
faster than copying data from the snapshot to a new volume and doesn't consume disk throughput.
However, the origin snapshot can't be deleted if there is a volume using its copied data.
FULL_COPY - Copies all data from the snapshot to the new volume.
OpenZFSCopyStrategy,
OpenZFSCopyStrategyCreateOpenZFSOriginSnapshotConfiguration.Builder copyStrategy(OpenZFSCopyStrategy copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster
than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin
snapshot can't be deleted if there is a volume using its copied data.
FULL_COPY - Copies all data from the snapshot to the new volume.
copyStrategy - The strategy used when copying data from the snapshot to the new volume.
CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is
faster than copying data from the snapshot to a new volume and doesn't consume disk throughput.
However, the origin snapshot can't be deleted if there is a volume using its copied data.
FULL_COPY - Copies all data from the snapshot to the new volume.
OpenZFSCopyStrategy,
OpenZFSCopyStrategyCopyright © 2023. All rights reserved.