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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Zookeeper node information.

Instance Attribute Summary collapse

Instance Attribute Details

#attached_eni_idString

The attached elastic network interface of the broker.

Returns:

  • (String)


646
647
648
649
650
651
652
# File 'lib/aws-sdk-kafka/types.rb', line 646

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :zookeeper_id,
  :zookeeper_version)
  include Aws::Structure
end

#client_vpc_ip_addressString

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

Returns:

  • (String)


646
647
648
649
650
651
652
# File 'lib/aws-sdk-kafka/types.rb', line 646

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :zookeeper_id,
  :zookeeper_version)
  include Aws::Structure
end

#zookeeper_idFloat

The role-specific ID for Zookeeper.

Returns:

  • (Float)


646
647
648
649
650
651
652
# File 'lib/aws-sdk-kafka/types.rb', line 646

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :zookeeper_id,
  :zookeeper_version)
  include Aws::Structure
end

#zookeeper_versionString

The version of Zookeeper.

Returns:

  • (String)


646
647
648
649
650
651
652
# File 'lib/aws-sdk-kafka/types.rb', line 646

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :zookeeper_id,
  :zookeeper_version)
  include Aws::Structure
end