NSX-T Data Center REST API

VirtualServerIpProtocol (type)

{
  "additionalProperties": false,
  "description": "Assigned Internet protocol in IP header, TCP and UDP are supported.",
  "enum": [
    "TCP",
    "UDP"
  ],
  "id": "VirtualServerIpProtocol",
  "module_id": "LoadBalancer",
  "title": "IP protocol of virtual server",
  "type": "string"
}