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