Class: Google::Cloud::Redis::Cluster::V1beta1::BackupCollection
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::BackupCollection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
BackupCollection of a cluster.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
readonly
Output only.
-
#cluster_uid ⇒ ::String
readonly
Output only.
-
#kms_key ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cluster ⇒ ::String (readonly)
Returns Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}.
567 568 569 570 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 567 class BackupCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster_uid ⇒ ::String (readonly)
Returns Output only. The cluster uid of the backup collection.
567 568 569 570 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 567 class BackupCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kms_key ⇒ ::String (readonly)
Returns Output only. The KMS key used to encrypt the backups under this backup collection.
567 568 569 570 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 567 class BackupCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Full resource path of the backup collection.
567 568 569 570 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 567 class BackupCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uid ⇒ ::String (readonly)
Returns Output only. System assigned unique identifier of the backup collection.
567 568 569 570 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 567 class BackupCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |