SourceCreationDataArgs

data class SourceCreationDataArgs(val createSource: Output<VolumeCreateOption>? = null, val sourceUri: Output<String>? = null) : ConvertibleToJava<SourceCreationDataArgs>

Data source used when creating the volume.

Constructors

Link copied to clipboard
constructor(createSource: Output<VolumeCreateOption>? = null, sourceUri: Output<String>? = null)

Properties

Link copied to clipboard
val createSource: Output<VolumeCreateOption>? = null

This enumerates the possible sources of a volume creation.

Link copied to clipboard
val sourceUri: Output<String>? = null

If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point.

Functions

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