Class: Google::Cloud::Orchestration::Airflow::Service::V1::ScheduledSnapshotsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ScheduledSnapshotsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
The configuration for scheduled snapshot creation mechanism.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
-
#snapshot_creation_schedule ⇒ ::String
Optional.
-
#snapshot_location ⇒ ::String
Optional.
-
#time_zone ⇒ ::String
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Whether scheduled snapshots creation is enabled.
1676 1677 1678 1679 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1676 class ScheduledSnapshotsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_creation_schedule ⇒ ::String
Returns Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
1676 1677 1678 1679 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1676 class ScheduledSnapshotsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_location ⇒ ::String
Returns Optional. The Cloud Storage location for storing automatically created snapshots.
1676 1677 1678 1679 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1676 class ScheduledSnapshotsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
Returns Optional. Time zone that sets the context to interpret snapshot_creation_schedule.
1676 1677 1678 1679 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1676 class ScheduledSnapshotsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |