Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::CloudSqlInstanceBackupProperties.
CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.
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 when the backup was taken.
#final_backup
def final_backup() -> ::Boolean
Returns
- (::Boolean) — Output only. Whether the backup is a final backup.
#instance_create_time
def instance_create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The instance creation timestamp.
#instance_delete_time
def instance_delete_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The instance delete timestamp.
#instance_tier
def instance_tier() -> ::String
Returns
-
(::String) — Output only. The tier (or machine type) for this instance. Example:
db-custom-1-3840
#source_instance
def source_instance() -> ::String
Returns
- (::String) — Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}