Class: VirtualMachinePowerOffBehavior
- Inherits:
-
String
- Object
- String
- VirtualMachinePowerOffBehavior
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachinePowerOffBehavior
Constant Summary collapse
- PowerOff =
VirtualMachinePowerOffBehavior.new("powerOff")
- Prompt =
VirtualMachinePowerOffBehavior.new("prompt")
- Revert =
VirtualMachinePowerOffBehavior.new("revert")