Class: HostListSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostListSummary
- 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
-
#config ⇒ Object
Returns the value of attribute config.
-
#customValue ⇒ Object
Returns the value of attribute customValue.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hardware ⇒ Object
Returns the value of attribute hardware.
-
#host ⇒ Object
Returns the value of attribute host.
-
#managementServerIp ⇒ Object
Returns the value of attribute managementServerIp.
-
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
-
#quickStats ⇒ Object
Returns the value of attribute quickStats.
-
#rebootRequired ⇒ Object
Returns the value of attribute rebootRequired.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil, hardware = nil, runtime = nil, config = nil, quickStats = nil, overallStatus = nil, rebootRequired = nil, customValue = [], managementServerIp = nil) ⇒ HostListSummary
constructor
A new instance of HostListSummary.
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
#config ⇒ Object
Returns the value of attribute config.
21623 21624 21625 |
# File 'lib/vmware/soap/vim25.rb', line 21623 def config @config end |
#customValue ⇒ Object
Returns the value of attribute customValue.
21627 21628 21629 |
# File 'lib/vmware/soap/vim25.rb', line 21627 def customValue @customValue end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21619 21620 21621 |
# File 'lib/vmware/soap/vim25.rb', line 21619 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21618 21619 21620 |
# File 'lib/vmware/soap/vim25.rb', line 21618 def dynamicType @dynamicType end |
#hardware ⇒ Object
Returns the value of attribute hardware.
21621 21622 21623 |
# File 'lib/vmware/soap/vim25.rb', line 21621 def hardware @hardware end |
#host ⇒ Object
Returns the value of attribute host.
21620 21621 21622 |
# File 'lib/vmware/soap/vim25.rb', line 21620 def host @host end |
#managementServerIp ⇒ Object
Returns the value of attribute managementServerIp.
21628 21629 21630 |
# File 'lib/vmware/soap/vim25.rb', line 21628 def managementServerIp @managementServerIp end |
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
21625 21626 21627 |
# File 'lib/vmware/soap/vim25.rb', line 21625 def overallStatus @overallStatus end |
#quickStats ⇒ Object
Returns the value of attribute quickStats.
21624 21625 21626 |
# File 'lib/vmware/soap/vim25.rb', line 21624 def quickStats @quickStats end |
#rebootRequired ⇒ Object
Returns the value of attribute rebootRequired.
21626 21627 21628 |
# File 'lib/vmware/soap/vim25.rb', line 21626 def rebootRequired @rebootRequired end |
#runtime ⇒ Object
Returns the value of attribute runtime.
21622 21623 21624 |
# File 'lib/vmware/soap/vim25.rb', line 21622 def runtime @runtime end |