Puppet Data Type Alias: Trafficserver::Parent_rule

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

Overview

Alias of

Struct[{
    'dest_domain'     => String,
    'parent'          => Array[String],
    'parent_is_proxy' => Enum['true', 'false'], # lint:ignore:quoted_booleans
    'round_robin'     => Enum['consistent_hash', 'false', 'latched', 'strict', 'true'] # lint:ignore:quoted_booleans
}]


# File 'modules/trafficserver/types/parent_rule.pp', line 27