Class: HostListSummary

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

Overview

urn:vim25HostListSummary

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
hardware - HostHardwareSummary
runtime - HostRuntimeInfo
config - HostConfigSummary
quickStats - HostListSummaryQuickStats
overallStatus - ManagedEntityStatus
rebootRequired - SOAP::SOAPBoolean
customValue - CustomFieldValue
managementServerIp - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], host = nil, hardware = nil, runtime = nil, config = nil, quickStats = nil, overallStatus = nil, rebootRequired = nil, customValue = [], managementServerIp = nil) ⇒ HostListSummary

Returns a new instance of HostListSummary.



21630
21631
21632
21633
21634
21635
21636
21637
21638
21639
21640
21641
21642
# File 'lib/vmware/soap/vim25.rb', line 21630

def initialize(dynamicType = nil, dynamicProperty = [], host = nil, hardware = nil, runtime = nil, config = nil, quickStats = nil, overallStatus = nil, rebootRequired = nil, customValue = [], managementServerIp = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @host = host
  @hardware = hardware
  @runtime = runtime
  @config = config
  @quickStats = quickStats
  @overallStatus = overallStatus
  @rebootRequired = rebootRequired
  @customValue = customValue
  @managementServerIp = managementServerIp
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



21623
21624
21625
# File 'lib/vmware/soap/vim25.rb', line 21623

def config
  @config
end

#customValueObject

Returns the value of attribute customValue.



21627
21628
21629
# File 'lib/vmware/soap/vim25.rb', line 21627

def customValue
  @customValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21619
21620
21621
# File 'lib/vmware/soap/vim25.rb', line 21619

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21618
21619
21620
# File 'lib/vmware/soap/vim25.rb', line 21618

def dynamicType
  @dynamicType
end

#hardwareObject

Returns the value of attribute hardware.



21621
21622
21623
# File 'lib/vmware/soap/vim25.rb', line 21621

def hardware
  @hardware
end

#hostObject

Returns the value of attribute host.



21620
21621
21622
# File 'lib/vmware/soap/vim25.rb', line 21620

def host
  @host
end

#managementServerIpObject

Returns the value of attribute managementServerIp.



21628
21629
21630
# File 'lib/vmware/soap/vim25.rb', line 21628

def managementServerIp
  @managementServerIp
end

#overallStatusObject

Returns the value of attribute overallStatus.



21625
21626
21627
# File 'lib/vmware/soap/vim25.rb', line 21625

def overallStatus
  @overallStatus
end

#quickStatsObject

Returns the value of attribute quickStats.



21624
21625
21626
# File 'lib/vmware/soap/vim25.rb', line 21624

def quickStats
  @quickStats
end

#rebootRequiredObject

Returns the value of attribute rebootRequired.



21626
21627
21628
# File 'lib/vmware/soap/vim25.rb', line 21626

def rebootRequired
  @rebootRequired
end

#runtimeObject

Returns the value of attribute runtime.



21622
21623
21624
# File 'lib/vmware/soap/vim25.rb', line 21622

def runtime
  @runtime
end