Google Cloud Orchestration Airflow V1 Client - Class WebServerPluginsMode (1.6.3)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class WebServerPluginsMode.

Web server plugins mode of the Cloud Composer environment.

Protobuf type google.cloud.orchestration.airflow.service.v1.SoftwareConfig.WebServerPluginsMode

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ SoftwareConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

WEB_SERVER_PLUGINS_MODE_UNSPECIFIED

Value: 0

Default mode.

Generated from protobuf enum WEB_SERVER_PLUGINS_MODE_UNSPECIFIED = 0;

PLUGINS_DISABLED

Value: 1

Web server plugins are not supported.

Generated from protobuf enum PLUGINS_DISABLED = 1;

PLUGINS_ENABLED

Value: 2

Web server plugins are supported.

Generated from protobuf enum PLUGINS_ENABLED = 2;