Class Backup (0.2.0)

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

Backup of an instance.

Attributes

Name Description
name str
Identifier. Full resource path of the backup. the last part of the name is the backup id with the following format: [YYYYMMDDHHMMSS]\_[Shorted Instance UID] OR customer specified while backup instance. Example: 20240515123000_1234
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the backup was created.
instance str
Output only. Instance resource path of this backup.
instance_uid str
Output only. Instance uid of this backup.
total_size_bytes int
Output only. Total size of the backup in bytes.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the backup will expire.
engine_version str
Output only. valkey-7.5/valkey-8.0, etc.
backup_files MutableSequence[google.cloud.memorystore_v1.types.BackupFile]
Output only. List of backup files of the backup.
node_type google.cloud.memorystore_v1.types.Instance.NodeType
Output only. Node type of the instance.
replica_count int
Output only. Number of replicas for the instance.
shard_count int
Output only. Number of shards for the instance.
backup_type google.cloud.memorystore_v1.types.Backup.BackupType
Output only. Type of the backup.
state google.cloud.memorystore_v1.types.Backup.State
Output only. State of the backup.
uid str
Output only. System assigned unique identifier of the backup.

Classes

BackupType

BackupType(value)

Type of the backup.

State

State(value)

State of the backup.