Class: VmUpgradeCompleteEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmUpgradeCompleteEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUpgradeCompleteEvent
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) ⇒ VmUpgradeCompleteEvent
constructor
A new instance of VmUpgradeCompleteEvent.
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) ⇒ VmUpgradeCompleteEvent
Returns a new instance of VmUpgradeCompleteEvent.
10897 10898 10899 10900 10901 10902 10903 10904 10905 10906 10907 10908 10909 10910 10911 |
# File 'lib/vmware/soap/vim25.rb', line 10897 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.
10886 10887 10888 |
# File 'lib/vmware/soap/vim25.rb', line 10886 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10890 10891 10892 |
# File 'lib/vmware/soap/vim25.rb', line 10890 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10887 10888 10889 |
# File 'lib/vmware/soap/vim25.rb', line 10887 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10889 10890 10891 |
# File 'lib/vmware/soap/vim25.rb', line 10889 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10884 10885 10886 |
# File 'lib/vmware/soap/vim25.rb', line 10884 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10883 10884 10885 |
# File 'lib/vmware/soap/vim25.rb', line 10883 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10893 10894 10895 |
# File 'lib/vmware/soap/vim25.rb', line 10893 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10891 10892 10893 |
# File 'lib/vmware/soap/vim25.rb', line 10891 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10885 10886 10887 |
# File 'lib/vmware/soap/vim25.rb', line 10885 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10894 10895 10896 |
# File 'lib/vmware/soap/vim25.rb', line 10894 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10888 10889 10890 |
# File 'lib/vmware/soap/vim25.rb', line 10888 def userName @userName end |
#version ⇒ Object
Returns the value of attribute version.
10895 10896 10897 |
# File 'lib/vmware/soap/vim25.rb', line 10895 def version @version end |
#vm ⇒ Object
Returns the value of attribute vm.
10892 10893 10894 |
# File 'lib/vmware/soap/vim25.rb', line 10892 def vm @vm end |