[{"label":"Latest (v1.1)","version":"latest"}]
vmc
FirewallService
Properties
array of
string
ports
Optional
a list of port numbers and port ranges, such as {80, 91-95, 99}. If not specified, defaults to ‘any’.
string
protocol
Optional
protocol name, such as ’tcp’, ‘udp’ etc.
JSON Example
{
"ports": [
"string"
],
"protocol": "string"
}