class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::Ssh::Ha

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 76744
def _section
        :'ha'
end
ha_profile() click to toggle source

HA profile to be used by HA SSH

# File lib/palo_alto/config.rb, line 76757
def ha_profile
        prop_get('ha-profile')
end
ha_profile=(val) click to toggle source

HA profile to be used by HA SSH

# File lib/palo_alto/config.rb, line 76761
def ha_profile=(val)
        prop_set('ha-profile', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 76741
def has_multiple_values?
        false
end