NSX-T Data Center REST API

PolicyKubernetesServiceLoadBalancerIngressPortStatus (type)

{
  "additionalProperties": false, 
  "description": "It represents the condition of a service point.", 
  "id": "PolicyKubernetesServiceLoadBalancerIngressPortStatus", 
  "module_id": "PolicyGroupRealization", 
  "properties": {
    "port": {
      "description": "Specifies port of service point.", 
      "readonly": false, 
      "required": false, 
      "title": "Port of service point", 
      "type": "integer"
    }, 
    "protocol": {
      "description": "Specifies protocol of service point. e.g. TCP, UDP, SCTP.", 
      "enum": [
        "TCP", 
        "UDP", 
        "SCTP"
      ], 
      "readonly": false, 
      "required": false, 
      "title": "Protocol of service point", 
      "type": "string"
    }
  }, 
  "title": "Port status of a service point", 
  "type": "object"
}