Class: IControl::LocalLB::VirtualServer::VirtualServerPersistence

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb/virtual_server.rb,
lib/icontrol/local_lb/virtual_server.rb

Overview

A struct that describes the virtual server’s persistence profile and its attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#default_profileObject

The flag indicating whether this is the default persist profile to be used if a rule does not select a persist type.

Returns:

  • (Object)

    the current value of default_profile


1003
1004
1005
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1003

def default_profile
  @default_profile
end

#profile_nameString

The persistence profile name.

Returns:

  • (String)

    the current value of profile_name


1003
1004
1005
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1003

def profile_name
  @profile_name
end