Class: HealthSystemRuntime

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

Overview

urn:vim25HealthSystemRuntime

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
systemHealthInfo - HostSystemHealthInfo
hardwareStatusInfo - HostHardwareStatusInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], systemHealthInfo = nil, hardwareStatusInfo = nil) ⇒ HealthSystemRuntime

Returns a new instance of HealthSystemRuntime.



19384
19385
19386
19387
19388
19389
# File 'lib/vmware/soap/vim25.rb', line 19384

def initialize(dynamicType = nil, dynamicProperty = [], systemHealthInfo = nil, hardwareStatusInfo = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @systemHealthInfo = systemHealthInfo
  @hardwareStatusInfo = hardwareStatusInfo
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19380
19381
19382
# File 'lib/vmware/soap/vim25.rb', line 19380

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19379
19380
19381
# File 'lib/vmware/soap/vim25.rb', line 19379

def dynamicType
  @dynamicType
end

#hardwareStatusInfoObject

Returns the value of attribute hardwareStatusInfo.



19382
19383
19384
# File 'lib/vmware/soap/vim25.rb', line 19382

def hardwareStatusInfo
  @hardwareStatusInfo
end

#systemHealthInfoObject

Returns the value of attribute systemHealthInfo.



19381
19382
19383
# File 'lib/vmware/soap/vim25.rb', line 19381

def systemHealthInfo
  @systemHealthInfo
end