public sealed class BackupCollection : IMessage<BackupCollection>, IEquatable<BackupCollection>, IDeepCloneable<BackupCollection>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class BackupCollection.
BackupCollection of a cluster.
Implements
IMessageBackupCollection, IEquatableBackupCollection, IDeepCloneableBackupCollection, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
BackupCollection()
public BackupCollection()BackupCollection(BackupCollection)
public BackupCollection(BackupCollection other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupCollection |
Properties
BackupCollectionName
public BackupCollectionName BackupCollectionName { get; set; }BackupCollectionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupCollectionName |
|
Cluster
public string Cluster { get; set; }Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ClusterAsClusterName
public ClusterName ClusterAsClusterName { get; set; }ClusterName-typed view over the Cluster resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClusterName |
|
ClusterUid
public string ClusterUid { get; set; }Output only. The cluster uid of the backup collection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
KmsKey
public string KmsKey { get; set; }Output only. The KMS key used to encrypt the backups under this backup collection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
KmsKeyAsCryptoKeyName
public CryptoKeyName KmsKeyAsCryptoKeyName { get; set; }CryptoKeyName-typed view over the KmsKey resource name property.
| Property Value | |
|---|---|
| Type | Description |
CryptoKeyName |
|
Name
public string Name { get; set; }Identifier. Full resource path of the backup collection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uid
public string Uid { get; set; }Output only. System assigned unique identifier of the backup collection.
| Property Value | |
|---|---|
| Type | Description |
string |
|