Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ZookeeperNodeInfo

import type { ZookeeperNodeInfo } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Zookeeper node information.

interface ZookeeperNodeInfo {
AttachedENIId?: string | null;
ClientVpcIpAddress?: string | null;
Endpoints?: string[] | null;
ZookeeperId?: number | null;
ZookeeperVersion?: string | null;
}

§Properties

§
AttachedENIId?: string | null
[src]

The attached elastic network interface of the broker.

§
ClientVpcIpAddress?: string | null
[src]

The virtual private cloud (VPC) IP address of the client.

§
Endpoints?: string[] | null
[src]

Endpoints for accessing the ZooKeeper.

§
ZookeeperId?: number | null
[src]

The role-specific ID for Zookeeper.

§
ZookeeperVersion?: string | null
[src]

The version of Zookeeper.