FirewallRule
Properties
Possible values are: ALLOW , DENY
Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated list of those entries. If not specified, defaults to ‘any’.
Optional for FirewallRule. If not specified, defaults to ‘any’.
current revision of the list of firewall rules, used to protect against concurrent modification (first writer wins)
Deprecated, left for backwards compatibility. Remove once UI stops using it.
Possible values are: USER , DEFAULT
Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated list of those entries. If not specified, defaults to ‘any’.
Optional for FirewallRule. If not specified, defaults to ‘any’.
JSON Example
{
"action": "ALLOW",
"application_ids": [
"string"
],
"destination": "string",
"destination_scope": {
"grouping_object_ids": [
"string"
],
"vnic_group_ids": [
"vse"
]
},
"id": "string",
"name": "string",
"revision": 0,
"rule_interface": "string",
"rule_type": "USER",
"services": [
{
"ports": [
"string"
],
"protocol": "string"
}
],
"source": "string",
"source_scope": {
"grouping_object_ids": [
"string"
],
"vnic_group_ids": [
"vse"
]
}
}