Class: Google::Cloud::Redis::Cluster::V1beta1::BackupClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::BackupClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Request for [BackupCluster].
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#ttl ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#backup_id ⇒ ::String
Returns Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used.
310 311 312 313 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 310 class BackupClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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.
310 311 312 313 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 310 class BackupClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ttl ⇒ ::Google::Protobuf::Duration
Returns Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.
310 311 312 313 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 310 class BackupClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |