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

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

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

Details regarding an Apply background job.

Inheritance

object > BackgroundJobLogEntry.Types.ApplyJobDetails

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ApplyJobDetails()

public ApplyJobDetails()

ApplyJobDetails(ApplyJobDetails)

public ApplyJobDetails(BackgroundJobLogEntry.Types.ApplyJobDetails other)
Parameter
NameDescription
otherBackgroundJobLogEntryTypesApplyJobDetails

Properties

ConnectionProfile

public string ConnectionProfile { get; set; }

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

Property Value
TypeDescription
string

Filter

public string Filter { get; set; }

Output only. AIP-160 based filter used to specify the entities to apply

Property Value
TypeDescription
string