Show / Hide Table of Contents

Class GcpConfig

Configuration properties for a Kafka cluster deployed to Google Cloud Platform.

Inheritance
object
GcpConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX