Cloud SQL "slave" -> "replica". (#4201) (#322)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-11-06 13:39:01 -08:00 committed by GitHub
parent 74679bffec
commit c51074b7c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -155,12 +155,12 @@ options:
type: str type: str
client_certificate: client_certificate:
description: description:
- PEM representation of the slave's x509 certificate . - PEM representation of the replica's x509 certificate .
required: false required: false
type: str type: str
client_key: client_key:
description: description:
- PEM representation of the slave's private key. The corresponding public - PEM representation of the replica's private key. The corresponding public
key is encoded in the client's certificate. key is encoded in the client's certificate.
required: false required: false
type: str type: str
@ -171,7 +171,7 @@ options:
type: int type: int
dump_file_path: dump_file_path:
description: description:
- Path to a SQL dump file in Google Cloud Storage from which the slave - Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName. instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported. Dumps should have the Compressed gzip files (.gz) are also supported. Dumps should have the
binlog coordinates from which replication should begin. This can be binlog coordinates from which replication should begin. This can be
@ -543,12 +543,12 @@ replicaConfiguration:
type: str type: str
clientCertificate: clientCertificate:
description: description:
- PEM representation of the slave's x509 certificate . - PEM representation of the replica's x509 certificate .
returned: success returned: success
type: str type: str
clientKey: clientKey:
description: description:
- PEM representation of the slave's private key. The corresponding public - PEM representation of the replica's private key. The corresponding public
key is encoded in the client's certificate. key is encoded in the client's certificate.
returned: success returned: success
type: str type: str
@ -559,11 +559,11 @@ replicaConfiguration:
type: int type: int
dumpFilePath: dumpFilePath:
description: description:
- Path to a SQL dump file in Google Cloud Storage from which the slave instance - Path to a SQL dump file in Google Cloud Storage from which the replica
is to be created. The URI is in the form gs://bucketName/fileName. Compressed instance is to be created. The URI is in the form gs://bucketName/fileName.
gzip files (.gz) are also supported. Dumps should have the binlog coordinates Compressed gzip files (.gz) are also supported. Dumps should have the
from which replication should begin. This can be accomplished by setting binlog coordinates from which replication should begin. This can be accomplished
--master-data to 1 when using mysqldump. by setting --master-data to 1 when using mysqldump.
returned: success returned: success
type: str type: str
masterHeartbeatPeriod: masterHeartbeatPeriod:

View file

@ -241,13 +241,13 @@ resources:
type: str type: str
clientCertificate: clientCertificate:
description: description:
- PEM representation of the slave's x509 certificate . - PEM representation of the replica's x509 certificate .
returned: success returned: success
type: str type: str
clientKey: clientKey:
description: description:
- PEM representation of the slave's private key. The corresponding public - PEM representation of the replica's private key. The corresponding
key is encoded in the client's certificate. public key is encoded in the client's certificate.
returned: success returned: success
type: str type: str
connectRetryInterval: connectRetryInterval:
@ -257,7 +257,7 @@ resources:
type: int type: int
dumpFilePath: dumpFilePath:
description: description:
- Path to a SQL dump file in Google Cloud Storage from which the slave - Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName. instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported. Dumps should have Compressed gzip files (.gz) are also supported. Dumps should have
the binlog coordinates from which replication should begin. This can the binlog coordinates from which replication should begin. This can