ZookeeperNodeInfo class

Zookeeper node information.

Constructors

ZookeeperNodeInfo({String? attachedENIId, String? clientVpcIpAddress, List<String>? endpoints, double? zookeeperId, String? zookeeperVersion})
ZookeeperNodeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

attachedENIId String?
The attached elastic network interface of the broker.
final
clientVpcIpAddress String?
The virtual private cloud (VPC) IP address of the client.
final
endpoints List<String>?
Endpoints for accessing the ZooKeeper.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zookeeperId double?
The role-specific ID for Zookeeper.
final
zookeeperVersion String?
The version of Zookeeper.
final

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