Puppet Data Type Alias: CloudLB::HAProxy::Service::HTTPOptions

Defined in:
modules/cloudlb/types/haproxy/service/httpoptions.pp

Summary

http-specific cloudlb service options

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
  require_host   => Optional[Stdlib::Fqdn],
  set_headers    => Optional[Hash[String[1], String[1]]],
  timeout_server => Optional[Pattern[/\d+s/]],
}]


# File 'modules/cloudlb/types/haproxy/service/httpoptions.pp', line 3