class PaloAlto::XML::Config::Shared::Profiles::SdwanPathQuality::Entry::Metric

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 28457
def _section
        :'metric'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 28454
def has_multiple_values?
        false
end
jitter() click to toggle source
# File lib/palo_alto/config.rb, line 28586
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 28500
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 28543
def pkt_loss
        @subclasses['pkt-loss'] ||= PktLoss.new(parent_instance: self, create_children: @create_children)
end