class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Application::Entry::Default::IdentByIcmp6Type
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 104353 def _section :'ident-by-icmp6-type' end
code()
click to toggle source
# File lib/palo_alto/config.rb, line 104370 def code prop_get('code') end
code=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 104373 def code=(val) prop_set('code', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 104350 def has_multiple_values? false end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 104364 def type prop_get('type') end
type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 104367 def type=(val) prop_set('type', val) end