Class: Aws::Kafka::Types::ZookeeperNodeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ZookeeperNodeInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Zookeeper node information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_eni_id ⇒ String
The attached elastic network interface of the zookeeper.
-
#client_vpc_ip_address ⇒ String
The virtual private cloud (VPC) IP address of the client.
-
#endpoints ⇒ Array<String>
Endpoints for accessing the ZooKeeper.
-
#zookeeper_id ⇒ Float
The role-specific ID for Zookeeper.
-
#zookeeper_version ⇒ String
The version of Zookeeper.
Instance Attribute Details
#attached_eni_id ⇒ String
The attached elastic network interface of the zookeeper.
4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-kafka/types.rb', line 4491 class ZookeeperNodeInfo < Struct.new( :attached_eni_id, :client_vpc_ip_address, :endpoints, :zookeeper_id, :zookeeper_version) SENSITIVE = [] include Aws::Structure end |
#client_vpc_ip_address ⇒ String
The virtual private cloud (VPC) IP address of the client.
4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-kafka/types.rb', line 4491 class ZookeeperNodeInfo < Struct.new( :attached_eni_id, :client_vpc_ip_address, :endpoints, :zookeeper_id, :zookeeper_version) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<String>
Endpoints for accessing the ZooKeeper.
4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-kafka/types.rb', line 4491 class ZookeeperNodeInfo < Struct.new( :attached_eni_id, :client_vpc_ip_address, :endpoints, :zookeeper_id, :zookeeper_version) SENSITIVE = [] include Aws::Structure end |
#zookeeper_id ⇒ Float
The role-specific ID for Zookeeper.
4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-kafka/types.rb', line 4491 class ZookeeperNodeInfo < Struct.new( :attached_eni_id, :client_vpc_ip_address, :endpoints, :zookeeper_id, :zookeeper_version) SENSITIVE = [] include Aws::Structure end |
#zookeeper_version ⇒ String
The version of Zookeeper.
4491 4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-kafka/types.rb', line 4491 class ZookeeperNodeInfo < Struct.new( :attached_eni_id, :client_vpc_ip_address, :endpoints, :zookeeper_id, :zookeeper_version) SENSITIVE = [] include Aws::Structure end |