class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::Ssh::Ha
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 367912 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 367925 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 367929 def ha_profile=(val) prop_set('ha-profile', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 367909 def has_multiple_values? false end