google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstance View Source
A Cloud SQL instance resource.
Attributes
- backendType (String): FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container. SECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM. EXTERNAL: A MySQL server that is not managed by Google. Defaults to:
null
. - connectionName (String): Connection name of the Cloud SQL instance used in connection strings. Defaults to:
null
. - currentDiskSize (String): The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ for details. Defaults to:
null
. - databaseVersion (String): The database engine type and version. The databaseVersion field can not be changed after instance creation. MySQL Second Generation instances: MYSQL_5_7 (default) or MYSQL_5_6. PostgreSQL instances: POSTGRES_9_6 MySQL First Generation instances: MYSQL_5_6 (default) or MYSQL_5_5 Defaults to:
null
. - etag (String): HTTP 1.1 Entity tag for the resource. Defaults to:
null
. - failoverReplica (DatabaseInstanceFailoverReplica): Defaults to:
null
. - gceZone (String): The GCE zone that the instance is serving from. In case when the instance is failed over to standby zone, this value may be different with what user specified in the settings. Defaults to:
null
. - instanceType (String): The instance type. This can be one of the following. CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master. ON_PREMISES_INSTANCE: An instance running on the customer's premises. READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica. Defaults to:
null
. - ipAddresses (List[IpMapping]): The assigned IP addresses for the instance. Defaults to:
null
. - ipv6Address (String): The IPv6 address assigned to the instance. This property is applicable only to First Generation instances. Defaults to:
null
. - kind (String): This is always sql#instance. Defaults to:
null
. - masterInstanceName (String): The name of the instance which will act as master in the replication setup. Defaults to:
null
. - maxDiskSize (String): The maximum disk size of the instance in bytes. Defaults to:
null
. - name (String): Name of the Cloud SQL instance. This does not include the project ID. Defaults to:
null
. - onPremisesConfiguration (OnPremisesConfiguration): Configuration specific to on-premises instances. Defaults to:
null
. - project (String): The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. Defaults to:
null
. - region (String): The geographical region. Can be us-central (FIRST_GEN instances only), us-central1 (SECOND_GEN instances only), asia-east1 or europe-west1. Defaults to us-central or us-central1 depending on the instance type (First Generation or Second Generation). The region can not be changed after instance creation. Defaults to:
null
. - replicaConfiguration (ReplicaConfiguration): Configuration specific to read-replicas replicating from on-premises masters. Defaults to:
null
. - replicaNames (List[String]): The replicas of the instance. Defaults to:
null
. - selfLink (String): The URI of this resource. Defaults to:
null
. - serverCaCert (SslCert): SSL configuration. Defaults to:
null
. - serviceAccountEmailAddress (String): The service account email address assigned to the instance. This property is applicable only to Second Generation instances. Defaults to:
null
. - settings (Settings): The user settings. Defaults to:
null
. - state (String): The current serving state of the Cloud SQL instance. This can be one of the following. RUNNABLE: The instance is running, or is ready to run when accessed. SUSPENDED: The instance is not available, for example due to problems with billing. PENDING_CREATE: The instance is being created. MAINTENANCE: The instance is down for maintenance. FAILED: The instance creation failed. UNKNOWN_STATE: The state of the instance is unknown. Defaults to:
null
. - suspensionReason (List[String]): If the instance state is SUSPENDED, the reason for the suspension. Defaults to:
null
.