NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VpcAndChildrenStatus (schema)
VPC Status and Status of children for a given VPC
| Name | Description | Type | Notes |
|---|---|---|---|
| gateway_policies | Status of gateway policies rules of a given VPC. | GenericVpcSecurityAndNatStatus | |
| groups | Status of security groups of a given VPC. | GenericVpcStatus | |
| nat | Status of NAT rules present in a given VPC. | GenericVpcSecurityAndNatStatus | |
| parent_path | Policy parent path of the resource. | string | |
| path | Policy path of the object | string | |
| realization_entities | array of RealizationEntity | ||
| realization_id | Realization id of this object | string | |
| realized_entity_path | Path that is used to fetch the Realization details of the entity. | string | |
| security_policies | Security rules status of a given VPC, containing security policies. | GenericVpcSecurityAndNatStatus | |
| static_routes | Status of static routes of a given VPC. | GenericVpcStatus | |
| status | Status of this object | string | Enum: SUCCESS, ERROR, UNINITIALIZED, IN_PROGRESS, UNKNOWN |
| subnets | Subnet status along with reason and DHCP server status. | SubnetAndPortStatus |