VMwareCbtMigrateInput interface
VMwareCbt specific migrate input.
- Extends
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| os |
A value indicating the inplace OS Upgrade version. |
| perform |
A value indicating whether VM is to be shutdown. |
| post |
The managed run command script input. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMwareCbt"
Property Value
"VMwareCbt"
osUpgradeVersion
A value indicating the inplace OS Upgrade version.
osUpgradeVersion?: string
Property Value
string
performShutdown
A value indicating whether VM is to be shutdown.
performShutdown: string
Property Value
string
postMigrationSteps
The managed run command script input.
postMigrationSteps?: ManagedRunCommandScriptInput[]