[{"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
InlineSegmentSecurityProfile1
Properties
array of
string
bpduFilterAllowList
Optional
Pre-defined list of allowed MAC addresses to be excluded from BPDU filtering.
boolean
isBpduFilterEnabled
Optional
Whether BPDU filter is enabled.
boolean
isDhcpClientBlockV4Enabled
Optional
Whether DHCP Client block IPv4 is enabled. This filters DHCP Client IPv4 traffic.
boolean
isDhcpClientBlockV6Enabled
Optional
Whether DHCP Client block IPv6 is enabled. This filters DHCP Client IPv6 traffic.
boolean
isDhcpServerBlockV4Enabled
Optional
Whether DHCP Server block IPv4 is enabled. This filters DHCP Server IPv4 traffic.
boolean
isDhcpServerBlockV6Enabled
Optional
Whether DHCP Server block IPv6 is enabled. This filters DHCP Server IPv6 traffic.
boolean
isNonIpTrafficBlockEnabled
Optional
Whether non IP traffic block is enabled. If true, it blocks all traffic except IP/(G)ARP/BPDU.
boolean
isRaGuardEnabled
Optional
Whether Router Advertisement Guard is enabled. This filters DHCP Server IPv6 traffic.
boolean
isRateLimitingEnabled
Optional
Whether Rate Limiting is enabled.
rateLimits
Optional
Allows configuration of rate limits for broadcast and multicast traffic.
JSON Example
{
"bpduFilterAllowList": [
"string"
],
"isBpduFilterEnabled": false,
"isDhcpClientBlockV4Enabled": false,
"isDhcpClientBlockV6Enabled": false,
"isDhcpServerBlockV4Enabled": false,
"isDhcpServerBlockV6Enabled": false,
"isNonIpTrafficBlockEnabled": false,
"isRaGuardEnabled": false,
"isRateLimitingEnabled": false,
"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
Used By
SegmentSecurityProfile
What's changed in v37.0?
New! in version v37.0