Repository URL to install this package:
Version:
4.3.1-4.3 ▾
|
# Copyright 2018 TrilioData Inc.
# All Rights Reserved.
reboot = {
'type': 'object',
'properties': {
'reboot': {
'type': 'object',
'properties': {
'type': {
'type': 'string',
'enum': ['HARD', 'Hard', 'hard', 'SOFT', 'Soft', 'soft']
}
},
'required': ['type'],
'additionalProperties': False
}
},
'required': ['reboot'],
'additionalProperties': False
}