Google Cloud Memorystore for Redis V1 API - Class Google::Cloud::Redis::Cluster::V1::BackupCollection (v0.6.0)

Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::BackupCollection.

BackupCollection of a cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster

def cluster() -> ::String
Returns
  • (::String) — Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}

#cluster_uid

def cluster_uid() -> ::String
Returns
  • (::String) — Output only. The cluster uid of the backup collection.

#kms_key

def kms_key() -> ::String
Returns
  • (::String) — Output only. The KMS key used to encrypt the backups under this backup collection.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Full resource path of the backup collection.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Full resource path of the backup collection.
Returns
  • (::String) — Identifier. Full resource path of the backup collection.

#uid

def uid() -> ::String
Returns
  • (::String) — Output only. System assigned unique identifier of the backup collection.