NSX-T Data Center REST API

EtherTypeNSService (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "NSServiceElement"
  },
  "id": "EtherTypeNSService",
  "module_id": "Types",
  "polymorphic-type-descriptor": {
    "type-identifier": "EtherTypeNSService"
  },
  "properties": {
    "ether_type": {
      "required": true,
      "title": "Type of the encapsulated protocol",
      "type": "integer"
    },
    "resource_type": {
      "enum": [
        "EtherTypeNSService",
        "IPProtocolNSService",
        "IGMPTypeNSService",
        "ICMPTypeNSService",
        "ALGTypeNSService",
        "L4PortSetNSService"
      ],
      "required": true,
      "title": "The specific type of NSServiceElement",
      "type": "string"
    }
  },
  "title": "An NSService element that represents an ethertype protocol",
  "type": "object"
}