Package version:

InMageRcm NIC details.

interface InMageRcmNicDetails {
    isPrimaryNic?: string;
    isSelectedForFailover?: string;
    nicId?: string;
    sourceIPAddress?: string;
    sourceIPAddressType?: string;
    sourceNetworkId?: string;
    sourceSubnetName?: string;
    targetIPAddress?: string;
    targetIPAddressType?: string;
    targetNicName?: string;
    targetSubnetName?: string;
    testIPAddress?: string;
    testIPAddressType?: 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. NOTE: This property will not be serialized. It can only be populated by the server.

sourceIPAddress?: string

The source IP address. NOTE: This property will not be serialized. It can only be populated by the server.

sourceIPAddressType?: string

The source IP address type. NOTE: This property will not be serialized. It can only be populated by the server.

sourceNetworkId?: string

Source network Id. NOTE: This property will not be serialized. It can only be populated by the server.

sourceSubnetName?: string

Source subnet name. NOTE: This property will not be serialized. It can only be populated by the server.

targetIPAddress?: string

The target IP address.

targetIPAddressType?: string

The target IP address type.

targetNicName?: string

The target NIC name.

targetSubnetName?: string

Target subnet name.

testIPAddress?: string

The test IP address.

testIPAddressType?: string

The test IP address type.

testSubnetName?: string

Test subnet name.