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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 278123
def _section
        :'flood'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 278120
def has_multiple_values?
        false
end
icmp() click to toggle source
# File lib/palo_alto/config.rb, line 278404
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 278479
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 278554
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 278629
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 278254
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 278329
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end