Puppet Data Type Alias: Firewall::Range

Defined in:
modules/firewall/types/range.pp

Summary

type to pass an srange in nft variant

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Variant[Array[
    Variant[
      Stdlib::Fqdn,
      Stdlib::IP::Address,
    ],
  ]]


# File 'modules/firewall/types/range.pp', line 3