BrokerNodeInfo class
BrokerNodeInfo
Constructors
-
BrokerNodeInfo({String? attachedENIId, double? brokerId, String? clientSubnet, String? clientVpcIpAddress, BrokerSoftwareInfo? currentBrokerSoftwareInfo, List<
String> ? endpoints}) -
BrokerNodeInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attachedENIId → String?
-
The attached elastic network interface of the broker.
final
- brokerId → double?
-
The ID of the broker.
final
- clientSubnet → String?
-
The client subnet to which this broker node belongs.
final
- clientVpcIpAddress → String?
-
The virtual private cloud (VPC) of the client.
final
- currentBrokerSoftwareInfo → BrokerSoftwareInfo?
-
Information about the version of software currently deployed on the Kafka
brokers in the cluster.
final
-
endpoints
→ List<
String> ? -
Endpoints for accessing the broker.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited