Class: IControl::LocalLB::ProfilePersistence::ProfilePersistenceHashMethod
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfilePersistence::ProfilePersistenceHashMethod
- Defined in:
- lib/icontrol/local_lb/profile_persistence.rb,
lib/icontrol/local_lb/profile_persistence.rb
Overview
A structure that specifies the persistence hash method for profiles
Instance Attribute Summary collapse
-
#default_flag ⇒ Object
How to interpret “value”.
-
#value ⇒ IControl::LocalLB::ProfilePersistence::PersistenceHashMethod
Persistence hash method.
Instance Attribute Details
#default_flag ⇒ Object
How to interpret “value”. For queries, if true, “value” is the parent profile’s value; if false, “value” has been explicitly set. For creation and modification, if true, the parent profile’s value is used to set the attribute value, and “value” is thus ignored; if false, “value” will be used.
722 723 724 |
# File 'lib/icontrol/local_lb/profile_persistence.rb', line 722 def default_flag @default_flag end |
#value ⇒ IControl::LocalLB::ProfilePersistence::PersistenceHashMethod
Persistence hash method
722 723 724 |
# File 'lib/icontrol/local_lb/profile_persistence.rb', line 722 def value @value end |