class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 340362 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 340359 def has_multiple_values? false end
name()
click to toggle source
Region name
# File lib/palo_alto/config.rb, line 340389 def name prop_get('@name') end
priority()
click to toggle source
Priority of GlobalProtect gateway
# File lib/palo_alto/config.rb, line 340393 def priority prop_get('priority') end
priority=(val)
click to toggle source
Priority of GlobalProtect gateway
# File lib/palo_alto/config.rb, line 340397 def priority=(val) prop_set('priority', val) end