Show / Hide Table of Contents

Class GatewayConfig

Configuration options for Cluster HTTP Gateway.

Inheritance
object
GatewayConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX