Class: Google::Cloud::ApigeeRegistry::V1::Instance::Config

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

Overview

Available configurations to provision an Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#cmek_key_name::String

Returns Required. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match InstanceConfig.location.

Returns:

  • (::String)

    Required. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match InstanceConfig.location.



125
126
127
128
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 125

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

#location::String (readonly)

Returns Output only. The GCP location where the Instance resides.

Returns:

  • (::String)

    Output only. The GCP location where the Instance resides.



125
126
127
128
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 125

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