class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::MonitoringSetting::SnmpSetting::AccessSetting::Version::V3::Views::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 349148
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 349145
def has_multiple_values?
        false
end
name() click to toggle source

View name

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