NSX-T Data Center REST API
PolicyKubernetesNodePodCidr (type)
{ "additionalProperties": false, "description": "kubernetes node resource details", "extends": { "$ref": "PolicyKubernetesResource }, "id": "PolicyKubernetesNodePodCidr", "module_id": "PolicyGroupRealization", "properties": { "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" }, "pod_cidrs": { "items": { "type": "string" }, "required": true, "title": "The pod cidrs of kubernetes node resource", "type": "array" } }, "title": "kubernetes node resource details", "type": "object" }