public sealed class WebServerConfig : IMessage<WebServerConfig>, IEquatable<WebServerConfig>, IDeepCloneable<WebServerConfig>, IBufferMessage, IMessage
The configuration settings for the Airflow web server App Engine instance.
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 details the `WebServerConfig` class within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, which manages configuration settings for the Airflow web server App Engine instance."],["The `WebServerConfig` class is part of version 1.0.0 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebServerConfig` class has two constructors: a default constructor and one that takes another `WebServerConfig` object as a parameter for creating a copy."],["The `MachineType` property allows setting the machine type for the Airflow web server, with default and optional custom values available, as well as a variety of composer options."],["Multiple versions of this class are accessible, ranging from version 1.0.0 to 2.9.0 (the latest)."]]],[]]