MoveCollectionPropertiesArgs

data class MoveCollectionPropertiesArgs(val sourceRegion: Output<String>, val targetRegion: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<MoveCollectionPropertiesArgs>

Defines the move collection properties.

Constructors

Link copied to clipboard
constructor(sourceRegion: Output<String>, targetRegion: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val sourceRegion: Output<String>

Gets or sets the source region.

Link copied to clipboard
val targetRegion: Output<String>

Gets or sets the target region.

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

Gets or sets the version of move collection.

Functions

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