Deepak Kodihalli | 4b271e1 | 2017-05-13 09:57:52 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to designate the source of a boot image. |
| 3 | |
| 4 | properties: |
| 5 | - name: BootSource |
| 6 | type: enum[self.Sources] |
| 7 | description: > |
| 8 | The desired boot image source. |
| 9 | |
| 10 | enumerations: |
| 11 | - name: Sources |
| 12 | description: > |
| 13 | Possible sources of a boot image. |
| 14 | values: |
| 15 | - name: Disk |
| 16 | description: > |
| 17 | Boot from the local hard disk. |
| 18 | - name: ExternalMedia |
| 19 | description: > |
| 20 | Boot from CD/DVD/USB, etc. |
| 21 | - name: Network |
| 22 | description: > |
| 23 | Boot from a remote source over a network. |
| 24 | - name: Default |
| 25 | description: > |
| 26 | Boot from an implementation defined source. |