class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::NetworkConfiguration

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 169037
def _section
        :'network-configuration'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 169034
def has_multiple_values?
        false
end
sync() click to toggle source
# File lib/palo_alto/config.rb, line 169090
def sync
        @subclasses['sync'] ||= Sync.new(parent_instance: self, create_children: @create_children)
end