Class: VmUpgradingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmUpgradingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUpgradingEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
template - SOAP::SOAPBoolean
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#version ⇒ Object
Returns the value of attribute version.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, version = nil) ⇒ VmUpgradingEvent
constructor
A new instance of VmUpgradingEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, version = nil) ⇒ VmUpgradingEvent
Returns a new instance of VmUpgradingEvent.
10851 10852 10853 10854 10855 10856 10857 10858 10859 10860 10861 10862 10863 10864 10865 |
# File 'lib/vmware/soap/vim25.rb', line 10851 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, version = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template @version = version end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
10840 10841 10842 |
# File 'lib/vmware/soap/vim25.rb', line 10840 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10844 10845 10846 |
# File 'lib/vmware/soap/vim25.rb', line 10844 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10841 10842 10843 |
# File 'lib/vmware/soap/vim25.rb', line 10841 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10843 10844 10845 |
# File 'lib/vmware/soap/vim25.rb', line 10843 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10838 10839 10840 |
# File 'lib/vmware/soap/vim25.rb', line 10838 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10837 10838 10839 |
# File 'lib/vmware/soap/vim25.rb', line 10837 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10847 10848 10849 |
# File 'lib/vmware/soap/vim25.rb', line 10847 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10845 10846 10847 |
# File 'lib/vmware/soap/vim25.rb', line 10845 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10839 10840 10841 |
# File 'lib/vmware/soap/vim25.rb', line 10839 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10848 10849 10850 |
# File 'lib/vmware/soap/vim25.rb', line 10848 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10842 10843 10844 |
# File 'lib/vmware/soap/vim25.rb', line 10842 def userName @userName end |
#version ⇒ Object
Returns the value of attribute version.
10849 10850 10851 |
# File 'lib/vmware/soap/vim25.rb', line 10849 def version @version end |
#vm ⇒ Object
Returns the value of attribute vm.
10846 10847 10848 |
# File 'lib/vmware/soap/vim25.rb', line 10846 def vm @vm end |