Cloud Composer v1 API - Class WebServerConfig (2.4.0)

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-..*

Inheritance

object > WebServerConfig

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

WebServerConfig()

public WebServerConfig()

WebServerConfig(WebServerConfig)

public WebServerConfig(WebServerConfig other)
Parameter
NameDescription
otherWebServerConfig

Properties

MachineType

public string MachineType { get; set; }

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.

Property Value
TypeDescription
string