Class: Google::Cloud::BackupDR::V1::CloudSqlInstanceBackupProperties

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

CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.

Instance Attribute Summary collapse

Instance Attribute Details

#database_installed_version::String (readonly)

Returns Output only. The installed database version of the Cloud SQL instance when the backup was taken.

Returns:

  • (::String)

    Output only. The installed database version of the Cloud SQL instance when the backup was taken.



70
71
72
73
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 70

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

#final_backup::Boolean (readonly)

Returns Output only. Whether the backup is a final backup.

Returns:

  • (::Boolean)

    Output only. Whether the backup is a final backup.



70
71
72
73
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 70

class CloudSqlInstanceBackupProperties
  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:



70
71
72
73
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 70

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

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

Returns Output only. The instance delete timestamp.

Returns:



70
71
72
73
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 70

class CloudSqlInstanceBackupProperties
  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



70
71
72
73
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 70

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

#source_instance::String (readonly)

Returns Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}.

Returns:

  • (::String)

    Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}



70
71
72
73
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_cloudsql.rb', line 70

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