Show / Hide Table of Contents

Class DatabaseDeploymentDetails

The details of a database deployment asset.

Inheritance
object
DatabaseDeploymentDetails
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.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DatabaseDeploymentDetails : IDirectResponseSchema

Properties

AggregatedStats

Output only. Aggregated stats for the database deployment.

Declaration
[JsonProperty("aggregatedStats")]
public virtual DatabaseDeploymentDetailsAggregatedStats AggregatedStats { get; set; }
Property Value
Type Description
DatabaseDeploymentDetailsAggregatedStats

AwsRds

Optional. Details of an AWS RDS instance.

Declaration
[JsonProperty("awsRds")]
public virtual AwsRds AwsRds { get; set; }
Property Value
Type Description
AwsRds

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Edition

Optional. The database deployment edition.

Declaration
[JsonProperty("edition")]
public virtual string Edition { get; set; }
Property Value
Type Description
string

GeneratedId

Optional. The database deployment generated ID.

Declaration
[JsonProperty("generatedId")]
public virtual string GeneratedId { get; set; }
Property Value
Type Description
string

ManualUniqueId

Optional. A manual unique ID set by the user.

Declaration
[JsonProperty("manualUniqueId")]
public virtual string ManualUniqueId { get; set; }
Property Value
Type Description
string

Mysql

Optional. Details of a MYSQL database deployment.

Declaration
[JsonProperty("mysql")]
public virtual MysqlDatabaseDeployment Mysql { get; set; }
Property Value
Type Description
MysqlDatabaseDeployment

Postgresql

Optional. Details of a PostgreSQL database deployment.

Declaration
[JsonProperty("postgresql")]
public virtual PostgreSqlDatabaseDeployment Postgresql { get; set; }
Property Value
Type Description
PostgreSqlDatabaseDeployment

SqlServer

Optional. Details of a Microsoft SQL Server database deployment.

Declaration
[JsonProperty("sqlServer")]
public virtual SqlServerDatabaseDeployment SqlServer { get; set; }
Property Value
Type Description
SqlServerDatabaseDeployment

Topology

Optional. Details of the database deployment topology.

Declaration
[JsonProperty("topology")]
public virtual DatabaseDeploymentTopology Topology { get; set; }
Property Value
Type Description
DatabaseDeploymentTopology

Version

Optional. The database deployment version.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX