SqlServerConnectionProfile
import type { SqlServerConnectionProfile } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";
Specifies connection parameters required specifically for SQL Server databases.
interface SqlServerConnectionProfile {
backups?: SqlServerBackups;
cloudSqlId?: string;
database?: string;
forwardSshConnectivity?: ForwardSshTunnelConnectivity;
host?: string;
password?: string;
readonly passwordSet?: boolean;
port?: number;
privateConnectivity?: PrivateConnectivity;
privateServiceConnectConnectivity?: PrivateServiceConnectConnectivity;
ssl?: SslConfig;
staticIpConnectivity?: StaticIpConnectivity;
username?: string;
}§Properties
§
backups?: SqlServerBackups
[src]The backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
§
cloudSqlId?: string
[src]If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
§
forwardSshConnectivity?: ForwardSshTunnelConnectivity
[src]Forward SSH tunnel connectivity.
§
password?: string
[src]Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
§
readonly passwordSet?: boolean
[src]Output only. Indicates whether a new password is included in the request.
§
privateConnectivity?: PrivateConnectivity
[src]Private connectivity.
§
privateServiceConnectConnectivity?: PrivateServiceConnectConnectivity
[src]Private Service Connect connectivity.
§
staticIpConnectivity?: StaticIpConnectivity
[src]Static IP connectivity data (default, no additional details needed).