class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::DosProtection::Entry::Flood

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 100462
def _section
        :'flood'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 100459
def has_multiple_values?
        false
end
icmp() click to toggle source
# File lib/palo_alto/config.rb, line 100839
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 100938
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 101037
def other_ip
        @subclasses['other-ip'] ||= OtherIp.new(parent_instance: self, create_children: @create_children)
end
tcp_syn() click to toggle source
# File lib/palo_alto/config.rb, line 100641
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 100740
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end