summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml
blob: 33b9b2033651079d514433e64a25fac6c768c797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description: >
    'Applications may implement the MeetsMinimumShipLevel (MSL) decorator on an
    object in the inventory namespace to denote that the item does or does
    not meet an implementation defined minimum level for shipment requirement.

    There are no requirements on how implementations react to inventory items
    that do or do not meet the MSL.  Typical reactions might be to prevent
    a system from powering on or logging events.'

properties:
    - name: MeetsMinimumShipLevel
      type: boolean
      description: >
          'The inventory item meets the implementation defined minimum ship
          level requirements when MeetsMinimumShipLevel is true.'

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud