ClusterInfo constructor

ClusterInfo({
  1. String? activeOperationArn,
  2. BrokerNodeGroupInfo? brokerNodeGroupInfo,
  3. ClientAuthentication? clientAuthentication,
  4. String? clusterArn,
  5. String? clusterName,
  6. DateTime? creationTime,
  7. BrokerSoftwareInfo? currentBrokerSoftwareInfo,
  8. String? currentVersion,
  9. EncryptionInfo? encryptionInfo,
  10. EnhancedMonitoring? enhancedMonitoring,
  11. LoggingInfo? loggingInfo,
  12. int? numberOfBrokerNodes,
  13. OpenMonitoring? openMonitoring,
  14. ClusterState? state,
  15. StateInfo? stateInfo,
  16. Map<String, String>? tags,
  17. String? zookeeperConnectString,
  18. String? zookeeperConnectStringTls,
})

Implementation

ClusterInfo({
  this.activeOperationArn,
  this.brokerNodeGroupInfo,
  this.clientAuthentication,
  this.clusterArn,
  this.clusterName,
  this.creationTime,
  this.currentBrokerSoftwareInfo,
  this.currentVersion,
  this.encryptionInfo,
  this.enhancedMonitoring,
  this.loggingInfo,
  this.numberOfBrokerNodes,
  this.openMonitoring,
  this.state,
  this.stateInfo,
  this.tags,
  this.zookeeperConnectString,
  this.zookeeperConnectStringTls,
});