Google Kubernetes Engine v1 API - Class AgentSandboxConfig (3.39.0)

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

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

Configuration for the AgentSandbox addon.

Inheritance

object > AgentSandboxConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AgentSandboxConfig()

public AgentSandboxConfig()

AgentSandboxConfig(AgentSandboxConfig)

public AgentSandboxConfig(AgentSandboxConfig other)
Parameter
Name Description
other AgentSandboxConfig

Properties

Enabled

public bool Enabled { get; set; }

Optional. Whether AgentSandbox is enabled for this cluster.

Property Value
Type Description
bool