class PaloAlto::XML::Config::Shared::Application::Entry::Default::IdentByIcmp6Type

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 41465
def _section
        :'ident-by-icmp6-type'
end
code() click to toggle source
# File lib/palo_alto/config.rb, line 41482
def code
        prop_get('code')
end
code=(val) click to toggle source
# File lib/palo_alto/config.rb, line 41485
def code=(val)
        prop_set('code', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 41462
def has_multiple_values?
        false
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 41476
def type
        prop_get('type')
end
type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 41479
def type=(val)
        prop_set('type', val)
end