Class SqlServerDagConfig
Configuration for distributed availability group (DAG) for the SQL Server homogeneous migration.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerDagConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkedServer
Required. The name of the linked server that points to the source SQL Server instance. Only used by DAG migrations.
Declaration
[JsonProperty("linkedServer")]
public virtual string LinkedServer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceAg
Required. The name of the source availability group. Only used by DAG migrations.
Declaration
[JsonProperty("sourceAg")]
public virtual string SourceAg { get; set; }
Property Value
| Type | Description |
|---|---|
| string |