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