description: > Implement to specify power transition behavior on restoration of lost main power source. properties: - name: PowerRestorePolicy type: enum[self.Policy] description: > The policy to adopt on restoration of power. enumerations: - name: Policy description: > Possible power restoration policies. values: - name: AlwaysOn description: > Perform a complete power on process. - name: AlwaysOff description: > Remain powered off. - name: Restore description: > Restore power to a state that was known, just before the main power was lost.