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-03-21 UTC."],[[["This webpage provides reference documentation for the `WebServerConfig` class within the Cloud Composer v1 API, detailing its configuration settings for the Airflow web server App Engine instance."],["The `WebServerConfig` class supports Cloud Composer environments in versions composer-1.\\*.\\* -airflow-\\*.\\*.\\* and is accessible via multiple versions, from 1.0.0 up to 2.9.0, with 2.9.0 being the most recent."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `Object` class."],["`WebServerConfig` allows setting the machine type for the Airflow web server, with options like `composer-n1-webserver-2`, `composer-n1-webserver-4`, or `composer-n1-webserver-8`, defaulting to `composer-n1-webserver-2` if not specified."],["Constructors are provided to create a WebServerConfig, either empty or as a copy of an existing one."]]],[]]