Interface SandboxConfigOrBuilder (2.3.8)

public interface SandboxConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSandboxType() (deprecated)

public abstract String getSandboxType()

Deprecated.

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.

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.