class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanPathQuality::Entry::Metric
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 101173 def _section :'metric' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 101170 def has_multiple_values? false end
jitter()
click to toggle source
# File lib/palo_alto/config.rb, line 101302 def jitter @subclasses['jitter'] ||= Jitter.new(parent_instance: self, create_children: @create_children) end
latency()
click to toggle source
# File lib/palo_alto/config.rb, line 101216 def latency @subclasses['latency'] ||= Latency.new(parent_instance: self, create_children: @create_children) end
pkt_loss()
click to toggle source
# File lib/palo_alto/config.rb, line 101259 def pkt_loss @subclasses['pkt-loss'] ||= PktLoss.new(parent_instance: self, create_children: @create_children) end