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