Class: Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb
Overview
CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource.
Instance Attribute Summary collapse
-
#database_installed_version ⇒ ::String
readonly
Output only.
-
#instance_create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#instance_tier ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#database_installed_version ⇒ ::String (readonly)
Returns Output only. The installed database version of the Cloud SQL instance.
41 42 43 44 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 41 class CloudSqlInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The instance creation timestamp.
41 42 43 44 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 41 class CloudSqlInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_tier ⇒ ::String (readonly)
Returns Output only. The tier (or machine type) for this instance. Example:
db-custom-1-3840.
41 42 43 44 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 41 class CloudSqlInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}.
41 42 43 44 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 41 class CloudSqlInstanceDataSourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |