interface ACLRuleSpec {
    description: string;
    ipCidr: string;
}

Properties

Properties

description: string

Description of the rule.

ipCidr: string

IPv4 network address of the rule.