Puppet Data Type Alias: Xdmod::Hierarchy_Levels

Defined in:
types/hierarchy_levels.pp

Overview

Alias of

Struct[{
  top => Struct[{
    label => String,
    info  => String,
  }],
  Optional[middle] => Struct[{
    label => String,
    info  => String,
  }],
  Optional[bottom] => Struct[{
    label => String,
    info  => String,
  }],
}]


# File 'types/hierarchy_levels.pp', line 1