public sealed class ApplyConversionWorkspaceRequest : IMessage<ApplyConversionWorkspaceRequest>, IEquatable<ApplyConversionWorkspaceRequest>, IDeepCloneable<ApplyConversionWorkspaceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class ApplyConversionWorkspaceRequest.
Request message for 'ApplyConversionWorkspace' request.
Implements
IMessageApplyConversionWorkspaceRequest, IEquatableApplyConversionWorkspaceRequest, IDeepCloneableApplyConversionWorkspaceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ApplyConversionWorkspaceRequest()
public ApplyConversionWorkspaceRequest()ApplyConversionWorkspaceRequest(ApplyConversionWorkspaceRequest)
public ApplyConversionWorkspaceRequest(ApplyConversionWorkspaceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplyConversionWorkspaceRequest |
Properties
AutoCommit
public bool AutoCommit { get; set; }Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ConnectionProfile
public string ConnectionProfile { get; set; }Optional. Fully qualified (Uri) name of the destination connection profile.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConversionWorkspaceName
public ConversionWorkspaceName ConversionWorkspaceName { get; set; }ConversionWorkspaceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConversionWorkspaceName |
|
DestinationCase
public ApplyConversionWorkspaceRequest.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
ApplyConversionWorkspaceRequestDestinationOneofCase |
|
DryRun
public bool DryRun { get; set; }Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Filter
public string Filter { get; set; }Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasConnectionProfile
public bool HasConnectionProfile { get; }Gets whether the "connection_profile" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
| Property Value | |
|---|---|
| Type | Description |
string |
|