class PaloAlto::XML::Config::Shared::ContentPreview::Application::Entry::Default::IdentByIcmp6Type
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 15936 def _section :'ident-by-icmp6-type' end
code()
click to toggle source
# File lib/palo_alto/config.rb, line 15953 def code prop_get('code') end
code=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15956 def code=(val) prop_set('code', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 15933 def has_multiple_values? false end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 15947 def type prop_get('type') end
type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15950 def type=(val) prop_set('type', val) end