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

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

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Variant[Struct[{
        'open_to_internet' => Boolean,
    }], Struct[{
        'open_to_cloud_private' => Boolean,
    }], Struct[{
        'restricted_to_fqdns' => Array[Stdlib::Fqdn],
    }]]


# File 'modules/cloudlb/types/haproxy/service/firewall.pp', line 2