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 |
Google\Cloud\Orchestration\Airflow\Service\V1\ScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism. |
getScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism.
Returns | |
---|---|
Type | Description |
Google\Cloud\Orchestration\Airflow\Service\V1\ScheduledSnapshotsConfig|null |
hasScheduledSnapshotsConfig
clearScheduledSnapshotsConfig
setScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Orchestration\Airflow\Service\V1\ScheduledSnapshotsConfig
|
Returns | |
---|---|
Type | Description |
$this |