class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Sdwan::Units::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 293218
def _section
        :'entry'
end
allow_saas_monitor() click to toggle source

Allow sending probe packets for saas monitoring

# File lib/palo_alto/config.rb, line 293324
def allow_saas_monitor
        prop_get('allow-saas-monitor')
end
allow_saas_monitor=(val) click to toggle source

Allow sending probe packets for saas monitoring

# File lib/palo_alto/config.rb, line 293328
def allow_saas_monitor=(val)
        prop_set('allow-saas-monitor', val)
end
cluster_name() click to toggle source
# File lib/palo_alto/config.rb, line 293311
def cluster_name
        prop_get('cluster-name')
end
cluster_name=(val) click to toggle source
# File lib/palo_alto/config.rb, line 293314
def cluster_name=(val)
        prop_set('cluster-name', val)
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 293305
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 293308
def comment=(val)
        prop_set('comment', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 293215
def has_multiple_values?
        false
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 293247
def interface
        if @create_children
                @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children)
        else
                Interface.new(parent_instance: self)
        end
end
metric() click to toggle source

Metric for relative route preference

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

Metric for relative route preference

# File lib/palo_alto/config.rb, line 293336
def metric=(val)
        prop_set('metric', val)
end
name() click to toggle source

numeric string [1-9999]

# File lib/palo_alto/config.rb, line 293302
def name
        prop_get('@name')
end