blob: 74d7a56807563f8fab9d0c1f6a0c90d84880ece7 [file] [log] [blame]
Chu Lin3c5b7642021-07-20 20:38:09 +00001description: >
2 xyz.openbmc_project.Inventory.Item.Cable should be implemented on objects
3 that represent a cable instance or a system cable instance.
Brad Bishop4295deb2021-09-30 13:02:13 -04004properties:
5 - name: Length
6 type: double
7 default: NaN
8 description: >
9 The length of the cable in meters. The default value of NaN
10 represents a cable of unknown length.
Brad Bishope52a5252021-09-30 13:16:39 -040011 - name: CableTypeDescription
12 type: string
13 default: ""
14 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060015 A free form, implementation defined string used to provide the type of
16 a cable, such as optical or copper. The cable type can be shown in
17 user interfaces but this field should not be used for programmatic
Brad Bishope52a5252021-09-30 13:16:39 -040018 interrogation of a cable beyond ignoring the default value of the
19 empty string.