class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanPathQuality::Entry::Metric::Jitter

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 101266
def _section
        :'jitter'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 101263
def has_multiple_values?
        false
end
sensitivity() click to toggle source

jitter sensitivity

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

jitter sensitivity

# File lib/palo_alto/config.rb, line 101298
def sensitivity=(val)
        prop_set('sensitivity', val)
end
threshold() click to toggle source

jitter threshold in ms

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

jitter threshold in ms

# File lib/palo_alto/config.rb, line 101290
def threshold=(val)
        prop_set('threshold', val)
end