API hub v1 API - Class ApiHubInstance.Types.Config (1.0.0-beta02)

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.

Inheritance

object > ApiHubInstance.Types.Config

Namespace

Google.Cloud.ApiHub.V1

Assembly

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