Class: InfoUpgradeEvent
- Inherits:
-
UpgradeEvent
- Object
- DynamicData
- Event
- UpgradeEvent
- InfoUpgradeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InfoUpgradeEvent
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
- 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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#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, message = nil) ⇒ InfoUpgradeEvent
constructor
A new instance of InfoUpgradeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil) ⇒ InfoUpgradeEvent
Returns a new instance of InfoUpgradeEvent.
4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'lib/vmware/soap/vim25.rb', line 4821 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4811 4812 4813 |
# File 'lib/vmware/soap/vim25.rb', line 4811 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4815 4816 4817 |
# File 'lib/vmware/soap/vim25.rb', line 4815 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4812 4813 4814 |
# File 'lib/vmware/soap/vim25.rb', line 4812 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4814 4815 4816 |
# File 'lib/vmware/soap/vim25.rb', line 4814 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4809 4810 4811 |
# File 'lib/vmware/soap/vim25.rb', line 4809 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4808 4809 4810 |
# File 'lib/vmware/soap/vim25.rb', line 4808 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4818 4819 4820 |
# File 'lib/vmware/soap/vim25.rb', line 4818 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4816 4817 4818 |
# File 'lib/vmware/soap/vim25.rb', line 4816 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4810 4811 4812 |
# File 'lib/vmware/soap/vim25.rb', line 4810 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4819 4820 4821 |
# File 'lib/vmware/soap/vim25.rb', line 4819 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4813 4814 4815 |
# File 'lib/vmware/soap/vim25.rb', line 4813 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4817 4818 4819 |
# File 'lib/vmware/soap/vim25.rb', line 4817 def vm @vm end |