VolumeCreateSourceArgs

data class VolumeCreateSourceArgs(val sourceId: Output<String>, val sourceType: Output<String>) : ConvertibleToJava<VolumeCreateSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceId: Output<String>, sourceType: Output<String>)

Properties

Link copied to clipboard
val sourceId: Output<String>

Specifies the ID of the source to create the Elastic SAN Volume from. Changing this forces a new resource to be created.

Link copied to clipboard
val sourceType: Output<String>

Specifies the type of the source to create the Elastic SAN Volume from. Possible values are Disk, DiskRestorePoint, DiskSnapshot and VolumeSnapshot. Changing this forces a new resource to be created.

Functions

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