Enum MigrationError.ErrorCode (1.33.0)

public enum MigrationError.ErrorCode extends Enum<MigrationError.ErrorCode> implements ProtocolMessageEnum

Represents resource error codes.

Protobuf enum google.cloud.vmmigration.v1.MigrationError.ErrorCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APPLIANCE_UPGRADE_ERROR

Migrate for Compute encountered an error during appliance upgrade.

APPLIANCE_UPGRADE_ERROR = 9;

APPLIANCE_UPGRADE_ERROR_VALUE

Migrate for Compute encountered an error during appliance upgrade.

APPLIANCE_UPGRADE_ERROR = 9;

CLONE_ERROR

Migrate for Compute encountered an error in clone operation.

CLONE_ERROR = 6;

CLONE_ERROR_VALUE

Migrate for Compute encountered an error in clone operation.

CLONE_ERROR = 6;

CUTOVER_ERROR

Migrate for Compute encountered an error in cutover operation.

CUTOVER_ERROR = 7;

CUTOVER_ERROR_VALUE

Migrate for Compute encountered an error in cutover operation.

CUTOVER_ERROR = 7;

ERROR_CODE_UNSPECIFIED

Default value. This value is not used.

ERROR_CODE_UNSPECIFIED = 0;

ERROR_CODE_UNSPECIFIED_VALUE

Default value. This value is not used.

ERROR_CODE_UNSPECIFIED = 0;

OS_ADAPTATION_ERROR

Migrate for Compute encountered an error during OS adaptation.

OS_ADAPTATION_ERROR = 5;

OS_ADAPTATION_ERROR_VALUE

Migrate for Compute encountered an error during OS adaptation.

OS_ADAPTATION_ERROR = 5;

SOURCE_REPLICATION_ERROR

Migrate for Compute encountered an error during source data operation.

SOURCE_REPLICATION_ERROR = 3;

SOURCE_REPLICATION_ERROR_VALUE

Migrate for Compute encountered an error during source data operation.

SOURCE_REPLICATION_ERROR = 3;

SOURCE_VALIDATION_ERROR

Migrate for Compute encountered an error while validating replication source health.

SOURCE_VALIDATION_ERROR = 2;

SOURCE_VALIDATION_ERROR_VALUE

Migrate for Compute encountered an error while validating replication source health.

SOURCE_VALIDATION_ERROR = 2;

TARGET_REPLICATION_ERROR

Migrate for Compute encountered an error during target data operation.

TARGET_REPLICATION_ERROR = 4;

TARGET_REPLICATION_ERROR_VALUE

Migrate for Compute encountered an error during target data operation.

TARGET_REPLICATION_ERROR = 4;

UNKNOWN_ERROR

Migrate for Compute encountered an unknown error.

UNKNOWN_ERROR = 1;

UNKNOWN_ERROR_VALUE

Migrate for Compute encountered an unknown error.

UNKNOWN_ERROR = 1;

UNRECOGNIZED
UTILIZATION_REPORT_ERROR

Migrate for Compute encountered an error during utilization report creation.

UTILIZATION_REPORT_ERROR = 8;

UTILIZATION_REPORT_ERROR_VALUE

Migrate for Compute encountered an error during utilization report creation.

UTILIZATION_REPORT_ERROR = 8;

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