class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::Gateways::External::List::Entry::PriorityRule::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 233750
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 233747
def has_multiple_values?
        false
end
name() click to toggle source

Region name

# File lib/palo_alto/config.rb, line 233777
def name
        prop_get('@name')
end
priority() click to toggle source

Priority of GlobalProtect gateway

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

Priority of GlobalProtect gateway

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