TrafficFilterEgressRuleedit

The rule detail for a traffic filter egress rule.

Propertiesedit

ports (array[integer])
A list of target ports for an egress rule
protocol (string; allowed values: [all, tcp, udp], required)
The target protocol for an egress rule
target (string, required)
Allowed traffic filter egress target: IP address or CIDR mask

Exampleedit

{
   "ports" : [
      0
   ],
   "protocol" : "string",
   "target" : "string"
}