Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.8 KB

File metadata and controls

29 lines (26 loc) · 1.8 KB

NicMetadata

Properties

Name Type Description Notes
interfaceLabel String Network Interface label.
interfaceType InterfaceTypeEnum Interface that needs to be configured on the partner appliance. Ex. MANAGEMENT, DATA1, DATA2, HA1, HA2, CONTROL.
transports List<TransportsEnum> Transport Type of the service, which is the mechanism of redirecting the traffic to the the partner appliance. Transport type is required if Service caters to any functionality other than EPP. Here, the transports array specifies the kinds of transport where this particular NIC is user configurable. If nothing is specified, and the &quot;user_configurable&quot; flag is true, then user configuration will be allowed for all transports. If any transport is/are specified, then it will be considered as user configurable for the specified transports only.&quot; [optional]
userConfigurable Boolean Used to specify if the given interface needs configuration. Management nics will always need the configuration, for others it will be use case specific. For example, a DATA NIC may be user configurable if the appliance is deployed in certain mode, such as L3_ROUTED. [optional]
interfaceIndex Long Network Interface index.

Enum: InterfaceTypeEnum

Name Value
MANAGEMENT "MANAGEMENT"
DATA1 "DATA1"
DATA2 "DATA2"
HA1 "HA1"
HA2 "HA2"
CONTROL "CONTROL"

Enum: List<TransportsEnum>

Name Value
L2_BRIDGE "L2_BRIDGE"
L3_ROUTED "L3_ROUTED"
NSH "NSH"