class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::LogForwardingFromDevice
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 86555 def _section :'log-forwarding-from-device' end
buffered()
click to toggle source
Turn log buffering on or off
# File lib/palo_alto/config.rb, line 86565 def buffered prop_get('buffered') end
buffered=(val)
click to toggle source
Turn log buffering on or off
# File lib/palo_alto/config.rb, line 86569 def buffered=(val) prop_set('buffered', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 86552 def has_multiple_values? false end