NSX-T Data Center REST API

ProjectState (type)

{
  "additionalProperties": false,
  "description": "Project state information including supported network stack capability.",
  "id": "ProjectState",
  "module_id": "PolicyProject",
  "properties": {
    "network_stack": {
      "description": "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.",
      "enum": [
        "FULL_STACK_VPC",
        "VLAN_BACKED_VPC"
      ],
      "readonly": true,
      "required": false,
      "title": "Supported network stack capability",
      "type": "string"
    }
  },
  "title": "Project State",
  "type": "object"
}