Migration Center v1 API - Class ImportRowError (1.4.0)

public sealed class ImportRowError : IMessage<ImportRowError>, IEquatable<ImportRowError>, IDeepCloneable<ImportRowError>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class ImportRowError.

A resource that reports the import job errors at row level.

Inheritance

object > ImportRowError

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ImportRowError()

public ImportRowError()

ImportRowError(ImportRowError)

public ImportRowError(ImportRowError other)
Parameter
Name Description
other ImportRowError

Properties

Errors

public RepeatedField<ImportError> Errors { get; }

The list of errors detected in the row.

Property Value
Type Description
RepeatedFieldImportError

RowNumber

[Obsolete]
public int RowNumber { get; set; }

The row number where the error was detected.

Property Value
Type Description
int

VmName

public string VmName { get; set; }

The name of the VM in the row.

Property Value
Type Description
string

VmUuid

public string VmUuid { get; set; }

The VM UUID.

Property Value
Type Description
string