public sealed class SandboxConfig : IMessage<SandboxConfig>, IEquatable<SandboxConfig>, IDeepCloneable<SandboxConfig>, IBufferMessage, IMessageSandboxConfig contains configurations of the sandbox to use for the node.
Implements
IMessage<SandboxConfig>, IEquatable<SandboxConfig>, IDeepCloneable<SandboxConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SandboxConfig()
public SandboxConfig()SandboxConfig(SandboxConfig)
public SandboxConfig(SandboxConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SandboxConfig |
Properties
Type
public SandboxConfig.Types.Type Type { get; set; }Type of the sandbox to use for the node.
| Property Value | |
|---|---|
| Type | Description |
SandboxConfig.Types.Type |
|