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

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

Overview

Zookeeper node information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_eni_idString

The attached elastic network interface of the zookeeper.

Returns:

  • (String)


4469
4470
4471
4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-kafka/types.rb', line 4469

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :endpoints,
  :zookeeper_id,
  :zookeeper_version)
  SENSITIVE = []
  include Aws::Structure
end

#client_vpc_ip_addressString

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

Returns:

  • (String)


4469
4470
4471
4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-kafka/types.rb', line 4469

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :endpoints,
  :zookeeper_id,
  :zookeeper_version)
  SENSITIVE = []
  include Aws::Structure
end

#endpointsArray<String>

Endpoints for accessing the ZooKeeper.

Returns:

  • (Array<String>)


4469
4470
4471
4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-kafka/types.rb', line 4469

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :endpoints,
  :zookeeper_id,
  :zookeeper_version)
  SENSITIVE = []
  include Aws::Structure
end

#zookeeper_idFloat

The role-specific ID for Zookeeper.

Returns:

  • (Float)


4469
4470
4471
4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-kafka/types.rb', line 4469

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :endpoints,
  :zookeeper_id,
  :zookeeper_version)
  SENSITIVE = []
  include Aws::Structure
end

#zookeeper_versionString

The version of Zookeeper.

Returns:

  • (String)


4469
4470
4471
4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-kafka/types.rb', line 4469

class ZookeeperNodeInfo < Struct.new(
  :attached_eni_id,
  :client_vpc_ip_address,
  :endpoints,
  :zookeeper_id,
  :zookeeper_version)
  SENSITIVE = []
  include Aws::Structure
end