BrokerEBSVolumeInfo class

Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.

Constructors

BrokerEBSVolumeInfo({required String kafkaBrokerNodeId, required int volumeSizeGB})
BrokerEBSVolumeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kafkaBrokerNodeId String
The ID of the broker to update.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeSizeGB int
Size of the EBS volume to update.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited