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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 348066
def _section
        :'redundancy'
end
enabled() click to toggle source

Enable log redundancy across collectors

# File lib/palo_alto/config.rb, line 348076
def enabled
        prop_get('enabled')
end
enabled=(val) click to toggle source

Enable log redundancy across collectors

# File lib/palo_alto/config.rb, line 348080
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 348063
def has_multiple_values?
        false
end