Google Kubernetes Engine v1 API - Class FastSocket (3.9.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

GoogleGoogle.CloudGoogle.Cloud.ContainerV1

Assembly

Google.Cloud.Container.V1.dll

Constructors

FastSocket()

public FastSocket()

FastSocket(FastSocket)

public FastSocket(FastSocket other)
Parameter
NameDescription
otherFastSocket

Properties

Enabled

public bool Enabled { get; set; }

Whether Fast Socket features are enabled in the node pool.

Property Value
TypeDescription
bool