NicMetadata (type)

{
  "description": "Information on the Network interfaces present on the partner appliance that needs to be configured by the NSX Manager.", 
  "id": "NicMetadata", 
  "module_id": "ServiceInsertionCommonTypes", 
  "properties": {
    "interface_index": {
      "description": "Network Interface index.", 
      "minimum": 0, 
      "readonly": false, 
      "required": true, 
      "title": "Interface Index", 
      "type": "integer"
    }, 
    "interface_label": {
      "description": "Network Interface label.", 
      "readonly": false, 
      "required": true, 
      "title": "Interface label", 
      "type": "string"
    }, 
    "interface_type": {
      "description": "Interface that needs to be configured on the partner appliance. Ex. MANAGEMENT, DATA1, DATA2, HA1, HA2, CONTROL.", 
      "enum": [
        "MANAGEMENT", 
        "DATA1", 
        "DATA2", 
        "HA1", 
        "HA2", 
        "CONTROL"
      ], 
      "readonly": false, 
      "required": true, 
      "title": "Interface type", 
      "type": "string"
    }, 
    "transports": {
      "description": "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 and MPS. Here, the transports array specifies the kinds of transport where this particular NIC is user configurable. If nothing is specified, and the \"user_configurable\" 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.\"", 
      "items": {
        "enum": [
          "L2_BRIDGE", 
          "L3_ROUTED", 
          "NSH"
        ], 
        "type": "string"
      }, 
      "maxItems": 3, 
      "minItems": 0, 
      "readonly": false, 
      "required": false, 
      "title": "Transport Type", 
      "type": "array"
    }, 
    "user_configurable": {
      "description": "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.", 
      "readonly": false, 
      "required": false, 
      "title": "Required Configuration", 
      "type": "boolean"
    }
  }, 
  "title": "NIC Metadata", 
  "type": "object"
}