VMwareCbtTestMigrateInput interface
VMwareCbt specific test migrate input.
- Extends
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| network |
The test network Id. |
| os |
A value indicating the inplace OS Upgrade version. |
| post |
The managed run command script input. |
| recovery |
The recovery point Id. |
| vm |
The list of NIC details. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMwareCbt"
Property Value
"VMwareCbt"
networkId
The test network Id.
networkId: string
Property Value
string
osUpgradeVersion
A value indicating the inplace OS Upgrade version.
osUpgradeVersion?: string
Property Value
string
postMigrationSteps
The managed run command script input.
postMigrationSteps?: ManagedRunCommandScriptInput[]
Property Value
recoveryPointId
The recovery point Id.
recoveryPointId: string
Property Value
string