public enum UtilizationReport.State extends Enum<UtilizationReport.State> implements ProtocolMessageEnum
Utilization report state.
Protobuf enum google.events.cloud.vmmigration.v1.UtilizationReport.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The report is in the making. |
CREATING_VALUE |
The report is in the making. |
FAILED |
Report creation failed. |
FAILED_VALUE |
Report creation failed. |
STATE_UNSPECIFIED |
The state is unknown. This value is not in use. |
STATE_UNSPECIFIED_VALUE |
The state is unknown. This value is not in use. |
SUCCEEDED |
Report creation completed successfully. |
SUCCEEDED_VALUE |
Report creation completed successfully. |
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() |