class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 275566 def _section :'network-configuration' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 275563 def has_multiple_values? false end
sync()
click to toggle source
# File lib/palo_alto/config.rb, line 275619 def sync @subclasses['sync'] ||= Sync.new(parent_instance: self, create_children: @create_children) end