class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::RemoteUserTunnelConfigs::Entry::SplitTunneling::ExcludeDomains::List::Entry

Public Instance Methods

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

Dotted domain name with optional wildcards

# File lib/palo_alto/config.rb, line 236108
def name
        prop_get('@name')
end
ports() click to toggle source
# File lib/palo_alto/config.rb, line 236093
def ports
        if @create_children
                @subclasses['ports'] ||= Ports.new(parent_instance: self, create_children: @create_children)
        else
                Ports.new(parent_instance: self)
        end
end