Class: Aws::Kafka::Types::BrokerNodeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BrokerNodeInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
BrokerNodeInfo
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_eni_id ⇒ String
The attached elastic network interface of the broker.
-
#broker_id ⇒ Float
The ID of the broker.
-
#client_subnet ⇒ String
The client subnet to which this broker node belongs.
-
#client_vpc_ip_address ⇒ String
The virtual private cloud (VPC) of the client.
-
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
-
#endpoints ⇒ Array<String>
Endpoints for accessing the broker.
Instance Attribute Details
#attached_eni_id ⇒ String
The attached elastic network interface of the broker.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-kafka/types.rb', line 217 class BrokerNodeInfo < Struct.new( :attached_eni_id, :broker_id, :client_subnet, :client_vpc_ip_address, :current_broker_software_info, :endpoints) SENSITIVE = [] include Aws::Structure end |
#broker_id ⇒ Float
The ID of the broker.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-kafka/types.rb', line 217 class BrokerNodeInfo < Struct.new( :attached_eni_id, :broker_id, :client_subnet, :client_vpc_ip_address, :current_broker_software_info, :endpoints) SENSITIVE = [] include Aws::Structure end |
#client_subnet ⇒ String
The client subnet to which this broker node belongs.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-kafka/types.rb', line 217 class BrokerNodeInfo < Struct.new( :attached_eni_id, :broker_id, :client_subnet, :client_vpc_ip_address, :current_broker_software_info, :endpoints) SENSITIVE = [] include Aws::Structure end |
#client_vpc_ip_address ⇒ String
The virtual private cloud (VPC) of the client.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-kafka/types.rb', line 217 class BrokerNodeInfo < Struct.new( :attached_eni_id, :broker_id, :client_subnet, :client_vpc_ip_address, :current_broker_software_info, :endpoints) SENSITIVE = [] include Aws::Structure end |
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-kafka/types.rb', line 217 class BrokerNodeInfo < Struct.new( :attached_eni_id, :broker_id, :client_subnet, :client_vpc_ip_address, :current_broker_software_info, :endpoints) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<String>
Endpoints for accessing the broker.
217 218 219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-kafka/types.rb', line 217 class BrokerNodeInfo < Struct.new( :attached_eni_id, :broker_id, :client_subnet, :client_vpc_ip_address, :current_broker_software_info, :endpoints) SENSITIVE = [] include Aws::Structure end |