class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ContentPreview::Application::Entry::Default::IdentByIcmp6Type
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 142622 def _section :'ident-by-icmp6-type' end
code()
click to toggle source
# File lib/palo_alto/config.rb, line 142639 def code prop_get('code') end
code=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 142642 def code=(val) prop_set('code', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 142619 def has_multiple_values? false end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 142633 def type prop_get('type') end
type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 142636 def type=(val) prop_set('type', val) end