Enum RawDisk.ContainerType (1.50.0)

public enum RawDisk.ContainerType extends Enum<RawDisk.ContainerType> implements ProtocolMessageEnum

The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.

Protobuf enum google.cloud.compute.v1.RawDisk.ContainerType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TAR

TAR = 82821;

TAR_VALUE

TAR = 82821;

UNDEFINED_CONTAINER_TYPE

A value indicating that the enum field is not set.

UNDEFINED_CONTAINER_TYPE = 0;

UNDEFINED_CONTAINER_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_CONTAINER_TYPE = 0;

UNRECOGNIZED

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()