[{"label":"Latest (v37.1)","version":"latest"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

VdcNetworkProfile

A vDC Network Profile object.


Properties

primaryEdgeCluster Optional

The Edge Cluster where the primary appliance for an NSX-V Edge Gateway will be deployed.


secondaryEdgeCluster Optional

The Edge Cluster where the secondary appliance for an NSX-V Edge Gateway will be deployed if HA is enabled on the Edge.


servicesEdgeCluster Optional

The Edge Cluster where the DHCP server profile will be stored for NSX-T networks using NETWORK mode DHCP.


vappNetworkSegmentProfileTemplateRef Optional

The vApp Network Segment Profile Template that is to be used when any new vApp Network is created under this VDC. Setting this will override any global level vApp Network Segment Profile Template. This field is only applicable for NSX-T Org vDC’s.


vdcNetworkSegmentProfileTemplateRef Optional

The Org vDC Network Segment Profile Template that is to be used when any new Org vDC Network is created under this VDC. Setting this will override any global level Org vDC Network Segment Profile Template. This field is only applicable for NSX-T Org vDC’s.

JSON Example

{
	"primaryEdgeCluster": {
		"id": "string",
		"name": "string"
	},
	"secondaryEdgeCluster": {
		"id": "string",
		"name": "string"
	},
	"servicesEdgeCluster": {
		"backingId": "string",
		"edgeClusterRef": {
			"id": "string",
			"name": "string"
		}
	},
	"vappNetworkSegmentProfileTemplateRef": {
		"id": "string",
		"name": "string"
	},
	"vdcNetworkSegmentProfileTemplateRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    primaryEdgeCluster:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    secondaryEdgeCluster:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    servicesEdgeCluster:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    vappNetworkSegmentProfileTemplateRef:
        x-vcloud-added-in: "36.2"
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    vdcNetworkSegmentProfileTemplateRef:
        x-vcloud-added-in: "36.2"
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.1)","version":"latest"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 32.0
Parameter To

Update VDC Network Profile
Returned By

Get VDC Network Profile

Feedback

Was this page helpful?