public sealed class BackgroundJobLogEntry.Types.ApplyJobDetails : IMessage<BackgroundJobLogEntry.Types.ApplyJobDetails>, IEquatable<BackgroundJobLogEntry.Types.ApplyJobDetails>, IDeepCloneable<BackgroundJobLogEntry.Types.ApplyJobDetails>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class BackgroundJobLogEntry.Types.ApplyJobDetails.
Details regarding an Apply background job.
Implements
IMessageBackgroundJobLogEntryTypesApplyJobDetails, IEquatableBackgroundJobLogEntryTypesApplyJobDetails, IDeepCloneableBackgroundJobLogEntryTypesApplyJobDetails, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ApplyJobDetails()
public ApplyJobDetails()ApplyJobDetails(ApplyJobDetails)
public ApplyJobDetails(BackgroundJobLogEntry.Types.ApplyJobDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
BackgroundJobLogEntryTypesApplyJobDetails |
Properties
ConnectionProfile
public string ConnectionProfile { get; set; }Output only. The connection profile which was used for the apply job.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Filter
public string Filter { get; set; }Output only. AIP-160 based filter used to specify the entities to apply
| Property Value | |
|---|---|
| Type | Description |
string |
|