Module: VCloud::VApp::UndeployPowerAction
- Defined in:
- lib/vcloud/user/vapp.rb
Overview
The specified action is applied to all VMs in the vApp. All values other than ‘default’ ignore actions, order, and delay specified in the StartupSection.
Constant Summary collapse
- POWER_OFF =
Power off the VMs. This is the default action if this attribute is missing or empty)
'powerOff'
- SUSPEND =
Suspend the VMs
'suspend'
- SHUTDOWN =
Shut down the VMs
'shutdown'
- FORCE =
Attempt to power off the VMs. Failures in undeploying the VM or associated networks are ignored. All references to the vApp and its VMs are removed from the database
'force'
- DEFAULT =
Use the actions, order, and delay specified in the StartupSection
'default'