BrokerInstanceOption constructor
BrokerInstanceOption({
- List<
AvailabilityZone> ? availabilityZones, - EngineType? engineType,
- String? hostInstanceType,
- BrokerStorageType? storageType,
- List<
DeploymentMode> ? supportedDeploymentModes, - List<
String> ? supportedEngineVersions,
Implementation
BrokerInstanceOption({
this.availabilityZones,
this.engineType,
this.hostInstanceType,
this.storageType,
this.supportedDeploymentModes,
this.supportedEngineVersions,
});