gdcloud database connection-profiles create

NOME

gdcloud database connection-profiles create - Crea un profilo di connessione per la migrazione dei dati per il tipo di database specificato.

SINOSSI

gdcloud database connection-profiles create DATABASE_TYPE CONNECTION_PROFILE_NAME [flags]

ESEMPI

To create a connection profile for PostgreSQL, run:

  gdcloud database connection-profiles create postgresql pg-connection-profile-sample \
  --password=123456 --username=my-user --host=1.2.3.4 --port=5432 --ca-certificate=/path/to/ca.crt

FLAG OBBLIGATORI

      --ca-certificate string   file path for x509 PEM-encoded certificate of the CA that signed the database server's certificate.
      --host string             IP or hostname of the database.
      --password string         Password for the user that the migration service uses to connect to the database.
      --username string         Username that the migration service uses to connect to the database.

FLAG FACOLTATIVI

      --client-certificate string   file path for x509 PEM-encoded certificate that will be used by the replica to authenticate against the database server.
      --port int32                  Network port of the database. (default 5432)
      --private-key string          file path for Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate.

GDCLOUD WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.