interface ACLRule {
    description?: string;
    id: string;
    ipCidr?: string;
}

Properties

description?: string

Description of the rule.

id: string

ID of the rule.

ipCidr?: string

IPv4 network address of the rule.