Class: VirtualMachinePowerOffBehavior

Inherits:
String
  • Object
show all
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")