Puppet Data Type Alias: Envoyproxy::Http2options

Defined in:
modules/envoyproxy/types/http2options.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    'max_concurrent_streams'         => Integer[1, 2147483647],
    'initial_stream_window_size'     => Integer[65535, 2147483647],
    'initial_connection_window_size' => Integer[65535, 2147483647],
}]


# File 'modules/envoyproxy/types/http2options.pp', line 2