public sealed class ApiHubInstance.Types.Config : IMessage<ApiHubInstance.Types.Config>, IEquatable<ApiHubInstance.Types.Config>, IDeepCloneable<ApiHubInstance.Types.Config>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ApiHubInstance.Types.Config.
Available configurations to provision an ApiHub Instance.
Implements
IMessageApiHubInstanceTypesConfig, IEquatableApiHubInstanceTypesConfig, IDeepCloneableApiHubInstanceTypesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
Config()
public Config()
Config(Config)
public Config(ApiHubInstance.Types.Config other)
Parameter | |
---|---|
Name | Description |
other |
ApiHubInstanceTypesConfig |
Properties
CmekKeyName
public string CmekKeyName { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |