Class: Google::Apis::RedisV1::StateInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::RedisV1::StateInfo
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb 
Overview
Represents additional information about the state of the cluster.
Instance Attribute Summary collapse
- 
  
    
      #update_info  ⇒ Google::Apis::RedisV1::UpdateInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents information about an updating cluster.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ StateInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of StateInfo.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ StateInfo
Returns a new instance of StateInfo.
      2561 2562 2563  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 2561 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#update_info ⇒ Google::Apis::RedisV1::UpdateInfo
Represents information about an updating cluster.
Corresponds to the JSON property updateInfo
      2559 2560 2561  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 2559 def update_info @update_info end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2566 2567 2568  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 2566 def update!(**args) @update_info = args[:update_info] if args.key?(:update_info) end  |