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