public sealed class ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus : IMessage<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IEquatable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IDeepCloneable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1beta2 API class ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus.
Describes the status of a user-managed replica for the [SecretVersion][google.cloud.secretmanager.v1beta2.SecretVersion].
Implements
IMessageReplicationStatusTypesUserManagedStatusTypesReplicaStatus, IEquatableReplicationStatusTypesUserManagedStatusTypesReplicaStatus, IDeepCloneableReplicationStatusTypesUserManagedStatusTypesReplicaStatus, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta2Assembly
Google.Cloud.SecretManager.V1Beta2.dll
Constructors
ReplicaStatus()
public ReplicaStatus()ReplicaStatus(ReplicaStatus)
public ReplicaStatus(ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicationStatusTypesUserManagedStatusTypesReplicaStatus |
Properties
CustomerManagedEncryption
public CustomerManagedEncryptionStatus CustomerManagedEncryption { get; set; }Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1beta2.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 |
|