SegmentSecurityProfile
SegmentSecurityProfile
A Segment Security Profile.
AllOf
JSON Example
{
"id": "string",
"displayName": "string",
"description": "string",
"nsxTManagerRef": {
"name": "string",
"id": "string"
},
"isBpduFilterEnabled": false,
"bpduFilterAllowList": [
"string"
],
"isDhcpClientBlockV4Enabled": false,
"isDhcpClientBlockV6Enabled": false,
"isDhcpServerBlockV4Enabled": false,
"isDhcpServerBlockV6Enabled": false,
"isNonIpTrafficBlockEnabled": false,
"isRaGuardEnabled": false,
"isRateLimitingEnabled": false,
"rateLimits": {
"rxBroadcast": 0,
"rxMulticast": 0,
"txBroadcast": 0,
"txMulticast": 0
}
}