Package version:

Interface IPRule

IP rule with specific IP or IP range in CIDR format.

interface IPRule {
    action?: "Allow";
    iPAddressOrRange: string;
}

Properties

action

The action of IP ACL rule.

iPAddressOrRange: string

Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.