Class: Google::Cloud::SecretManager::V1::Replication

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/secretmanager/v1/resources.rb

Overview

A policy that defines the replication and encryption configuration of data.

Defined Under Namespace

Classes: Automatic, UserManaged

Instance Attribute Summary collapse

Instance Attribute Details

#automatic::Google::Cloud::SecretManager::V1::Replication::Automatic

Returns The Secret will automatically be replicated without any restrictions.

Returns:



218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 218

class Replication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A replication policy that replicates the
  # {::Google::Cloud::SecretManager::V1::Secret Secret} payload without any
  # restrictions.
  # @!attribute [rw] customer_managed_encryption
  #   @return [::Google::Cloud::SecretManager::V1::CustomerManagedEncryption]
  #     Optional. The customer-managed encryption configuration of the
  #     {::Google::Cloud::SecretManager::V1::Secret Secret}. If no configuration is
  #     provided, Google-managed default encryption is used.
  #
  #     Updates to the {::Google::Cloud::SecretManager::V1::Secret Secret} encryption
  #     configuration only apply to
  #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions} added
  #     afterwards. They do not apply retroactively to existing
  #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions}.
  class Automatic
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A replication policy that replicates the
  # {::Google::Cloud::SecretManager::V1::Secret Secret} payload into the locations
  # specified in [Secret.replication.user_managed.replicas][]
  # @!attribute [rw] replicas
  #   @return [::Array<::Google::Cloud::SecretManager::V1::Replication::UserManaged::Replica>]
  #     Required. The list of Replicas for this
  #     {::Google::Cloud::SecretManager::V1::Secret Secret}.
  #
  #     Cannot be empty.
  class UserManaged
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents a Replica for this
    # {::Google::Cloud::SecretManager::V1::Secret Secret}.
    # @!attribute [rw] location
    #   @return [::String]
    #     The canonical IDs of the location to replicate data.
    #     For example: `"us-east1"`.
    # @!attribute [rw] customer_managed_encryption
    #   @return [::Google::Cloud::SecretManager::V1::CustomerManagedEncryption]
    #     Optional. The customer-managed encryption configuration of the
    #     [User-Managed Replica][Replication.UserManaged.Replica]. If no
    #     configuration is provided, Google-managed default encryption is used.
    #
    #     Updates to the {::Google::Cloud::SecretManager::V1::Secret Secret}
    #     encryption configuration only apply to
    #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions} added
    #     afterwards. They do not apply retroactively to existing
    #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions}.
    class Replica
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#user_managed::Google::Cloud::SecretManager::V1::Replication::UserManaged

Returns The Secret will only be replicated into the locations specified.

Returns:



218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 218

class Replication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A replication policy that replicates the
  # {::Google::Cloud::SecretManager::V1::Secret Secret} payload without any
  # restrictions.
  # @!attribute [rw] customer_managed_encryption
  #   @return [::Google::Cloud::SecretManager::V1::CustomerManagedEncryption]
  #     Optional. The customer-managed encryption configuration of the
  #     {::Google::Cloud::SecretManager::V1::Secret Secret}. If no configuration is
  #     provided, Google-managed default encryption is used.
  #
  #     Updates to the {::Google::Cloud::SecretManager::V1::Secret Secret} encryption
  #     configuration only apply to
  #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions} added
  #     afterwards. They do not apply retroactively to existing
  #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions}.
  class Automatic
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A replication policy that replicates the
  # {::Google::Cloud::SecretManager::V1::Secret Secret} payload into the locations
  # specified in [Secret.replication.user_managed.replicas][]
  # @!attribute [rw] replicas
  #   @return [::Array<::Google::Cloud::SecretManager::V1::Replication::UserManaged::Replica>]
  #     Required. The list of Replicas for this
  #     {::Google::Cloud::SecretManager::V1::Secret Secret}.
  #
  #     Cannot be empty.
  class UserManaged
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents a Replica for this
    # {::Google::Cloud::SecretManager::V1::Secret Secret}.
    # @!attribute [rw] location
    #   @return [::String]
    #     The canonical IDs of the location to replicate data.
    #     For example: `"us-east1"`.
    # @!attribute [rw] customer_managed_encryption
    #   @return [::Google::Cloud::SecretManager::V1::CustomerManagedEncryption]
    #     Optional. The customer-managed encryption configuration of the
    #     [User-Managed Replica][Replication.UserManaged.Replica]. If no
    #     configuration is provided, Google-managed default encryption is used.
    #
    #     Updates to the {::Google::Cloud::SecretManager::V1::Secret Secret}
    #     encryption configuration only apply to
    #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions} added
    #     afterwards. They do not apply retroactively to existing
    #     {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersions}.
    class Replica
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end