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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 359711
def _section
        :'log-settings'
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 360131
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 359708
def has_multiple_values?
        false
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 359949
def system
        @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
end