class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Sdwan

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 186670
def _section
        :'sdwan'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 186667
def has_multiple_values?
        false
end
units() click to toggle source
# File lib/palo_alto/config.rb, line 186814
def units
        if @create_children
                @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children)
        else
                Units.new(parent_instance: self)
        end
end