Class GcpConfig
Configuration properties for a Kafka cluster deployed to Google Cloud Platform.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class GcpConfig : IDirectResponseSchema
Properties
AccessConfig
Required. Access configuration for the Kafka cluster.
Declaration
[JsonProperty("accessConfig")]
public virtual AccessConfig AccessConfig { get; set; }
Property Value
Type | Description |
---|---|
AccessConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKey
Optional. Immutable. The Cloud KMS Key name to use for encryption. The key must be located in the same region as the cluster and cannot be changed. Structured like: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
Declaration
[JsonProperty("kmsKey")]
public virtual string KmsKey { get; set; }
Property Value
Type | Description |
---|---|
string |