Class: Google::Cloud::Orchestration::Airflow::Service::V1::RecoveryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::RecoveryConfig
- 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.
1654 1655 1656 1657 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1654 class RecoveryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |