Puppet Data Type Alias: Storm::Backend::Pool

Defined in:
types/backend/pool.pp

Summary

The Pool type for storm-backend-server

Overview

Alias of

Struct[{
  balance_strategy => Optional[Enum['round-robin', 'smart-rr', 'random', 'weight']],
  members          => Array[Struct[{
    hostname => String,
    port     => Optional[Integer],
    weigth   => Optional[Integer],
  }]],
}]


# File 'types/backend/pool.pp', line 2