Show / Hide Table of Contents

Class CloudDatabaseMigrationTarget

Cloud database migration target.

Inheritance
object
CloudDatabaseMigrationTarget
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX