Secret Manager v1 API - Class ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus (2.4.0)

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].

Inheritance

object > ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

ReplicaStatus()

public ReplicaStatus()

ReplicaStatus(ReplicaStatus)

public ReplicaStatus(ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus other)
Parameter
NameDescription
otherReplicationStatusTypesUserManagedStatusTypesReplicaStatus

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: "us-east1".

Property Value
TypeDescription
string