GoogleCloudSQLPostgreSQLInstance
No description
type GoogleCloudSQLPostgreSQLInstance {
metadata: ResourceMetadata!
availableMaintenanceVersions: [String!]!
backendType: GoogleCloudSQLInstanceBackendType!
connectionName: String!
createdAt: DateTime!
currentDiskSize: Uint64!
databaseInstalledVersion: String!
databaseVersion: GoogleCloudSQLInstanceDatabaseVersion!
diskEncryptionConfiguration: GoogleCloudSQLInstanceDiskEncryptionConfiguration
diskEncryptionStatus: GoogleCloudSQLInstanceDiskEncryptionStatus
failoverReplica: GoogleCloudSQLInstanceFailoverReplica
gceZone: String!
instanceType: GoogleCloudSQLInstanceType!
ipAddresses: [GoogleCloudSQLInstanceIpMapping!]!
maintenanceVersion: String!
masterInstanceName: String!
maximumDiskSize: Uint64!
name: String!
outOfDiskReport: GoogleCloudSQLInstanceOutOfDiskReport
projectId: String!
region: String!
replicaConfiguration: GoogleCloudSQLInstanceReplicaConfiguration
replicaNames: [String!]!
satisfiesPzs: Boolean!
scheduledMaintenance: GoogleCloudSQLInstanceScheduledMaintenance!
secondaryGceZone: String!
selfLink: String!
serverCaCertificate: GoogleCloudSQLInstanceSSLCertificate
serviceAccountEmailAddress: String!
settings: GoogleCloudSQLPostgreSQLInstanceSettings!
state: GoogleCloudSQLInstanceState!
suspensionReason: [GoogleCloudSQLInstanceSuspensionReason!]!
}
Fields
GoogleCloudSQLPostgreSQLInstance.metadata
● ResourceMetadata!
non-null object
The metadata to identify this resource in Shisho Cloud
GoogleCloudSQLPostgreSQLInstance.availableMaintenanceVersions
● [String!]!
non-null scalar
Applicable on the instance
GoogleCloudSQLPostgreSQLInstance.backendType
● GoogleCloudSQLInstanceBackendType!
non-null enum
The backend type
GoogleCloudSQLPostgreSQLInstance.connectionName
● String!
non-null scalar
The connection name
GoogleCloudSQLPostgreSQLInstance.createdAt
● DateTime!
non-null scalar
The created date/time
GoogleCloudSQLPostgreSQLInstance.currentDiskSize
● Uint64!
non-null scalar
The current disk usage of the instance in bytes
GoogleCloudSQLPostgreSQLInstance.databaseInstalledVersion
● String!
non-null scalar
The current database version running on the instance, including minor version
GoogleCloudSQLPostgreSQLInstance.databaseVersion
● GoogleCloudSQLInstanceDatabaseVersion!
non-null enum
The database engine type and version
GoogleCloudSQLPostgreSQLInstance.diskEncryptionConfiguration
● GoogleCloudSQLInstanceDiskEncryptionConfiguration
object
The disk encryption configuration
GoogleCloudSQLPostgreSQLInstance.diskEncryptionStatus
● GoogleCloudSQLInstanceDiskEncryptionStatus
object
The disk encryption status specific to an instance
GoogleCloudSQLPostgreSQLInstance.failoverReplica
● GoogleCloudSQLInstanceFailoverReplica
object
The name and status of the failover replica
GoogleCloudSQLPostgreSQLInstance.gceZone
● String!
non-null scalar
The zone of Compute Engine instance
GoogleCloudSQLPostgreSQLInstance.instanceType
● GoogleCloudSQLInstanceType!
non-null enum
The instance type
GoogleCloudSQLPostgreSQLInstance.ipAddresses
● [GoogleCloudSQLInstanceIpMapping!]!
non-null object
The assigned IP addresses for the instance
GoogleCloudSQLPostgreSQLInstance.maintenanceVersion
● String!
non-null scalar
The current software version on the instance
GoogleCloudSQLPostgreSQLInstance.masterInstanceName
● String!
non-null scalar
The name for the replication setup
GoogleCloudSQLPostgreSQLInstance.maximumDiskSize
● Uint64!
non-null scalar
The maximum disk size of the instance in bytes
GoogleCloudSQLPostgreSQLInstance.name
● String!
non-null scalar
Name
GoogleCloudSQLPostgreSQLInstance.outOfDiskReport
● GoogleCloudSQLInstanceOutOfDiskReport
object
The state for OutOfDisk issues
GoogleCloudSQLPostgreSQLInstance.projectId
● String!
non-null scalar
The project ID
GoogleCloudSQLPostgreSQLInstance.region
● String!
non-null scalar
The region
GoogleCloudSQLPostgreSQLInstance.replicaConfiguration
● GoogleCloudSQLInstanceReplicaConfiguration
object
The configuration of failover replicas and read replicas
GoogleCloudSQLPostgreSQLInstance.replicaNames
● [String!]!
non-null scalar
The replicas of the instance
GoogleCloudSQLPostgreSQLInstance.satisfiesPzs
● Boolean!
non-null scalar
The status of satisfiesPzs (this is for future use)
GoogleCloudSQLPostgreSQLInstance.scheduledMaintenance
● GoogleCloudSQLInstanceScheduledMaintenance!
non-null object
The scheduled maintenance details
GoogleCloudSQLPostgreSQLInstance.secondaryGceZone
● String!
non-null scalar
The secondary/failover zone of the Compute Engine instance
GoogleCloudSQLPostgreSQLInstance.selfLink
● String!
non-null scalar
The URI of this resource
GoogleCloudSQLPostgreSQLInstance.serverCaCertificate
● GoogleCloudSQLInstanceSSLCertificate
object
SSL configuration
GoogleCloudSQLPostgreSQLInstance.serviceAccountEmailAddress
● String!
non-null scalar
The service account email address
GoogleCloudSQLPostgreSQLInstance.settings
● GoogleCloudSQLPostgreSQLInstanceSettings!
non-null object
The settings
GoogleCloudSQLPostgreSQLInstance.state
● GoogleCloudSQLInstanceState!
non-null enum
The current state of the Cloud SQL instance
GoogleCloudSQLPostgreSQLInstance.suspensionReason
● [GoogleCloudSQLInstanceSuspensionReason!]!
non-null enum
The reason for the suspension
Implemented by
GoogleCloudSQLInstance
union