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

Public Instance Methods

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

Dotted domain name with optional wildcards

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