class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::SessionOwnerSelection::FirstPacket::SessionSetup

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 169521
def _section
        :'session-setup'
end
first_packet() click to toggle source
# File lib/palo_alto/config.rb, line 169545
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 169518
def has_multiple_values?
        false
end
ip_hash() click to toggle source
# File lib/palo_alto/config.rb, line 169602
def ip_hash
        @subclasses['ip-hash'] ||= IpHash.new(parent_instance: self, create_children: @create_children)
end
ip_modulo() click to toggle source
# File lib/palo_alto/config.rb, line 169557
def ip_modulo
        @subclasses['ip-modulo'] ||= IpModulo.new(parent_instance: self, create_children: @create_children)
end
primary_device() click to toggle source
# File lib/palo_alto/config.rb, line 169533
def primary_device
        @subclasses['primary-device'] ||= PrimaryDevice.new(parent_instance: self, create_children: @create_children)
end