MysqlDatabaseDeployment
import type { MysqlDatabaseDeployment } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Specific details for a Mysql database deployment.
interface MysqlDatabaseDeployment {
plugins?: MySqlPlugin[];
properties?: MySqlProperty[];
resourceGroupsCount?: number;
variables?: MySqlVariable[];
}§Properties
§
plugins?: MySqlPlugin[]
[src]Optional. List of MySql plugins.
§
properties?: MySqlProperty[]
[src]Optional. List of MySql properties.
§
variables?: MySqlVariable[]
[src]Optional. List of MySql variables.