Class CloudSqlInstanceBackupProperties (0.4.0)

CloudSqlInstanceBackupProperties(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.

Attributes

Name Description
database_installed_version str
Output only. The installed database version of the Cloud SQL instance when the backup was taken.
final_backup bool
Output only. Whether the backup is a final backup.
source_instance str
Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}
instance_create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The instance creation timestamp.
instance_tier str
Output only. The tier (or machine type) for this instance. Example: db-custom-1-3840
instance_delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. The instance delete timestamp.