Package version:

VMwareCbt NIC input.

interface VMwareCbtNicInput {
    isPrimaryNic: string;
    isSelectedForMigration?: string;
    nicId: string;
    targetNicName?: string;
    targetStaticIPAddress?: string;
    targetSubnetName?: string;
    testStaticIPAddress?: string;
    testSubnetName?: string;
}

Properties

isPrimaryNic: string

A value indicating whether this is the primary NIC.

isSelectedForMigration?: string

A value indicating whether this NIC is selected for migration.

nicId: string

The NIC Id.

targetNicName?: string

Target NIC name.

targetStaticIPAddress?: string

The static IP address.

targetSubnetName?: string

Target subnet name.

testStaticIPAddress?: string

The test static IP address.

testSubnetName?: string

The test subnet name.