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-04-02 UTC."],[[["The `WebServerConfig` class manages configuration settings for the Airflow web server App Engine instance."],["This class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is available in the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."],["The class provides a property called `MachineType` to set the machine type, supporting options like `composer-n1-webserver-2`, `composer-n1-webserver-4`, or `composer-n1-webserver-8`, defaulting to `composer-n1-webserver-2` if unspecified."],["There are a variety of versions available for the `WebServerConfig` class with the most recent being 2.9.0 and the oldest being 1.0.0."]]],[]]