Deepak Kodihalli | 4b271e1 | 2017-05-13 09:57:52 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to set time synchronization method. |
| 3 | |
| 4 | properties: |
| 5 | - name: TimeSyncMethod |
| 6 | type: enum[self.Method] |
| 7 | description: > |
| 8 | The method of time synchronization. |
| 9 | |
| 10 | enumerations: |
| 11 | - name: Method |
| 12 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 13 | Possible methods of time synchronization. |
Deepak Kodihalli | 4b271e1 | 2017-05-13 09:57:52 -0500 | [diff] [blame] | 14 | values: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 15 | - name: NTP |
| 16 | description: > |
| 17 | Sync by using the Network Time Protocol. |
| 18 | - name: Manual |
| 19 | description: > |
| 20 | Sync time manually. |