class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Application::Entry::Default::IdentByIcmpType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 104322 def _section :'ident-by-icmp-type' end
code()
click to toggle source
# File lib/palo_alto/config.rb, line 104339 def code prop_get('code') end
code=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 104342 def code=(val) prop_set('code', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 104319 def has_multiple_values? false end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 104333 def type prop_get('type') end
type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 104336 def type=(val) prop_set('type', val) end