gcp.project.sqlService.instance
Supported platform
- gcp
Description
Google Cloud (GCP) SQL instance
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
projectId | string | Project ID |
availableMaintenanceVersions | []string | All maintenance versions applicable on the instance |
backendType | string | Backend type |
connectionName | string | Connection name of the instance used in connection strings |
created | time | Creation timestamp |
currentDiskSize | int | Deprecated |
databaseInstalledVersion | string | Current database version running on the instance |
databaseVersion | string | Database engine type and version |
diskEncryptionConfiguration | dict | Disk encryption configuration |
diskEncryptionStatus | dict | Disk encryption status |
failoverReplica | dict | Name and status of the failover replica |
gceZone | string | Compute Engine zone that the instance is currently serviced from |
instanceType | string | Instance type |
ipAddresses | []gcp.project.sqlService.instance.ipMapping | Assigned IP addresses |
maintenanceVersion | string | Current software version on the instance |
masterInstanceName | string | Name of the instance that acts as primary in the replica |
maxDiskSize | int | Maximum disk size in bytes |
name | string | Instance name |
project | string | This is deprecated; use projectId instead. |
region | string | Region |
replicaNames | []string | Replicas |
settings | gcp.project.sqlService.instance.settings | Settings |
serviceAccountEmailAddress | string | Service account email address |
state | string | Instance state |
databases | []gcp.project.sqlService.instance.database | List of the databases in the current SQL instance |
References