Class DatabaseDeploymentDetails
The details of a database deployment asset.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Edition
The database deployment edition.
Declaration
[JsonProperty("edition")]
public virtual string Edition { get; set; }
Property Value
Type | Description |
---|---|
string |
GeneratedId
The database deployment generated ID.
Declaration
[JsonProperty("generatedId")]
public virtual string GeneratedId { get; set; }
Property Value
Type | Description |
---|---|
string |
ManualUniqueId
A manual unique ID set by the user.
Declaration
[JsonProperty("manualUniqueId")]
public virtual string ManualUniqueId { get; set; }
Property Value
Type | Description |
---|---|
string |
Mysql
Details of a MYSQL database deployment.
Declaration
[JsonProperty("mysql")]
public virtual MysqlDatabaseDeployment Mysql { get; set; }
Property Value
Type | Description |
---|---|
MysqlDatabaseDeployment |
Postgresql
Details of a PostgreSQL database deployment.
Declaration
[JsonProperty("postgresql")]
public virtual PostgreSqlDatabaseDeployment Postgresql { get; set; }
Property Value
Type | Description |
---|---|
PostgreSqlDatabaseDeployment |
SqlServer
Details of a Microsoft SQL Server database deployment.
Declaration
[JsonProperty("sqlServer")]
public virtual SqlServerDatabaseDeployment SqlServer { get; set; }
Property Value
Type | Description |
---|---|
SqlServerDatabaseDeployment |
Topology
Details of the database deployment topology.
Declaration
[JsonProperty("topology")]
public virtual DatabaseDeploymentTopology Topology { get; set; }
Property Value
Type | Description |
---|---|
DatabaseDeploymentTopology |
Version
The database deployment version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |