BrokerNodeInfo constructor

BrokerNodeInfo({
  1. String? attachedENIId,
  2. double? brokerId,
  3. String? clientSubnet,
  4. String? clientVpcIpAddress,
  5. BrokerSoftwareInfo? currentBrokerSoftwareInfo,
  6. List<String>? endpoints,
})

Implementation

BrokerNodeInfo({
  this.attachedENIId,
  this.brokerId,
  this.clientSubnet,
  this.clientVpcIpAddress,
  this.currentBrokerSoftwareInfo,
  this.endpoints,
});