Class: Aws::Kafka::Types::BrokerNodeInfo

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

Overview

BrokerNodeInfo

Instance Attribute Summary collapse

Instance Attribute Details

#attached_eni_idString

The attached elastic network interface of the broker.

Returns:

  • (String)


94
95
96
97
98
99
100
101
# File 'lib/aws-sdk-kafka/types.rb', line 94

class BrokerNodeInfo < Struct.new(
  :attached_eni_id,
  :broker_id,
  :client_subnet,
  :client_vpc_ip_address,
  :current_broker_software_info)
  include Aws::Structure
end

#broker_idFloat

The ID of the broker.

Returns:

  • (Float)


94
95
96
97
98
99
100
101
# File 'lib/aws-sdk-kafka/types.rb', line 94

class BrokerNodeInfo < Struct.new(
  :attached_eni_id,
  :broker_id,
  :client_subnet,
  :client_vpc_ip_address,
  :current_broker_software_info)
  include Aws::Structure
end

#client_subnetString

The client subnet to which this broker node belongs.

Returns:

  • (String)


94
95
96
97
98
99
100
101
# File 'lib/aws-sdk-kafka/types.rb', line 94

class BrokerNodeInfo < Struct.new(
  :attached_eni_id,
  :broker_id,
  :client_subnet,
  :client_vpc_ip_address,
  :current_broker_software_info)
  include Aws::Structure
end

#client_vpc_ip_addressString

The virtual private cloud (VPC) of the client.

Returns:

  • (String)


94
95
96
97
98
99
100
101
# File 'lib/aws-sdk-kafka/types.rb', line 94

class BrokerNodeInfo < Struct.new(
  :attached_eni_id,
  :broker_id,
  :client_subnet,
  :client_vpc_ip_address,
  :current_broker_software_info)
  include Aws::Structure
end

#current_broker_software_infoTypes::BrokerSoftwareInfo

Information about the version of software currently deployed on the Kafka brokers in the cluster.



94
95
96
97
98
99
100
101
# File 'lib/aws-sdk-kafka/types.rb', line 94

class BrokerNodeInfo < Struct.new(
  :attached_eni_id,
  :broker_id,
  :client_subnet,
  :client_vpc_ip_address,
  :current_broker_software_info)
  include Aws::Structure
end