Class: Google::Cloud::ApigeeRegistry::V1::Instance::Config
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::Instance::Config
- 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
-
#cmek_key_name ⇒ ::String
Required.
-
#location ⇒ ::String
readonly
Output only.
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.
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.
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 |