class PaloAlto::XML::Config::Devices::Entry::Template::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 155556
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 155553
def has_multiple_values?
        false
end
name() click to toggle source

View name

# File lib/palo_alto/config.rb, line 155645
def name
        prop_get('@name')
end
view() click to toggle source
# File lib/palo_alto/config.rb, line 155631
def view
        if @create_children
                @subclasses['view'] ||= View.new(parent_instance: self, create_children: @create_children)
        else
                View.new(parent_instance: self)
        end
end