interface ACLRuleRequest {
    description: string;
    ip: string;
}

Properties

Properties

description: string

Description of the ACL rule.

ip: string

It can be specified as a single IP address or a range of IP addresses in CIDR notation.