Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ResilienceMode.
Resilience mode of the Cloud Composer Environment.
Protobuf type google.cloud.orchestration.airflow.service.v1.EnvironmentConfig.ResilienceMode
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ EnvironmentConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESILIENCE_MODE_UNSPECIFIED
Value: 0
Default mode doesn't change environment parameters.
Generated from protobuf enum RESILIENCE_MODE_UNSPECIFIED = 0;
HIGH_RESILIENCE
Value: 1
Enabled High Resilience mode, including Cloud SQL HA.
Generated from protobuf enum HIGH_RESILIENCE = 1;