Interface SandboxConfigOrBuilder (2.5.1)

public interface SandboxConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSandboxType() (deprecated)

public abstract String getSandboxType()

Deprecated. google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See google/container/v1beta1/cluster_service.proto;l=860

Type of the sandbox to use for the node (e.g. 'gvisor')

string sandbox_type = 1 [deprecated = true];

Returns
TypeDescription
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=860

Type of the sandbox to use for the node (e.g. 'gvisor')

string sandbox_type = 1 [deprecated = true];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for type.