class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 347873
def _section
        :'general-setting'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 347870
def has_multiple_values?
        false
end
management() click to toggle source
# File lib/palo_alto/config.rb, line 349029
def management
        @subclasses['management'] ||= Management.new(parent_instance: self, create_children: @create_children)
end