NSX-T Data Center REST API

PolicyKubernetesServiceNodePortLocalEndpoint (type)

{
  "additionalProperties": false,
  "description": "Kubernetes service node port local endpoint details",
  "id": "PolicyKubernetesServiceNodePortLocalEndpoint",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "node_ip": {
      "readonly": true,
      "title": "The node ip of kubernetes service resource",
      "type": "string"
    },
    "node_port": {
      "readonly": true,
      "title": "The node port of kubernetes service resource",
      "type": "string"
    },
    "protocol": {
      "enum": [
        "TCP",
        "UDP",
        "SCTP"
      ],
      "title": "Protocol of endpoint",
      "type": "string"
    }
  },
  "title": "Kubernetes service node port local endpoint details",
  "type": "object"
}