Show / Hide Table of Contents

Class BrokerDetails

Details of a broker in the Kafka cluster.

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

Properties

BrokerIndex

Output only. The index of the broker.

Declaration
[JsonProperty("brokerIndex")]
public virtual long? BrokerIndex { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

NodeId

Output only. The node id of the broker.

Declaration
[JsonProperty("nodeId")]
public virtual long? NodeId { get; set; }
Property Value
Type Description
long?

Rack

Output only. The rack of the broker.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX