Package version:

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

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

Properties

action?: string

The action of IP ACL rule.

iPAddressOrRange: string

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