Class: Google::Apis::ComposerV1::RecoveryConfig
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComposerV1::RecoveryConfig
 
- 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
The Recovery settings of an environment.
Instance Attribute Summary collapse
- 
  
    
      #scheduled_snapshots_config  ⇒ Google::Apis::ComposerV1::ScheduledSnapshotsConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration for scheduled snapshot creation mechanism. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RecoveryConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RecoveryConfig. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ RecoveryConfig
Returns a new instance of RecoveryConfig.
| 1168 1169 1170 | # File 'lib/google/apis/composer_v1/classes.rb', line 1168 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#scheduled_snapshots_config ⇒ Google::Apis::ComposerV1::ScheduledSnapshotsConfig
The configuration for scheduled snapshot creation mechanism.
Corresponds to the JSON property scheduledSnapshotsConfig
| 1166 1167 1168 | # File 'lib/google/apis/composer_v1/classes.rb', line 1166 def scheduled_snapshots_config @scheduled_snapshots_config end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1173 1174 1175 | # File 'lib/google/apis/composer_v1/classes.rb', line 1173 def update!(**args) @scheduled_snapshots_config = args[:scheduled_snapshots_config] if args.key?(:scheduled_snapshots_config) end |