class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::Gateways::Internal
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 233502 def _section :'internal' end
dhcp_option_code()
click to toggle source
# File lib/palo_alto/config.rb, line 233659 def dhcp_option_code if @create_children @subclasses['dhcp-option-code'] ||= DhcpOptionCode.new(parent_instance: self, create_children: @create_children) else DhcpOptionCode.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233499 def has_multiple_values? false end
list()
click to toggle source
# File lib/palo_alto/config.rb, line 233636 def list if @create_children @subclasses['list'] ||= List.new(parent_instance: self, create_children: @create_children) else List.new(parent_instance: self) end end