Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class RecoveryConfig.
The Recovery settings of an environment.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.RecoveryConfig
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scheduled_snapshots_config |
ScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism. |
getScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism.
| Returns | |
|---|---|
| Type | Description |
ScheduledSnapshotsConfig|null |
|
hasScheduledSnapshotsConfig
clearScheduledSnapshotsConfig
setScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism.
| Parameter | |
|---|---|
| Name | Description |
var |
ScheduledSnapshotsConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|