OpenZfsVolumeOriginSnapshotArgs

data class OpenZfsVolumeOriginSnapshotArgs(val copyStrategy: Output<String>, val snapshotArn: Output<String>) : ConvertibleToJava<OpenZfsVolumeOriginSnapshotArgs>

Constructors

Link copied to clipboard
constructor(copyStrategy: Output<String>, snapshotArn: Output<String>)

Properties

Link copied to clipboard
val copyStrategy: Output<String>

Specifies the strategy used when copying data from the snapshot to the new volume. Valid values are CLONE, FULL_COPY, INCREMENTAL_COPY.

Link copied to clipboard
val snapshotArn: Output<String>

The Amazon Resource Name (ARN) of the origin snapshot.

Functions

Link copied to clipboard
open override fun toJava(): OpenZfsVolumeOriginSnapshotArgs