Class: VirtualMachineSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
runtime - VirtualMachineRuntimeInfo
guest - VirtualMachineGuestSummary
config - VirtualMachineConfigSummary
quickStats - VirtualMachineQuickStats
overallStatus - ManagedEntityStatus
customValue - CustomFieldValue
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.
-
#guest ⇒ Object
Returns the value of attribute guest.
-
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
-
#quickStats ⇒ Object
Returns the value of attribute quickStats.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, runtime = nil, guest = nil, config = nil, quickStats = nil, overallStatus = nil, customValue = []) ⇒ VirtualMachineSummary
constructor
A new instance of VirtualMachineSummary.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, runtime = nil, guest = nil, config = nil, quickStats = nil, overallStatus = nil, customValue = []) ⇒ VirtualMachineSummary
Returns a new instance of VirtualMachineSummary.
24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 |
# File 'lib/vmware/soap/vim25.rb', line 24099 def initialize(dynamicType = nil, dynamicProperty = [], vm = nil, runtime = nil, guest = nil, config = nil, quickStats = nil, overallStatus = nil, customValue = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vm = vm @runtime = runtime @guest = guest @config = config @quickStats = quickStats @overallStatus = overallStatus @customValue = customValue end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
24094 24095 24096 |
# File 'lib/vmware/soap/vim25.rb', line 24094 def config @config end |
#customValue ⇒ Object
Returns the value of attribute customValue.
24097 24098 24099 |
# File 'lib/vmware/soap/vim25.rb', line 24097 def customValue @customValue end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24090 24091 24092 |
# File 'lib/vmware/soap/vim25.rb', line 24090 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24089 24090 24091 |
# File 'lib/vmware/soap/vim25.rb', line 24089 def dynamicType @dynamicType end |
#guest ⇒ Object
Returns the value of attribute guest.
24093 24094 24095 |
# File 'lib/vmware/soap/vim25.rb', line 24093 def guest @guest end |
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
24096 24097 24098 |
# File 'lib/vmware/soap/vim25.rb', line 24096 def overallStatus @overallStatus end |
#quickStats ⇒ Object
Returns the value of attribute quickStats.
24095 24096 24097 |
# File 'lib/vmware/soap/vim25.rb', line 24095 def quickStats @quickStats end |
#runtime ⇒ Object
Returns the value of attribute runtime.
24092 24093 24094 |
# File 'lib/vmware/soap/vim25.rb', line 24092 def runtime @runtime end |
#vm ⇒ Object
Returns the value of attribute vm.
24091 24092 24093 |
# File 'lib/vmware/soap/vim25.rb', line 24091 def vm @vm end |