Class: Google::Apis::ComposerV1::DatabaseFailoverRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComposerV1::DatabaseFailoverRequest
 
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/composer_v1/classes.rb,
 lib/google/apis/composer_v1/representations.rb,
 lib/google/apis/composer_v1/representations.rb
Overview
Request to trigger database failover (only for highly resilient environments).
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DatabaseFailoverRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DatabaseFailoverRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ DatabaseFailoverRequest
Returns a new instance of DatabaseFailoverRequest.
| 151 152 153 | # File 'lib/google/apis/composer_v1/classes.rb', line 151 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 156 157 | # File 'lib/google/apis/composer_v1/classes.rb', line 156 def update!(**args) end |