Class BrokerDetails
Details of a broker in the Kafka cluster.
Implements
Inherited Members
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 |