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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TAR |
|
TAR_VALUE |
|
UNDEFINED_CONTAINER_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_CONTAINER_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |