class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Shared::LogSettings

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 365082
def _section
        :'log-settings'
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 365502
def config
        @subclasses['config'] ||= Config.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 365079
def has_multiple_values?
        false
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 365320
def system
        @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
end