class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::HighAvailability

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 87515
def _section
        :'high-availability'
end
election_option() click to toggle source
# File lib/palo_alto/config.rb, line 87784
def election_option
        @subclasses['election-option'] ||= ElectionOption.new(parent_instance: self, create_children: @create_children)
end
enabled() click to toggle source

Enable high-availability

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

Enable high-availability

# File lib/palo_alto/config.rb, line 87961
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 87512
def has_multiple_values?
        false
end
path_monitoring() click to toggle source
# File lib/palo_alto/config.rb, line 87947
def path_monitoring
        @subclasses['path-monitoring'] ||= PathMonitoring.new(parent_instance: self, create_children: @create_children)
end
peer() click to toggle source
# File lib/palo_alto/config.rb, line 87593
def peer
        @subclasses['peer'] ||= Peer.new(parent_instance: self, create_children: @create_children)
end