class PaloAlto::XML::Config::Shared::Profiles::SdwanSaasQuality::Entry::MonitorMode

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 28796
def _section
        :'monitor-mode'
end
adaptive() click to toggle source
# File lib/palo_alto/config.rb, line 28808
def adaptive
        @subclasses['adaptive'] ||= Adaptive.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 28793
def has_multiple_values?
        false
end
http_https() click to toggle source
# File lib/palo_alto/config.rb, line 28968
def http_https
        @subclasses['http-https'] ||= HttpHttps.new(parent_instance: self, create_children: @create_children)
end
static_ip() click to toggle source
# File lib/palo_alto/config.rb, line 28927
def static_ip
        @subclasses['static-ip'] ||= StaticIp.new(parent_instance: self, create_children: @create_children)
end