class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::SnmpSetting::AccessSetting::Version::V3::Views::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 262062 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 262059 def has_multiple_values? false end
name()
click to toggle source
View
name
# File lib/palo_alto/config.rb, line 262151 def name prop_get('@name') end
view()
click to toggle source
# File lib/palo_alto/config.rb, line 262137 def view if @create_children @subclasses['view'] ||= View.new(parent_instance: self, create_children: @create_children) else View.new(parent_instance: self) end end