Class CloudDatabaseMigrationTarget
Cloud database migration target.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class CloudDatabaseMigrationTarget : IDirectResponseSchema
Properties
CloudSqlForMysqlShape
Cloud SQL for MySQL database shape.
Declaration
[JsonProperty("cloudSqlForMysqlShape")]
public virtual CloudSqlForMySqlShape CloudSqlForMysqlShape { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudSqlForMySqlShape |
CloudSqlForPostgresqlShape
Cloud SQL for PostgreSQL database shape.
Declaration
[JsonProperty("cloudSqlForPostgresqlShape")]
public virtual CloudSqlForPostgreSqlShape CloudSqlForPostgresqlShape { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudSqlForPostgreSqlShape |
CloudSqlShape
Cloud SQL for SQL Server database shape.
Declaration
[JsonProperty("cloudSqlShape")]
public virtual CloudSqlForSqlServerShape CloudSqlShape { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudSqlForSqlServerShape |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |