Rule
Rule
A rule used in a security group.
JSON Example
{
"name": "5756f7e2",
"protocol": "TCP, UDP",
"ipRangeCidr": "66.170.99.2/32",
"ports": "443, 1-655535",
"access": "Allow"
}
string
name
Optional
Name of security rule.
string
protocol
Required
Protocol the security rule applies to.
string
ipRangeCidr
Required
IP address(es) in CIDR format which the security rule applies to.
string
ports
Required
Ports the security rule applies to.
string
access
Required
Type of access (allow or deny) for the security rule. Traffic that does not match any rules will be denied.
Possible values are : Allow, Deny,