class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::Gateways::Internal::List::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 233516 def _section :'entry' end
fqdn()
click to toggle source
fqdn
# File lib/palo_alto/config.rb, line 233620 def fqdn prop_get('fqdn') end
fqdn=(val)
click to toggle source
fqdn
# File lib/palo_alto/config.rb, line 233624 def fqdn=(val) prop_set('fqdn', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233513 def has_multiple_values? false end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 233563 def ip @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children) end
name()
click to toggle source
description of the gateway
# File lib/palo_alto/config.rb, line 233616 def name prop_get('@name') end
source_ip()
click to toggle source
# File lib/palo_alto/config.rb, line 233591 def source_ip if @create_children @subclasses['source-ip'] ||= SourceIp.new(parent_instance: self, create_children: @create_children) else SourceIp.new(parent_instance: self) end end