NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ProjectState (schema)
Project State
Project state information including supported network stack capability.
| Name | Description | Type | Notes |
|---|---|---|---|
| network_stack | Supported network stack capability Indicates the networking stack supported by the project, which reflects the highest capability level of the network_stack values from all vpc_deployment_scope configurations in the project. FULL_STACK_VPC indicates all features are supported, while VLAN_BACKED_VPC indicates only limited features are supported. The project's network_stack is determined as follows: - If any zone or span in the vpc_deployment_scope has FULL_STACK_VPC, the project returns FULL_STACK_VPC. - If all zones or spans in the vpc_deployment_scope are VLAN_BACKED_VPC, the project returns VLAN_BACKED_VPC. |
string | Readonly Enum: FULL_STACK_VPC, VLAN_BACKED_VPC |