public enum DiskResourceStatusAsyncReplicationStatus.State extends Enum<DiskResourceStatusAsyncReplicationStatus.State> implements ProtocolMessageEnum Protobuf enum google.cloud.compute.v1.DiskResourceStatusAsyncReplicationStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Replication is active. |
ACTIVE_VALUE |
Replication is active. |
CREATED |
Secondary disk is created and is waiting for replication to start. |
CREATED_VALUE |
Secondary disk is created and is waiting for replication to start. |
STARTING |
Replication is starting. |
STARTING_VALUE |
Replication is starting. |
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
STOPPED |
Replication is stopped. |
STOPPED_VALUE |
Replication is stopped. |
STOPPING |
Replication is stopping. |
STOPPING_VALUE |
Replication is stopping. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_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() |
|