Enum AttachedDisk.DiskSavedState (0.39.0)

publicenumAttachedDisk.DiskSavedStateextendsEnum<AttachedDisk.DiskSavedState>implementsProtocolMessageEnum

List of the states of the Disk.

Protobuf enum google.cloud.backupdr.v1.AttachedDisk.DiskSavedState

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISK_SAVED_STATE_UNSPECIFIED

Default Disk state has not been preserved.

DISK_SAVED_STATE_UNSPECIFIED = 0;

DISK_SAVED_STATE_UNSPECIFIED_VALUE

Default Disk state has not been preserved.

DISK_SAVED_STATE_UNSPECIFIED = 0;

PRESERVED

Disk state has been preserved.

PRESERVED = 1;

PRESERVED_VALUE

Disk state has been preserved.

PRESERVED = 1;

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.