-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Description
Resource proposal
I suggest adding support for configuring AutomaticStartAction and AutomaticStopAction, which can be configured using Set-VM:
Set-VM -Name $VmName -AutomaticStartAction Start/StartIfRunning/Nothing -AutomaticStopAction Save/TurnOff/ShutDown
Proposed properties
| Property | Data type | Description | Default value | Allowed values |
|---|---|---|---|---|
| AutomaticStartAction | String | Configures automatic start action for VM | None | Start/StartIfRunning/Nothing |
| AutomaticStopAction | String | Configures automatic stop action for VM | None | Save/TurnOff/ShutDown |
Special considerations or limitations
Modifying these properties can only be done when the VM is powered off
Metadata
Metadata
Assignees
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.