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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 342672
def _section
        :'exclude-domains'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 342669
def has_multiple_values?
        false
end
list() click to toggle source
# File lib/palo_alto/config.rb, line 342736
def list
        if @create_children
                @subclasses['list'] ||= List.new(parent_instance: self, create_children: @create_children)
        else
                List.new(parent_instance: self)
        end
end