class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::Gateways::Internal::List::Entry

Public Instance Methods

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

fqdn

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

fqdn

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

description of the gateway

# File lib/palo_alto/config.rb, line 340226
def name
        prop_get('@name')
end
source_ip() click to toggle source
# File lib/palo_alto/config.rb, line 340201
def source_ip
        if @create_children
                @subclasses['source-ip'] ||= SourceIp.new(parent_instance: self, create_children: @create_children)
        else
                SourceIp.new(parent_instance: self)
        end
end