class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 342686 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 342683 def has_multiple_values? false end
name()
click to toggle source
Dotted domain name with optional wildcards
# File lib/palo_alto/config.rb, line 342724 def name prop_get('@name') end
ports()
click to toggle source
# File lib/palo_alto/config.rb, line 342709 def ports if @create_children @subclasses['ports'] ||= Ports.new(parent_instance: self, create_children: @create_children) else Ports.new(parent_instance: self) end end