Module: Google::Cloud::Orchestration::Airflow::Service::V1::SoftwareConfig::WebServerPluginsMode
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Web server plugins mode of the Cloud Composer environment.
Constant Summary collapse
- WEB_SERVER_PLUGINS_MODE_UNSPECIFIED =
Default mode.
0
- PLUGINS_DISABLED =
Web server plugins are not supported.
1
- PLUGINS_ENABLED =
Web server plugins are supported.
2