Show / Hide Table of Contents

Class Connector

A Kafka Connect connector in a given ConnectCluster.

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

Properties

Configs

Optional. Connector config as keys/values. The keys of the map are connector property names, for example: connector.class, tasks.max, key.converter.

Declaration
[JsonProperty("configs")]
public virtual IDictionary<string, string> Configs { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

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

Name

Identifier. The name of the connector. Structured like: projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

State

Output only. The current state of the connector.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TaskRestartPolicy

Optional. Restarts the individual tasks of a Connector.

Declaration
[JsonProperty("taskRestartPolicy")]
public virtual TaskRetryPolicy TaskRestartPolicy { get; set; }
Property Value
Type Description
TaskRetryPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX