VolumeCreateSource

data class VolumeCreateSource(val sourceId: String, val sourceType: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.