MoveCollectionPropertiesArgs

data class MoveCollectionPropertiesArgs(val sourceRegion: Output<String>, val targetRegion: Output<String>) : ConvertibleToJava<MoveCollectionPropertiesArgs>

Defines the move collection properties.

Constructors

Link copied to clipboard
constructor(sourceRegion: Output<String>, targetRegion: Output<String>)

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.

Functions

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