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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 29095
def _section
        :'packet-duplication'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 29092
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 29107
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 29111
def recovery_duration_pd=(val)
        prop_set('recovery-duration-pd', val)
end