class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::Flood

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 171590
def _section
        :'flood'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 171587
def has_multiple_values?
        false
end
icmp() click to toggle source
# File lib/palo_alto/config.rb, line 171871
def icmp
        @subclasses['icmp'] ||= Icmp.new(parent_instance: self, create_children: @create_children)
end
icmpv6() click to toggle source
# File lib/palo_alto/config.rb, line 171946
def icmpv6
        @subclasses['icmpv6'] ||= Icmpv6.new(parent_instance: self, create_children: @create_children)
end
other_ip() click to toggle source
# File lib/palo_alto/config.rb, line 172021
def other_ip
        @subclasses['other-ip'] ||= OtherIp.new(parent_instance: self, create_children: @create_children)
end
sctp_init() click to toggle source
# File lib/palo_alto/config.rb, line 172096
def sctp_init
        @subclasses['sctp-init'] ||= SctpInit.new(parent_instance: self, create_children: @create_children)
end
tcp_syn() click to toggle source
# File lib/palo_alto/config.rb, line 171721
def tcp_syn
        @subclasses['tcp-syn'] ||= TcpSyn.new(parent_instance: self, create_children: @create_children)
end
udp() click to toggle source
# File lib/palo_alto/config.rb, line 171796
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end