InMageRcmNicInput interface
InMageRcm NIC input.
Properties
is |
A value indicating whether this is the primary NIC. |
is |
A value indicating whether this NIC is selected for failover. |
nic |
The NIC Id. |
target |
The target static IP address. |
target |
Target subnet name. |
test |
The test static IP address. |
test |
The test subnet name. |
Property Details
isPrimaryNic
A value indicating whether this is the primary NIC.
isPrimaryNic: string
Property Value
string
isSelectedForFailover
A value indicating whether this NIC is selected for failover.
isSelectedForFailover?: string
Property Value
string
nicId
The NIC Id.
nicId: string
Property Value
string
targetStaticIPAddress
The target static IP address.
targetStaticIPAddress?: string
Property Value
string
targetSubnetName
Target subnet name.
targetSubnetName?: string
Property Value
string
testStaticIPAddress
The test static IP address.
testStaticIPAddress?: string
Property Value
string
testSubnetName
The test subnet name.
testSubnetName?: string
Property Value
string