Class: HostSystemConnectionState
- Inherits:
-
String
- Object
- String
- HostSystemConnectionState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSystemConnectionState
Constant Summary collapse
- Connected =
HostSystemConnectionState.new("connected")
- Disconnected =
HostSystemConnectionState.new("disconnected")
- NotResponding =
HostSystemConnectionState.new("notResponding")