ElasticsearchClusterConfig constructor

ElasticsearchClusterConfig({
  1. int? dedicatedMasterCount,
  2. bool? dedicatedMasterEnabled,
  3. ESPartitionInstanceType? dedicatedMasterType,
  4. int? instanceCount,
  5. ESPartitionInstanceType? instanceType,
  6. int? warmCount,
  7. bool? warmEnabled,
  8. ESWarmPartitionInstanceType? warmType,
  9. ZoneAwarenessConfig? zoneAwarenessConfig,
  10. bool? zoneAwarenessEnabled,
})

Implementation

ElasticsearchClusterConfig({
  this.dedicatedMasterCount,
  this.dedicatedMasterEnabled,
  this.dedicatedMasterType,
  this.instanceCount,
  this.instanceType,
  this.warmCount,
  this.warmEnabled,
  this.warmType,
  this.zoneAwarenessConfig,
  this.zoneAwarenessEnabled,
});