public enum SavedAttachedDisk.StorageBytesStatus extends Enum<SavedAttachedDisk.StorageBytesStatus> implements ProtocolMessageEnum
[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
Protobuf enum google.cloud.compute.v1.SavedAttachedDisk.StorageBytesStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNDEFINED_STORAGE_BYTES_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STORAGE_BYTES_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
UPDATING |
|
UPDATING_VALUE |
|
UP_TO_DATE |
|
UP_TO_DATE_VALUE |
|
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() |