Class: TaskEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- TaskEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskEvent
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
info - TaskInfo
Direct Known Subclasses
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.
-
#info ⇒ Object
Returns the value of attribute info.
-
#key ⇒ Object
Returns the value of attribute key.
-
#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, info = nil) ⇒ TaskEvent
constructor
A new instance of TaskEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, info = nil) ⇒ TaskEvent
Returns a new instance of TaskEvent.
14503 14504 14505 14506 14507 14508 14509 14510 14511 14512 14513 14514 14515 14516 |
# File 'lib/vmware/soap/vim25.rb', line 14503 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, info = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @info = info end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14493 14494 14495 |
# File 'lib/vmware/soap/vim25.rb', line 14493 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14497 14498 14499 |
# File 'lib/vmware/soap/vim25.rb', line 14497 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14494 14495 14496 |
# File 'lib/vmware/soap/vim25.rb', line 14494 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14496 14497 14498 |
# File 'lib/vmware/soap/vim25.rb', line 14496 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14491 14492 14493 |
# File 'lib/vmware/soap/vim25.rb', line 14491 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14490 14491 14492 |
# File 'lib/vmware/soap/vim25.rb', line 14490 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14500 14501 14502 |
# File 'lib/vmware/soap/vim25.rb', line 14500 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14498 14499 14500 |
# File 'lib/vmware/soap/vim25.rb', line 14498 def host @host end |
#info ⇒ Object
Returns the value of attribute info.
14501 14502 14503 |
# File 'lib/vmware/soap/vim25.rb', line 14501 def info @info end |
#key ⇒ Object
Returns the value of attribute key.
14492 14493 14494 |
# File 'lib/vmware/soap/vim25.rb', line 14492 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14495 14496 14497 |
# File 'lib/vmware/soap/vim25.rb', line 14495 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14499 14500 14501 |
# File 'lib/vmware/soap/vim25.rb', line 14499 def vm @vm end |