public sealed class FastSocket : IMessage<FastSocket>, IEquatable<FastSocket>, IDeepCloneable<FastSocket>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class FastSocket.
Configuration of Fast Socket feature.
Implements
IMessage<FastSocket>, IEquatable<FastSocket>, IDeepCloneable<FastSocket>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
Boolean |
|