NSX-T Data Center REST API

PolicyKubernetesService (type)

{
  "additionalProperties": false, 
  "description": "Kubernetes service resource details", 
  "extends": {
    "$ref": "PolicyKubernetesResource
  }, 
  "id": "PolicyKubernetesService", 
  "module_id": "PolicyGroupRealization", 
  "properties": {
    "cluster_ips": {
      "items": {
        "type": "string"
      }, 
      "title": "The cluster ip addresses of kubernetes service resource", 
      "type": "array"
    }, 
    "display_name": {
      "readonly": true, 
      "required": true, 
      "title": "The name of kubernetes resource", 
      "type": "string"
    }, 
    "external_id": {
      "readonly": true, 
      "required": true, 
      "title": "The id of kubernetes resource", 
      "type": "string"
    }, 
    "load_balance_ingresses": {
      "items": {
        "$ref": "PolicyKubernetesServiceLoadBalancerIngress
      }, 
      "title": "The load balance ingress of kubernetes service resource", 
      "type": "array"
    }, 
    "node_port_local_endpoints": {
      "items": {
        "$ref": "PolicyKubernetesServiceNodePortLocalEndpoint
      }, 
      "title": "The node port local endpoints of kubernetes service resource", 
      "type": "array"
    }, 
    "type": {
      "readonly": true, 
      "required": true, 
      "title": "The type of kubernetes service resource", 
      "type": "string"
    }
  }, 
  "title": "Kubernetes service resource details", 
  "type": "object"
}