[{"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

VdcNetworkSegmentProfileConfig

Represents segment profiles configured on an NSX-T Org vDC Network.


Properties

ipDiscoveryProfile Optional

The IP Discovery profile. Defines how the segment discovers IP addresses.


macDiscoveryProfile Optional

The MAC Discovery profile. Defines how the segment discovers MAC addresses.


qosProfile Optional

The Quality of Service (QoS) profile.


segmentProfileTemplate Optional

Reference to the Segment Profile Template that is used when creating/updating this network. This reference will be returned if the original template still exists and all of the segment profiles on the network match exactly with the profiles configured on the template.


segmentSecurityProfile Optional

The Segment Security profile. Enables stateless L2 and L3 security on the segment.


spoofGuardProfile Optional

The Spoof Guard profile.

JSON Example

{
	"ipDiscoveryProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"macDiscoveryProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"qosProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"segmentProfileTemplate": {
		"source": "string",
		"templateRef": {
			"id": "string",
			"name": "string"
		}
	},
	"segmentSecurityProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	},
	"spoofGuardProfile": {
		"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    ipDiscoveryProfile:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    macDiscoveryProfile:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    qosProfile:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    segmentProfileTemplate:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    segmentSecurityProfile:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    spoofGuardProfile:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"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 Network Segment Profiles
Returned By

Get Network Segment Profiles

Feedback

Was this page helpful?