Interface protos.google.cloud.migrationcenter.v1.ISource (2.1.0)

Properties of a Source.

Package

@google-cloud/migrationcenter

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Source createTime

description

description?: (string|null);

Source description

displayName

displayName?: (string|null);

Source displayName

errorFrameCount

errorFrameCount?: (number|null);

Source errorFrameCount

managed

managed?: (boolean|null);

Source managed

name

name?: (string|null);

Source name

pendingFrameCount

pendingFrameCount?: (number|null);

Source pendingFrameCount

priority

priority?: (number|null);

Source priority

state

state?: (google.cloud.migrationcenter.v1.Source.State|keyof typeof google.cloud.migrationcenter.v1.Source.State|null);

Source state

type

type?: (google.cloud.migrationcenter.v1.Source.SourceType|keyof typeof google.cloud.migrationcenter.v1.Source.SourceType|null);

Source type

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Source updateTime