BackupClusterRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for [BackupCluster].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id}
where location_id refers to a GCP region.
|
ttl |
google.protobuf.duration_pb2.Duration
Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years. |
backup_id |
str
Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used. This field is a member of oneof _ _backup_id .
|