class PaloAlto::XML::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 77099 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 77096 def has_multiple_values? false end
name()
click to toggle source
View
name
# File lib/palo_alto/config.rb, line 77188 def name prop_get('@name') end
view()
click to toggle source
# File lib/palo_alto/config.rb, line 77174 def view if @create_children @subclasses['view'] ||= View.new(parent_instance: self, create_children: @create_children) else View.new(parent_instance: self) end end