Package version:

VMwareCbt specific test migrate input.

interface VMwareCbtTestMigrateInput {
    instanceType: "VMwareCbt";
    networkId: string;
    osUpgradeVersion?: string;
    postMigrationSteps?: ManagedRunCommandScriptInput[];
    recoveryPointId: string;
    vmNics?: VMwareCbtNicInput[];
}

Hierarchy (view full)

Properties

instanceType

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

networkId: string

The test network Id.

osUpgradeVersion?: string

A value indicating the inplace OS Upgrade version.

postMigrationSteps?: ManagedRunCommandScriptInput[]

The managed run command script input.

recoveryPointId: string

The recovery point Id.

The list of NIC details.