class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ContentPreview::Application::Entry::Default::IdentByIcmpType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 142591 def _section :'ident-by-icmp-type' end
code()
click to toggle source
# File lib/palo_alto/config.rb, line 142608 def code prop_get('code') end
code=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 142611 def code=(val) prop_set('code', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 142588 def has_multiple_values? false end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 142602 def type prop_get('type') end
type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 142605 def type=(val) prop_set('type', val) end