NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

SpanReference (schema)

Cluster based span reference

This contains the reference to cluster based span which defines the collection of vSphere clusters where project VPC networks
will be deployed based on the TransitGateway Span configuration.

Name Description Type Notes
is_default Default span indicator.

Indicates whether the Span defined by span_path is the default Span for the project. When set to true, this Span becomes the default for the project.
This means that 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.
boolean Default: "False"
span_path Policy path of the Cluster based Span object of type NetworkSpan.

Policy path of the Cluster based Span object of type NetworkSpan. This property allows an enterprise to associate a Cluster-based Span with a Project.
Once set, the Span becomes available to Project Admin and can be consumed at the TransitGateway level.
This establishes the logical boundary of the project based on vSphere clusters.
string Required