Class ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus (1.7.0)

public sealed class ReplicaStatus : IMessage<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IEquatable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IDeepCloneable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IBufferMessage, IMessage

Describes the status of a user-managed replica for the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].

Inheritance

Object > ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

ReplicaStatus()

public ReplicaStatus()

ReplicaStatus(ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus)

public ReplicaStatus(ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus other)
Parameter
NameDescription
otherReplicationStatus.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
TypeDescription
CustomerManagedEncryptionStatus

Location

public string Location { get; set; }

Output only. The canonical ID of the replica location. For example: &quot;us-east1&quot;.

Property Value
TypeDescription
String