Class: HostRuntimeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostRuntimeInfo
- 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
-
#bootTime ⇒ Object
Returns the value of attribute bootTime.
-
#connectionState ⇒ Object
Returns the value of attribute connectionState.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#healthSystemRuntime ⇒ Object
Returns the value of attribute healthSystemRuntime.
-
#inMaintenanceMode ⇒ Object
Returns the value of attribute inMaintenanceMode.
-
#powerState ⇒ Object
Returns the value of attribute powerState.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], connectionState = nil, powerState = nil, inMaintenanceMode = nil, bootTime = nil, healthSystemRuntime = nil) ⇒ HostRuntimeInfo
constructor
A new instance of HostRuntimeInfo.
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
#bootTime ⇒ Object
Returns the value of attribute bootTime.
21216 21217 21218 |
# File 'lib/vmware/soap/vim25.rb', line 21216 def bootTime @bootTime end |
#connectionState ⇒ Object
Returns the value of attribute connectionState.
21213 21214 21215 |
# File 'lib/vmware/soap/vim25.rb', line 21213 def connectionState @connectionState end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21212 21213 21214 |
# File 'lib/vmware/soap/vim25.rb', line 21212 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21211 21212 21213 |
# File 'lib/vmware/soap/vim25.rb', line 21211 def dynamicType @dynamicType end |
#healthSystemRuntime ⇒ Object
Returns the value of attribute healthSystemRuntime.
21217 21218 21219 |
# File 'lib/vmware/soap/vim25.rb', line 21217 def healthSystemRuntime @healthSystemRuntime end |
#inMaintenanceMode ⇒ Object
Returns the value of attribute inMaintenanceMode.
21215 21216 21217 |
# File 'lib/vmware/soap/vim25.rb', line 21215 def inMaintenanceMode @inMaintenanceMode end |
#powerState ⇒ Object
Returns the value of attribute powerState.
21214 21215 21216 |
# File 'lib/vmware/soap/vim25.rb', line 21214 def powerState @powerState end |