Enum SandboxConfig.Type (2.3.6)

public enum SandboxConfig.Type extends Enum<SandboxConfig.Type> implements ProtocolMessageEnum

Possible types of sandboxes.

Protobuf enum google.container.v1.SandboxConfig.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GVISOR

Run sandbox using gvisor.

GVISOR = 1;

GVISOR_VALUE

Run sandbox using gvisor.

GVISOR = 1;

UNRECOGNIZED
UNSPECIFIED

Default value. This should not be used.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

Default value. This should not be used.

UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()