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

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

Overview

BrokerNodeInfo

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_eni_idString

The attached elastic network interface of the broker.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-kafka/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_idFloat

The ID of the broker.

Returns:

  • (Float)


217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-kafka/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_subnetString

The client subnet to which this broker node belongs.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-kafka/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_addressString

The virtual private cloud (VPC) of the client.

Returns:

  • (String)


217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-kafka/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_infoTypes::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 'gems/aws-sdk-kafka/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

#endpointsArray<String>

Endpoints for accessing the broker.

Returns:

  • (Array<String>)


217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-kafka/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