Class: Google::Cloud::ApiHub::V1::ApiHubInstance::Config
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ApiHubInstance::Config
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
Available configurations to provision an ApiHub Instance.
Instance Attribute Summary collapse
-
#cmek_key_name ⇒ ::String
Required.
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 the instance location.
1164 1165 1166 1167 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1164 class Config include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |