Class: VirtualMachinePowerOpType

Inherits:
String
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachinePowerOpType

Constant Summary collapse

Hard =
VirtualMachinePowerOpType.new("hard")
Preset =
VirtualMachinePowerOpType.new("preset")
Soft =
VirtualMachinePowerOpType.new("soft")