class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::HsmSettings::Provider::SafenetNetwork::Ha

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 154338
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 154357
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 154361
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 154365
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 154369
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 154335
def has_multiple_values?
        false
end