Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class CloudSqlInstanceInitializationConfig.
CloudSqlInstanceInitializationConfig contains the configuration for initializing a Cloud SQL instance.
Generated from protobuf message google.cloud.backupdr.v1.CloudSqlInstanceInitializationConfig
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ edition |
int
Required. The edition of the Cloud SQL instance. |
getEdition
Required. The edition of the Cloud SQL instance.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Edition. |
setEdition
Required. The edition of the Cloud SQL instance.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Edition. |
| Returns | |
|---|---|
| Type | Description |
$this |
|