# File lib/palo_alto/config.rb, line 276036 def primary_device @subclasses['primary-device'] ||= PrimaryDevice.new(parent_instance: self, create_children: @create_children) end
class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::SessionOwnerSelection
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 276024 def _section :'session-owner-selection' end
first_packet()
click to toggle source
# File lib/palo_alto/config.rb, line 276141 def first_packet @subclasses['first-packet'] ||= FirstPacket.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 276021 def has_multiple_values? false end
primary_device()
click to toggle source