Class: HostSystemConnectionState

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