class PaloAlto::XML::Config::Shared::Profiles::SdwanErrorCorrection::Entry::Mode::ForwardErrorCorrection

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 29044
def _section
        :'forward-error-correction'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 29041
def has_multiple_values?
        false
end
ratio() click to toggle source

Packet Loss Correction Ratio

# File lib/palo_alto/config.rb, line 29072
def ratio
        prop_get('ratio')
end
ratio=(val) click to toggle source

Packet Loss Correction Ratio

# File lib/palo_alto/config.rb, line 29076
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 29080
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 29084
def recovery_duration=(val)
        prop_set('recovery-duration', val)
end