Class: IControl::LocalLB::ProfilePersistence::ProfilePersistenceHashMethod

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#default_flagObject

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.

Returns:

  • (Object)

    the current value of default_flag



722
723
724
# File 'lib/icontrol/local_lb/profile_persistence.rb', line 722

def default_flag
  @default_flag
end

#valueIControl::LocalLB::ProfilePersistence::PersistenceHashMethod

Persistence hash method

Returns:



722
723
724
# File 'lib/icontrol/local_lb/profile_persistence.rb', line 722

def value
  @value
end