Class: Google::Cloud::SecretManager::V1::ReplicationStatus::UserManagedStatus::ReplicaStatus
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::ReplicationStatus::UserManagedStatus::ReplicaStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/resources.rb
Overview
Describes the status of a user-managed replica for the SecretVersion.
Instance Attribute Summary collapse
-
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus
readonly
Output only.
-
#location ⇒ ::String
readonly
Output only.
Instance Attribute Details
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus (readonly)
Returns Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
250 251 252 253 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 250 class ReplicaStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String (readonly)
Returns Output only. The canonical ID of the replica location.
For example: "us-east1"
.
250 251 252 253 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 250 class ReplicaStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |