Interface SandboxConfigOrBuilder (2.3.6)

public interface SandboxConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSandboxType()

public abstract String getSandboxType()

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

string sandbox_type = 1 [deprecated = true];

Returns
TypeDescription
String

The sandboxType.

getSandboxTypeBytes()

public abstract ByteString getSandboxTypeBytes()

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.