Interface IFWV4RuleRaw

interface IFWV4RuleRaw {
    _id: string;
    action: FWRuleActions;
    dst_address: string;
    dst_firewallgroup_ids: string[];
    dst_networkconf_id: string;
    dst_networkconf_type: string;
    dst_port?: string;
    enabled: boolean;
    icmp_typename: icmpTypeV4;
    ipsec: string;
    logging: boolean;
    name: string;
    protocol: string;
    protocol_match_excepted: boolean;
    rule_index: string | number;
    ruleset: ruleSet;
    setting_preference?: string;
    site_id: string;
    src_address: string;
    src_firewallgroup_ids: string[];
    src_mac_address: string;
    src_networkconf_id: string;
    src_networkconf_type: string;
    state_established: boolean;
    state_invalid: boolean;
    state_new: boolean;
    state_related: boolean;
}

Hierarchy (view full)

Properties

_id: string
dst_address: string
dst_firewallgroup_ids: string[]
dst_networkconf_id: string
dst_networkconf_type: string
dst_port?: string
enabled: boolean
icmp_typename: icmpTypeV4
ipsec: string
logging: boolean
name: string
protocol: string
protocol_match_excepted: boolean
rule_index: string | number
ruleset: ruleSet
setting_preference?: string
site_id: string
src_address: string
src_firewallgroup_ids: string[]
src_mac_address: string
src_networkconf_id: string
src_networkconf_type: string
state_established: boolean
state_invalid: boolean
state_new: boolean
state_related: boolean

Generated using TypeDoc