public sealed class ReplicaStatus : IMessage<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IEquatable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IDeepCloneable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IBufferMessage, IMessageDescribes the status of a user-managed replica for the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
Implements
IMessage<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, System.IEquatable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IDeepCloneable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
ReplicaStatus()
public ReplicaStatus()ReplicaStatus(ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus)
public ReplicaStatus(ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus |
Properties
CustomerManagedEncryption
public CustomerManagedEncryptionStatus CustomerManagedEncryption { get; set; }Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only populated if customer-managed encryption is used.
| Property Value | |
|---|---|
| Type | Description |
CustomerManagedEncryptionStatus |
|
Location
public string Location { get; set; }Output only. The canonical ID of the replica location.
For example: "us-east1".
| Property Value | |
|---|---|
| Type | Description |
String |
|