Puppet Data Type Alias: Trafficserver::Caching_rule

Defined in:
modules/trafficserver/types/caching_rule.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    'primary_destination' => Enum['dest_domain', 'dest_host', 'dest_ip', 'host_regex', 'url_regex'],
    'value'               => String,
    'action'              => Enum['never-cache', 'ignore-no-cache', 'ignore-client-no-cache', 'ignore-server-no-cache'],
}]


# File 'modules/trafficserver/types/caching_rule.pp', line 2