Class: Google::Cloud::BackupDR::V1::CloudSqlInstanceDataSourceReferenceProperties

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb

Overview

CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource that are stored in the DataSourceReference.

Instance Attribute Summary collapse

Instance Attribute Details

#database_installed_version::String (readonly)

Returns Output only. The installed database version of the Cloud SQL instance.

Returns:

  • (::String)

    Output only. The installed database version of the Cloud SQL instance.



92
93
94
95
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 92

class CloudSqlInstanceDataSourceReferenceProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The instance creation timestamp.

Returns:



92
93
94
95
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 92

class CloudSqlInstanceDataSourceReferenceProperties
  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.

Returns:

  • (::String)

    Output only. The tier (or machine type) for this instance. Example: db-custom-1-3840



92
93
94
95
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 92

class CloudSqlInstanceDataSourceReferenceProperties
  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}.

Returns:

  • (::String)

    Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}



92
93
94
95
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 92

class CloudSqlInstanceDataSourceReferenceProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end