Class: VirtualMachineSummary

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#configObject

Returns the value of attribute config.



24094
24095
24096
# File 'lib/vmware/soap/vim25.rb', line 24094

def config
  @config
end

#customValueObject

Returns the value of attribute customValue.



24097
24098
24099
# File 'lib/vmware/soap/vim25.rb', line 24097

def customValue
  @customValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24090
24091
24092
# File 'lib/vmware/soap/vim25.rb', line 24090

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24089
24090
24091
# File 'lib/vmware/soap/vim25.rb', line 24089

def dynamicType
  @dynamicType
end

#guestObject

Returns the value of attribute guest.



24093
24094
24095
# File 'lib/vmware/soap/vim25.rb', line 24093

def guest
  @guest
end

#overallStatusObject

Returns the value of attribute overallStatus.



24096
24097
24098
# File 'lib/vmware/soap/vim25.rb', line 24096

def overallStatus
  @overallStatus
end

#quickStatsObject

Returns the value of attribute quickStats.



24095
24096
24097
# File 'lib/vmware/soap/vim25.rb', line 24095

def quickStats
  @quickStats
end

#runtimeObject

Returns the value of attribute runtime.



24092
24093
24094
# File 'lib/vmware/soap/vim25.rb', line 24092

def runtime
  @runtime
end

#vmObject

Returns the value of attribute vm.



24091
24092
24093
# File 'lib/vmware/soap/vim25.rb', line 24091

def vm
  @vm
end