Class: Google::Cloud::SecretManager::V1::ReplicationStatus::UserManagedStatus::ReplicaStatus

Inherits:
Object
  • Object
show all
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

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.

Returns:



398
399
400
401
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 398

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

Returns:

  • (::String)

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



398
399
400
401
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 398

class ReplicaStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end