class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Sdwan
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 293204 def _section :'sdwan' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 293201 def has_multiple_values? false end
units()
click to toggle source
# File lib/palo_alto/config.rb, line 293348 def units if @create_children @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children) else Units.new(parent_instance: self) end end