Enum UtilizationReport.State (1.15.0)

public enum UtilizationReport.State extends Enum<UtilizationReport.State> implements ProtocolMessageEnum

Utilization report state.

Protobuf enum google.cloud.vmmigration.v1.UtilizationReport.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The report is in the making.

CREATING = 1;

CREATING_VALUE

The report is in the making.

CREATING = 1;

FAILED

Report creation failed.

FAILED = 3;

FAILED_VALUE

Report creation failed.

FAILED = 3;

STATE_UNSPECIFIED

The state is unknown. This value is not in use.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unknown. This value is not in use.

STATE_UNSPECIFIED = 0;

SUCCEEDED

Report creation completed successfully.

SUCCEEDED = 2;

SUCCEEDED_VALUE

Report creation completed successfully.

SUCCEEDED = 2;

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