Class: HostRuntimeInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostRuntimeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
connectionState - HostSystemConnectionState
powerState - HostSystemPowerState
inMaintenanceMode - SOAP::SOAPBoolean
bootTime - SOAP::SOAPDateTime
healthSystemRuntime - HealthSystemRuntime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], connectionState = nil, powerState = nil, inMaintenanceMode = nil, bootTime = nil, healthSystemRuntime = nil) ⇒ HostRuntimeInfo

Returns a new instance of HostRuntimeInfo.



21219
21220
21221
21222
21223
21224
21225
21226
21227
# File 'lib/vmware/soap/vim25.rb', line 21219

def initialize(dynamicType = nil, dynamicProperty = [], connectionState = nil, powerState = nil, inMaintenanceMode = nil, bootTime = nil, healthSystemRuntime = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @connectionState = connectionState
  @powerState = powerState
  @inMaintenanceMode = inMaintenanceMode
  @bootTime = bootTime
  @healthSystemRuntime = healthSystemRuntime
end

Instance Attribute Details

#bootTimeObject

Returns the value of attribute bootTime.



21216
21217
21218
# File 'lib/vmware/soap/vim25.rb', line 21216

def bootTime
  @bootTime
end

#connectionStateObject

Returns the value of attribute connectionState.



21213
21214
21215
# File 'lib/vmware/soap/vim25.rb', line 21213

def connectionState
  @connectionState
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21212
21213
21214
# File 'lib/vmware/soap/vim25.rb', line 21212

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21211
21212
21213
# File 'lib/vmware/soap/vim25.rb', line 21211

def dynamicType
  @dynamicType
end

#healthSystemRuntimeObject

Returns the value of attribute healthSystemRuntime.



21217
21218
21219
# File 'lib/vmware/soap/vim25.rb', line 21217

def healthSystemRuntime
  @healthSystemRuntime
end

#inMaintenanceModeObject

Returns the value of attribute inMaintenanceMode.



21215
21216
21217
# File 'lib/vmware/soap/vim25.rb', line 21215

def inMaintenanceMode
  @inMaintenanceMode
end

#powerStateObject

Returns the value of attribute powerState.



21214
21215
21216
# File 'lib/vmware/soap/vim25.rb', line 21214

def powerState
  @powerState
end