Class: IControl::LocalLB::VirtualServer::VirtualServerPersistence
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::VirtualServer::VirtualServerPersistence
- 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
-
#default_profile ⇒ Object
The flag indicating whether this is the default persist profile to be used if a rule does not select a persist type.
-
#profile_name ⇒ String
The persistence profile name.
Instance Attribute Details
#default_profile ⇒ Object
The flag indicating whether this is the default persist profile to be used if a rule does not select a persist type.
1003 1004 1005 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1003 def default_profile @default_profile end |
#profile_name ⇒ String
The persistence profile name.
1003 1004 1005 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1003 def profile_name @profile_name end |