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-16vtt531a2w0.deno.dev/v0.2/services/kafka.ts";
interface ZookeeperNodeInfo {
AttachedENIId?: string | null;
ClientVpcIpAddress?: string | null;
Endpoints?: string[] | null;
ZookeeperId?: number | null;
ZookeeperVersion?: string | null;
}

§Properties

§
AttachedENIId?: string | null
[src]
§
ClientVpcIpAddress?: string | null
[src]
§
Endpoints?: string[] | null
[src]
§
ZookeeperId?: number | null
[src]
§
ZookeeperVersion?: string | null
[src]