Class: Google::Cloud::Orchestration::Airflow::Service::V1::RecoveryConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

The Recovery settings of an environment.

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_snapshots_config::Google::Cloud::Orchestration::Airflow::Service::V1::ScheduledSnapshotsConfig

Returns Optional. The configuration for scheduled snapshot creation mechanism.

Returns:



1212
1213
1214
1215
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1212

class RecoveryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end