MoveCollectionPropertiesArgs

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

Defines the move collection properties.

Constructors

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

Properties

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

Gets or sets the move region which indicates the region where the VM Regional to Zonal move will be conducted.

Link copied to clipboard
val moveType: Output<Either<String, MoveType>>? = null

Defines the MoveType.

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

Gets or sets the source region.

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

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