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