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."],[[["The latest version of the `WebServerConfig` class is 2.9.0, with other versions ranging from 2.8.0 down to 1.0.0."],["`WebServerConfig` is a class used in the Cloud Composer v1 API for configuring the Airflow web server App Engine instance in supported environments."],["The `WebServerConfig` class has constructors for creating new instances and copies, and includes a `MachineType` property for specifying the machine type."],["This class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["The webserver uses types: composer-n1-webserver-2, composer-n1-webserver-4, composer-n1-webserver-8; by default composer-n1-webserver-2 will be used if nothing is specified."]]],[]]