Show / Hide Table of Contents

Class ConnectGcpConfig

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

Inheritance
object
ConnectGcpConfig
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 ConnectGcpConfig : IDirectResponseSchema

Properties

AccessConfig

Required. Access configuration for the Kafka Connect cluster.

Declaration
[JsonProperty("accessConfig")]
public virtual ConnectAccessConfig AccessConfig { get; set; }
Property Value
Type Description
ConnectAccessConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SecretPaths

Optional. Secrets to load into workers. Exact SecretVersions from Secret Manager must be provided -- aliases are not supported. Up to 32 secrets may be loaded into one cluster. Format: projects//secrets//versions/

Declaration
[JsonProperty("secretPaths")]
public virtual IList<string> SecretPaths { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX