You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::ZookeeperNodeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Zookeeper node information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attached_eni_idString

The attached elastic network interface of the broker.

Returns:

  • (String)

    The attached elastic network interface of the broker.

#client_vpc_ip_addressString

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

Returns:

  • (String)

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

#endpointsArray<String>

Endpoints for accessing the ZooKeeper.

Returns:

  • (Array<String>)

    Endpoints for accessing the ZooKeeper.

#zookeeper_idFloat

The role-specific ID for Zookeeper.

Returns:

  • (Float)

    The role-specific ID for Zookeeper.

#zookeeper_versionString

The version of Zookeeper.

Returns:

  • (String)

    The version of Zookeeper.