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

Class: Aws::Kafka::Types::BrokerNodeInfo

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

Overview

BrokerNodeInfo

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.

#broker_idFloat

The ID of the broker.

Returns:

  • (Float)

    The ID of the broker.

#client_subnetString

The client subnet to which this broker node belongs.

Returns:

  • (String)

    The client subnet to which this broker node belongs.

#client_vpc_ip_addressString

The virtual private cloud (VPC) of the client.

Returns:

  • (String)

    The virtual private cloud (VPC) of the client.

#current_broker_software_infoTypes::BrokerSoftwareInfo

Information about the version of software currently deployed on the Kafka brokers in the cluster.

Returns:

  • (Types::BrokerSoftwareInfo)

    Information about the version of software currently deployed on the Kafka brokers in the cluster.

#endpointsArray<String>

Endpoints for accessing the broker.

Returns:

  • (Array<String>)

    Endpoints for accessing the broker.