public sealed class WebServerConfig : IMessage<WebServerConfig>, IEquatable<WebServerConfig>, IDeepCloneable<WebServerConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class WebServerConfig.
The configuration settings for the Airflow web server App Engine instance.
Supported for Cloud Composer environments in versions
composer-1..-airflow-..*
Optional. Machine type on which Airflow web server is running.
It has to be one of: composer-n1-webserver-2, composer-n1-webserver-4 or
composer-n1-webserver-8.
If not specified, composer-n1-webserver-2 will be used.
Value custom is returned only in response, if Airflow web server parameters
were manually changed to a non-standard values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides reference documentation for the `WebServerConfig` class within the Cloud Composer v1 API, used to configure the Airflow web server instance."],["The `WebServerConfig` class is supported for Cloud Composer environments using versions composer-1.*.* -airflow-*.*.\\*."],["The document lists various versions of `WebServerConfig`, with version 2.9.0 being the latest and version 1.0.0 being the oldest."],["The `WebServerConfig` class allows configuration of the `MachineType`, which defines the underlying server size, and can be set to composer-n1-webserver-2, composer-n1-webserver-4, or composer-n1-webserver-8."],["WebServerConfig inherits from object and implements the interfaces IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]