SourceCreationDataArgs

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

Data source used when creating the volume.

Constructors

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

Properties

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

This enumerates the possible sources of a volume creation.

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

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Functions

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