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, IMessage
Reference documentation and code samples for the Secret Manager v1 API class ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus.
Describes the status of a user-managed replica for the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
Implements
IMessageReplicationStatusTypesUserManagedStatusTypesReplicaStatus, IEquatableReplicationStatusTypesUserManagedStatusTypesReplicaStatus, IDeepCloneableReplicationStatusTypesUserManagedStatusTypesReplicaStatus, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.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.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 |