VMwareCbtMigrationDetailsResponse

data class VMwareCbtMigrationDetailsResponse(val dataMoverRunAsAccountId: String, val instanceType: String, val lastRecoveryPointReceived: String, val licenseType: String? = null, val migrationRecoveryPointId: String, val osType: String, val protectedDisks: List<VMwareCbtProtectedDiskDetailsResponse>? = null, val snapshotRunAsAccountId: String, val targetAvailabilitySetId: String? = null, val targetBootDiagnosticsStorageAccountId: String? = null, val targetLocation: String, val targetNetworkId: String? = null, val targetResourceGroupId: String? = null, val targetVmName: String? = null, val targetVmSize: String? = null, val vmNics: List<VMwareCbtNicDetailsResponse>? = null, val vmwareMachineId: String)

VMwareCbt provider specific settings

Constructors

Link copied to clipboard
constructor(dataMoverRunAsAccountId: String, instanceType: String, lastRecoveryPointReceived: String, licenseType: String? = null, migrationRecoveryPointId: String, osType: String, protectedDisks: List<VMwareCbtProtectedDiskDetailsResponse>? = null, snapshotRunAsAccountId: String, targetAvailabilitySetId: String? = null, targetBootDiagnosticsStorageAccountId: String? = null, targetLocation: String, targetNetworkId: String? = null, targetResourceGroupId: String? = null, targetVmName: String? = null, targetVmSize: String? = null, vmNics: List<VMwareCbtNicDetailsResponse>? = null, vmwareMachineId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data mover RunAs account Id.

Link copied to clipboard

Gets the instance type. Expected value is 'VMwareCbt'.

Link copied to clipboard

The last recovery point received time.

Link copied to clipboard
val licenseType: String? = null

License Type of the VM to be used.

Link copied to clipboard

The recovery point Id to which the VM was migrated.

Link copied to clipboard

The type of the OS on the VM.

Link copied to clipboard

The list of protected disks.

Link copied to clipboard

The snapshot RunAs account Id.

Link copied to clipboard

The target availability set Id.

Link copied to clipboard

The target boot diagnostics storage account ARM Id.

Link copied to clipboard

The target location.

Link copied to clipboard
val targetNetworkId: String? = null

The target network Id.

Link copied to clipboard

The target resource group Id.

Link copied to clipboard
val targetVmName: String? = null

Target VM name.

Link copied to clipboard
val targetVmSize: String? = null

The target VM size.

Link copied to clipboard

The network details.

Link copied to clipboard

The ARM Id of the VM discovered in VMware.