DatabaseDeploymentDetails
import type { DatabaseDeploymentDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
The details of a database deployment asset.
interface DatabaseDeploymentDetails {
readonly aggregatedStats?: DatabaseDeploymentDetailsAggregatedStats;
awsRds?: AwsRds;
edition?: string;
generatedId?: string;
manualUniqueId?: string;
mysql?: MysqlDatabaseDeployment;
postgresql?: PostgreSqlDatabaseDeployment;
sqlServer?: SqlServerDatabaseDeployment;
topology?: DatabaseDeploymentTopology;
version?: string;
}§Properties
§
readonly aggregatedStats?: DatabaseDeploymentDetailsAggregatedStats
[src]Output only. Aggregated stats for the database deployment.
§
mysql?: MysqlDatabaseDeployment
[src]Optional. Details of a MYSQL database deployment.
§
postgresql?: PostgreSqlDatabaseDeployment
[src]Optional. Details of a PostgreSQL database deployment.
§
sqlServer?: SqlServerDatabaseDeployment
[src]Optional. Details of a Microsoft SQL Server database deployment.
§
topology?: DatabaseDeploymentTopology
[src]Optional. Details of the database deployment topology.