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

Public Instance Methods

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

fqdn

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

fqdn

# File lib/palo_alto/config.rb, line 233837
def fqdn=(val)
        prop_set('fqdn', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 233686
def has_multiple_values?
        false
end
ip() click to toggle source
# File lib/palo_alto/config.rb, line 233736
def ip
        @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children)
end
manual() click to toggle source

If this GlobalProtect gateway can be manually selected

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

If this GlobalProtect gateway can be manually selected

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

description of the gateway

# File lib/palo_alto/config.rb, line 233829
def name
        prop_get('@name')
end
priority_rule() click to toggle source
# File lib/palo_alto/config.rb, line 233797
def priority_rule
        if @create_children
                @subclasses['priority-rule'] ||= PriorityRule.new(parent_instance: self, create_children: @create_children)
        else
                PriorityRule.new(parent_instance: self)
        end
end