VAppNetworkDescriptor_FirewallRuleProtocol
VAppNetworkDescriptor_FirewallRuleProtocol
A firewall protocol rule in a vApp network.
JSON Example
{
"any": true,
"icmp": true,
"other": "string",
"tcp": true,
"udp": true
}
boolean
any
Optional
Indicates whether any protocol is allowed.
boolean
icmp
Optional
Indicates whether ICMP is allowed.
string
other
Optional
Any other protocol supported by vShield Manager
boolean
tcp
Optional
Indicates whether TCP is allowed.
boolean
udp
Optional
Indicates whether UDP is allowed.