Kantesh Nagaradder | 7193e55 | 2023-04-25 12:09:50 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to represent the VSBK record in IPZ VPD |
| 3 | properties: |
| 4 | - name: RT |
| 5 | type: array[byte] |
| 6 | description: > |
| 7 | RT keyword. Contains the record name. |
| 8 | - name: VZ |
| 9 | type: array[byte] |
| 10 | description: > |
| 11 | VZ keyword. The record version. |
| 12 | - name: BR |
| 13 | type: array[byte] |
| 14 | description: > |
| 15 | The system brand. |
| 16 | - name: TM |
| 17 | type: array[byte] |
| 18 | description: > |
| 19 | Machine type model - ipSeries. |
| 20 | - name: SE |
| 21 | type: array[byte] |
| 22 | description: > |
| 23 | System serial number - ipSeries. |
| 24 | - name: SU |
| 25 | type: array[byte] |
| 26 | description: > |
| 27 | System unique ID. |
| 28 | - name: RB |
| 29 | type: array[byte] |
| 30 | description: > |
| 31 | RB keyword. |
| 32 | - name: WN |
| 33 | type: array[byte] |
| 34 | description: > |
| 35 | WWPN root. |
| 36 | - name: RG |
| 37 | type: array[byte] |
| 38 | description: > |
| 39 | Field core override. |
| 40 | - name: FV |
| 41 | type: array[byte] |
| 42 | description: > |
| 43 | Firmware version. |
| 44 | - name: FC |
| 45 | type: array[byte] |
| 46 | description: > |
| 47 | System enclosure feature code. |
| 48 | - name: ES |
| 49 | type: array[byte] |
| 50 | description: > |
| 51 | ES keyword. |
| 52 | - name: LX |
| 53 | type: array[byte] |
| 54 | description: > |
| 55 | LX keyword. The load ID data. |
| 56 | - name: D0 |
| 57 | type: array[byte] |
| 58 | description: > |
| 59 | D0 keyword. |
| 60 | - name: F5 |
| 61 | type: array[byte] |
| 62 | description: > |
| 63 | F5 keyword. |
| 64 | - name: F6 |
| 65 | type: array[byte] |
| 66 | description: > |
| 67 | F6 keyword. |