NSX-T Data Center REST API
VpcAndChildrenStatus (type)
{
"extends": {
"$ref": "VpcIntentRealizationStatus"
},
"id": "VpcAndChildrenStatus",
"module_id": "PolicyVpcStatistics",
"properties": {
"gateway_policies": {
"$ref": "GenericVpcSecurityAndNatStatus",
"required": false,
"title": "Status of gateway policies rules of a given VPC."
},
"groups": {
"$ref": "GenericVpcStatus",
"required": false,
"title": "Status of security groups of a given VPC."
},
"nat": {
"$ref": "GenericVpcSecurityAndNatStatus",
"required": false,
"title": "Status of NAT rules present in a given VPC."
},
"parent_path": {
"required": false,
"title": "Policy parent path of the resource.",
"type": "string"
},
"path": {
"required": false,
"title": "Policy path of the object",
"type": "string"
},
"realization_entities": {
"items": {
"$ref": "RealizationEntity"
},
"type": "array"
},
"realization_id": {
"required": false,
"title": "Realization id of this object",
"type": "string"
},
"realized_entity_path": {
"required": false,
"title": "Path that is used to fetch the Realization details of the entity.",
"type": "string"
},
"security_policies": {
"$ref": "GenericVpcSecurityAndNatStatus",
"required": false,
"title": "Security rules status of a given VPC, containing security policies."
},
"static_routes": {
"$ref": "GenericVpcStatus",
"required": false,
"title": "Status of static routes of a given VPC."
},
"status": {
"enum": [
"SUCCESS",
"ERROR",
"UNINITIALIZED",
"IN_PROGRESS",
"UNKNOWN"
],
"required": false,
"title": "Status of this object",
"type": "string"
},
"subnets": {
"$ref": "SubnetAndPortStatus",
"required": false,
"title": "Subnet status along with reason and DHCP server status."
}
},
"title": "VPC Status and Status of children for a given VPC",
"type": "object"
}