Puppet Data Type Alias: Haproxy::Filter

Defined in:
modules/haproxy/types/filter.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    'direction' => Enum['in', 'out'],
    'name'      => String[1],
    'size'      => String[1],
    'key'       => String[1],
    'table'     => String[1],
}]


# File 'modules/haproxy/types/filter.pp', line 2