Google Kubernetes Engine v1 API - Class FastSocket (3.26.0)

public sealed class FastSocket : IMessage<FastSocket>, IEquatable<FastSocket>, IDeepCloneable<FastSocket>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class FastSocket.

Configuration of Fast Socket feature.

Inheritance

object > FastSocket

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

FastSocket()

public FastSocket()

FastSocket(FastSocket)

public FastSocket(FastSocket other)
Parameter
Name Description
other FastSocket

Properties

Enabled

public bool Enabled { get; set; }

Whether Fast Socket features are enabled in the node pool.

Property Value
Type Description
bool