BrokerInstanceOption class
Option for host instance type.
Constructors
-
BrokerInstanceOption({List<
AvailabilityZone> ? availabilityZones, EngineType? engineType, String? hostInstanceType, BrokerStorageType? storageType, List<DeploymentMode> ? supportedDeploymentModes, List<String> ? supportedEngineVersions}) -
BrokerInstanceOption.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
availabilityZones
→ List<
AvailabilityZone> ? -
The list of available az.
final
- engineType → EngineType?
-
The type of broker engine.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostInstanceType → String?
-
The type of broker instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageType → BrokerStorageType?
-
The broker's storage type.
final
-
supportedDeploymentModes
→ List<
DeploymentMode> ? -
The list of supported deployment modes.
final
-
supportedEngineVersions
→ List<
String> ? -
The list of supported engine versions.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited