NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VpcDeploymentScope (schema)
Project Vpc network Deployment Scope
This contains the Cluster based and zone based span configurations which defines the collection of vSphere clusters where project VPC networks
will be deployed based on the TransitGateway Span configuration. This defines all the available clusters or zones for project admin to consume as part
TransitGateway span configurations.
| Name | Description | Type | Notes |
|---|---|---|---|
| span_references | List of Span object references available with the project for TGW consumption. This represents the list of cluster based NetworkSpan object references that are available for project admin to configure the custom span for VPCs by applying span at connected TransitGateway level. This establishes the logical boundary of the project An enterprise admin can specify a default span from this list.If no default is set, the system default span will be used. Default Span - Any TransitGateway created without an explicitly assigned Span (and also any Isolated VPCs) will be automatically associated with this default Span. Notes: Only one default Span should be configured per project. |
array of SpanReference | Maximum items: 10 |
| zone_external_ids | An array of Zone object's external IDs. An array of Zone objects identified by their external IDs. Zone object is a vCenter managed object and discovered through NSX inventory. Each Zone object is identified by a "external_id" in the inventory. This represents the list of default zones where all the project VPCs are deployed. Project admin can deploy VPCs in the sub-set of zone(s) from this list by configuring zone based span at TransitGateway level. Note: Provider can configue Project VPC deployment scope as either cluster or zone based. Please refer NSX Zone APIs - GET /fabric/zones - to list all discovered zones GET /fabric/zones/{zone-id} - to view a specific zone configuration. |
array of string | Minimum items: 0 Maximum items: 10 |