Interface SandboxConfigOrBuilder (2.5.0)

public interface SandboxConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract SandboxConfig.Type getType()

Type of the sandbox to use for the node.

.google.container.v1.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.v1.SandboxConfig.Type type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.