Package version:

VMwareCbt specific migrate input.

interface VMwareCbtMigrateInput {
    instanceType: "VMwareCbt";
    osUpgradeVersion?: string;
    performShutdown: string;
    postMigrationSteps?: ManagedRunCommandScriptInput[];
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

osUpgradeVersion?: string

A value indicating the inplace OS Upgrade version.

performShutdown: string

A value indicating whether VM is to be shutdown.

postMigrationSteps?: ManagedRunCommandScriptInput[]

The managed run command script input.