class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::UnderlayNet
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 324474 def _section :'underlay-net' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 324471 def has_multiple_values? false end
ip_mapping()
click to toggle source
# File lib/palo_alto/config.rb, line 324546 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