View Source GoogleApi.DataMigration.V1.Model.SqlServerConnectionProfile (google_api_data_migration v0.13.0)

Specifies connection parameters required specifically for SQL Server databases.

Attributes

  • backups (type: GoogleApi.DataMigration.V1.Model.SqlServerBackups.t, default: nil) - The backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
  • cloudSqlId (type: String.t, default: nil) - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
  • forwardSshConnectivity (type: GoogleApi.DataMigration.V1.Model.ForwardSshTunnelConnectivity.t, default: nil) - Forward SSH tunnel connectivity.
  • host (type: String.t, default: nil) - Required. The IP or hostname of the source SQL Server database.
  • password (type: String.t, default: nil) - 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.
  • passwordSet (type: boolean(), default: nil) - Output only. Indicates whether a new password is included in the request.
  • port (type: integer(), default: nil) - Required. The network port of the source SQL Server database.
  • privateConnectivity (type: GoogleApi.DataMigration.V1.Model.PrivateConnectivity.t, default: nil) - Private connectivity.
  • privateServiceConnectConnectivity (type: GoogleApi.DataMigration.V1.Model.PrivateServiceConnectConnectivity.t, default: nil) - Private Service Connect connectivity.
  • ssl (type: GoogleApi.DataMigration.V1.Model.SslConfig.t, default: nil) - SSL configuration for the destination to connect to the source database.
  • staticIpConnectivity (type: GoogleApi.DataMigration.V1.Model.StaticIpConnectivity.t, default: nil) - Static IP connectivity data (default, no additional details needed).
  • username (type: String.t, default: nil) - Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SqlServerConnectionProfile{
  backups: GoogleApi.DataMigration.V1.Model.SqlServerBackups.t() | nil,
  cloudSqlId: String.t() | nil,
  forwardSshConnectivity:
    GoogleApi.DataMigration.V1.Model.ForwardSshTunnelConnectivity.t() | nil,
  host: String.t() | nil,
  password: String.t() | nil,
  passwordSet: boolean() | nil,
  port: integer() | nil,
  privateConnectivity:
    GoogleApi.DataMigration.V1.Model.PrivateConnectivity.t() | nil,
  privateServiceConnectConnectivity:
    GoogleApi.DataMigration.V1.Model.PrivateServiceConnectConnectivity.t() | nil,
  ssl: GoogleApi.DataMigration.V1.Model.SslConfig.t() | nil,
  staticIpConnectivity:
    GoogleApi.DataMigration.V1.Model.StaticIpConnectivity.t() | nil,
  username: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.