NSX-T Data Center REST API

IGMPTypeNSService (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "NSServiceElement"
  },
  "id": "IGMPTypeNSService",
  "module_id": "Types",
  "polymorphic-type-descriptor": {
    "type-identifier": "IGMPTypeNSService"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "EtherTypeNSService",
        "IPProtocolNSService",
        "IGMPTypeNSService",
        "ICMPTypeNSService",
        "ALGTypeNSService",
        "L4PortSetNSService"
      ],
      "required": true,
      "title": "The specific type of NSServiceElement",
      "type": "string"
    }
  },
  "title": "A NSService that represents IGMP protocol",
  "type": "object"
}