public interface SandboxConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSandboxType() (deprecated)
public abstract String getSandboxType()Deprecated. google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See google/container/v1beta1/cluster_service.proto;l=1003
Type of the sandbox to use for the node (e.g. 'gvisor')
string sandbox_type = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The sandboxType. |
getSandboxTypeBytes() (deprecated)
public abstract ByteString getSandboxTypeBytes()Deprecated. google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See google/container/v1beta1/cluster_service.proto;l=1003
Type of the sandbox to use for the node (e.g. 'gvisor')
string sandbox_type = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sandboxType. |
getType()
public abstract SandboxConfig.Type getType()Type of the sandbox to use for the node.
.google.container.v1beta1.SandboxConfig.Type type = 2;
| Returns | |
|---|---|
| Type | Description |
SandboxConfig.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()Type of the sandbox to use for the node.
.google.container.v1beta1.SandboxConfig.Type type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |