Package version:

InMageRcmFailback NIC details.

interface InMageRcmFailbackNicDetails {
    adapterType?: string;
    macAddress?: string;
    networkName?: string;
    sourceIpAddress?: string;
}

Properties

adapterType?: string

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

macAddress?: string

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

networkName?: string

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

sourceIpAddress?: string

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