class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::Ha

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 348746
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 348759
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 348763
def ha_profile=(val)
        prop_set('ha-profile', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 348743
def has_multiple_values?
        false
end