[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"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

SegmentProfileTemplateDefaultDefinition

Represents the global default settings for segment profile templates. The global defaults apply during Org vDC network creation or vApp network deployment if there is no explict override or more specific Org vDC default specified.


Properties

vappNetworkSegmentProfileTemplateRef Optional

Reference to the default SegmentProfileTemplate to use when deploying vApp networks.


vdcNetworkSegmentProfileTemplateRef Optional

Reference to the default SegmentProfileTemplate to use when creating Org vDC networks.

JSON Example

{
	"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:
    vappNetworkSegmentProfileTemplateRef:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: NonSearchable
    vdcNetworkSegmentProfileTemplateRef:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: NonSearchable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"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 36.2
Parameter To

Update Global Default Segment Profile Templates
Returned By

Get Global Default Segment Profile Templates
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?