class PaloAlto::XML::Config::Shared::ContentPreview::Application::Entry::Default::IdentByIcmpType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 15905 def _section :'ident-by-icmp-type' end
code()
click to toggle source
# File lib/palo_alto/config.rb, line 15922 def code prop_get('code') end
code=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15925 def code=(val) prop_set('code', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 15902 def has_multiple_values? false end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 15916 def type prop_get('type') end
type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15919 def type=(val) prop_set('type', val) end