ZookeeperNodeInfo constructor

ZookeeperNodeInfo({
  1. String? attachedENIId,
  2. String? clientVpcIpAddress,
  3. List<String>? endpoints,
  4. double? zookeeperId,
  5. String? zookeeperVersion,
})

Implementation

ZookeeperNodeInfo({
  this.attachedENIId,
  this.clientVpcIpAddress,
  this.endpoints,
  this.zookeeperId,
  this.zookeeperVersion,
});