Migration Center v1 API - Class ImportRowError (1.0.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
NameDescription
otherImportRowError

Properties

Errors

public RepeatedField<ImportError> Errors { get; }

The list of errors detected in the row.

Property Value
TypeDescription
RepeatedFieldImportError

RowNumber

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

The row number where the error was detected.

Property Value
TypeDescription
int

VmName

public string VmName { get; set; }

The name of the VM in the row.

Property Value
TypeDescription
string

VmUuid

public string VmUuid { get; set; }

The VM UUID.

Property Value
TypeDescription
string