Package version:

InMageRcm NIC input.

interface InMageRcmNicInput {
    isPrimaryNic: string;
    isSelectedForFailover?: 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.

isSelectedForFailover?: string

A value indicating whether this NIC is selected for failover.

nicId: string

The NIC Id.

targetNicName?: string

The target NIC name.

targetStaticIPAddress?: string

The target static IP address.

targetSubnetName?: string

Target subnet name.

testStaticIPAddress?: string

The test static IP address.

testSubnetName?: string

The test subnet name.