class PaloAlto::XML::Config::Devices::Entry::Template::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 236056 def _section :'exclude-domains' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 236053 def has_multiple_values? false end
list()
click to toggle source
# File lib/palo_alto/config.rb, line 236120 def list if @create_children @subclasses['list'] ||= List.new(parent_instance: self, create_children: @create_children) else List.new(parent_instance: self) end end