Database Migration v1 API - Class BackgroundJobLogEntry.Types.SeedJobDetails (2.4.0)

public sealed class BackgroundJobLogEntry.Types.SeedJobDetails : IMessage<BackgroundJobLogEntry.Types.SeedJobDetails>, IEquatable<BackgroundJobLogEntry.Types.SeedJobDetails>, IDeepCloneable<BackgroundJobLogEntry.Types.SeedJobDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class BackgroundJobLogEntry.Types.SeedJobDetails.

Details regarding a Seed background job.

Inheritance

object > BackgroundJobLogEntry.Types.SeedJobDetails

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SeedJobDetails()

public SeedJobDetails()

SeedJobDetails(SeedJobDetails)

public SeedJobDetails(BackgroundJobLogEntry.Types.SeedJobDetails other)
Parameter
NameDescription
otherBackgroundJobLogEntryTypesSeedJobDetails

Properties

ConnectionProfile

public string ConnectionProfile { get; set; }

Output only. The connection profile which was used for the seed job.

Property Value
TypeDescription
string