class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::UnderlayNet
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 217874 def _section :'underlay-net' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 217871 def has_multiple_values? false end
ip_mapping()
click to toggle source
# File lib/palo_alto/config.rb, line 217946 def ip_mapping if @create_children @subclasses['ip-mapping'] ||= IpMapping.new(parent_instance: self, create_children: @create_children) else IpMapping.new(parent_instance: self) end end