class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::HsmSettings::Provider::SafenetNetwork::Ha
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 74655 def _section :'ha' end
auto_recovery_retry()
click to toggle source
The number of times HSM HA function will attempt to automatically recover a member that has failed to synchronize or has dropped from the HA group. Setting
to a value of zero switches the feature off.
# File lib/palo_alto/config.rb, line 74674 def auto_recovery_retry prop_get('auto-recovery-retry') end
auto_recovery_retry=(val)
click to toggle source
The number of times HSM HA function will attempt to automatically recover a member that has failed to synchronize or has dropped from the HA group. Setting
to a value of zero switches the feature off.
# File lib/palo_alto/config.rb, line 74678 def auto_recovery_retry=(val) prop_set('auto-recovery-retry', val) end
ha_group_name()
click to toggle source
HA group name
# File lib/palo_alto/config.rb, line 74682 def ha_group_name prop_get('ha-group-name') end
ha_group_name=(val)
click to toggle source
HA group name
# File lib/palo_alto/config.rb, line 74686 def ha_group_name=(val) prop_set('ha-group-name', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 74652 def has_multiple_values? false end