resilienceMode property

String? resilienceMode
getter/setter pair

Resilience mode of the Cloud Composer Environment.

This field is supported for Cloud Composer environments in versions composer-2.2.0-airflow-..* and newer.

Optional. Possible string values are:

  • "RESILIENCE_MODE_UNSPECIFIED" : Default mode doesn't change environment parameters.
  • "HIGH_RESILIENCE" : Enabled High Resilience mode, including Cloud SQL HA.

Implementation

core.String? resilienceMode;