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