Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceProperties.
CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_installed_version
def database_installed_version() -> ::String
Returns
- (::String) — Output only. The installed database version of the Cloud SQL instance.
#instance_create_time
def instance_create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The instance creation timestamp.
#instance_tier
def instance_tier() -> ::String
Returns
-
(::String) — Output only. The tier (or machine type) for this instance. Example:
db-custom-1-3840
#name
def name() -> ::String
Returns
- (::String) — Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}