Class: HostSystemPowerState

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

Overview

urn:vim25HostSystemPowerState

Constant Summary collapse

PoweredOff =
HostSystemPowerState.new("poweredOff")
PoweredOn =
HostSystemPowerState.new("poweredOn")
StandBy =
HostSystemPowerState.new("standBy")
Unknown =
HostSystemPowerState.new("unknown")