Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class DatabaseFailoverRequest.
Request to trigger database failover (only for highly resilient environments).
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.DatabaseFailoverRequest
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ environment |
string
Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" |
getEnvironment
Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Returns | |
|---|---|
| Type | Description |
string |
|
setEnvironment
Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|