Enum AttachedDisk.SavedState (1.51.0)

public enum AttachedDisk.SavedState extends Enum<AttachedDisk.SavedState> implements ProtocolMessageEnum

For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.

Protobuf enum google.cloud.compute.v1.AttachedDisk.SavedState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISK_SAVED_STATE_UNSPECIFIED

[Default] Disk state has not been preserved.

DISK_SAVED_STATE_UNSPECIFIED = 391290831;

DISK_SAVED_STATE_UNSPECIFIED_VALUE

[Default] Disk state has not been preserved.

DISK_SAVED_STATE_UNSPECIFIED = 391290831;

PRESERVED

Disk state has been preserved.

PRESERVED = 254159736;

PRESERVED_VALUE

Disk state has been preserved.

PRESERVED = 254159736;

UNDEFINED_SAVED_STATE

A value indicating that the enum field is not set.

UNDEFINED_SAVED_STATE = 0;

UNDEFINED_SAVED_STATE_VALUE

A value indicating that the enum field is not set.

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