Enum SavedAttachedDisk.Type (1.49.0)

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

Specifies the type of the attached disk, either SCRATCH or PERSISTENT.

Protobuf enum google.cloud.compute.v1.SavedAttachedDisk.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PERSISTENT

PERSISTENT = 460683927;

PERSISTENT_VALUE

PERSISTENT = 460683927;

SCRATCH

SCRATCH = 496778970;

SCRATCH_VALUE

SCRATCH = 496778970;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

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