class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanErrorCorrection::Entry::Mode::PacketDuplication

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 101813
def _section
        :'packet-duplication'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 101810
def has_multiple_values?
        false
end
recovery_duration_pd() click to toggle source

Time in ms for which PD packets can remain in the firewall

# File lib/palo_alto/config.rb, line 101825
def recovery_duration_pd
        prop_get('recovery-duration-pd')
end
recovery_duration_pd=(val) click to toggle source

Time in ms for which PD packets can remain in the firewall

# File lib/palo_alto/config.rb, line 101829
def recovery_duration_pd=(val)
        prop_set('recovery-duration-pd', val)
end