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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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 broker.

Returns:

  • (String)


4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4440

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)


4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4440

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>)


4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4440

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)


4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4440

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)


4440
4441
4442
4443
4444
4445
4446
4447
4448
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4440

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