MoveCollectionPropertiesResponse

data class MoveCollectionPropertiesResponse(val errors: MoveCollectionPropertiesResponseErrors, val moveRegion: String? = null, val moveType: String? = null, val provisioningState: String, val sourceRegion: String? = null, val targetRegion: String? = null, val version: String? = null)

Defines the move collection properties.

Constructors

Link copied to clipboard
constructor(errors: MoveCollectionPropertiesResponseErrors, moveRegion: String? = null, moveType: String? = null, provisioningState: String, sourceRegion: String? = null, targetRegion: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the move collection errors.

Link copied to clipboard
val moveRegion: 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: String? = null

Defines the MoveType.

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard
val sourceRegion: String? = null

Gets or sets the source region.

Link copied to clipboard
val targetRegion: String? = null

Gets or sets the target region.

Link copied to clipboard
val version: String? = null

Gets or sets the version of move collection.