Class GatewayConfig
Configuration options for Cluster HTTP Gateway.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1beta.Data
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class GatewayConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Http2Enabled
Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.
Declaration
[JsonProperty("http2Enabled")]
public virtual bool? Http2Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |