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

SegmentSecurityProfiles

List of Segment Security Profiles.


Properties

values Optional

A Segment Security Profile.

JSON Example

{
	"values": [
		{
			"bpduFilterAllowList": [
				"string"
			],
			"description": "string",
			"displayName": "string",
			"id": "string",
			"isBpduFilterEnabled": false,
			"isDhcpClientBlockV4Enabled": false,
			"isDhcpClientBlockV6Enabled": false,
			"isDhcpServerBlockV4Enabled": false,
			"isDhcpServerBlockV6Enabled": false,
			"isNonIpTrafficBlockEnabled": false,
			"isRaGuardEnabled": false,
			"isRateLimitingEnabled": false,
			"nsxTManagerRef": {
				"id": "string",
				"name": "string"
			},
			"rateLimits": {
				"rxBroadcast": 0,
				"rxMulticast": 0,
				"txBroadcast": 0,
				"txMulticast": 0
			}
		}
	]
}
[{"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
Returned By

Get Segment Security Profiles

Feedback

Was this page helpful?