class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanErrorCorrection::Entry::Mode::ForwardErrorCorrection
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 101762 def _section :'forward-error-correction' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 101759 def has_multiple_values? false end
ratio()
click to toggle source
Packet Loss Correction Ratio
# File lib/palo_alto/config.rb, line 101790 def ratio prop_get('ratio') end
ratio=(val)
click to toggle source
Packet Loss Correction Ratio
# File lib/palo_alto/config.rb, line 101794 def ratio=(val) prop_set('ratio', val) end
recovery_duration()
click to toggle source
Time in ms for which FEC packets can remain in the firewall
# File lib/palo_alto/config.rb, line 101798 def recovery_duration prop_get('recovery-duration') end
recovery_duration=(val)
click to toggle source
Time in ms for which FEC packets can remain in the firewall
# File lib/palo_alto/config.rb, line 101802 def recovery_duration=(val) prop_set('recovery-duration', val) end