[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
DeviceSettingsBGPFilter
Properties
array of
string
ids
Optional
string
name
Optional
JSON Example
{
"ids": [
"string"
],
"name": "string",
"rules": [
{
"action": {
"type": "PERMIT",
"values": [
{
"type": "AS_PATH_PREPEND",
"value": "string"
}
]
},
"match": {
"exactMatch": false,
"type": "COMMUNITY",
"value": "string"
}
}
]
}