public sealed class AgentSandboxConfig : IMessage<AgentSandboxConfig>, IEquatable<AgentSandboxConfig>, IDeepCloneable<AgentSandboxConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class AgentSandboxConfig.
Configuration for the AgentSandbox addon.
Implements
IMessageAgentSandboxConfig, IEquatableAgentSandboxConfig, IDeepCloneableAgentSandboxConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|