Class: TaskTimeoutEvent
- Inherits:
-
TaskEvent
- Object
- DynamicData
- Event
- TaskEvent
- TaskTimeoutEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskTimeoutEvent
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
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) ⇒ TaskTimeoutEvent
constructor
A new instance of TaskTimeoutEvent.
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) ⇒ TaskTimeoutEvent
Returns a new instance of TaskTimeoutEvent.
14546 14547 14548 14549 14550 14551 14552 14553 14554 14555 14556 14557 14558 14559 |
# File 'lib/vmware/soap/vim25.rb', line 14546 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.
14536 14537 14538 |
# File 'lib/vmware/soap/vim25.rb', line 14536 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14540 14541 14542 |
# File 'lib/vmware/soap/vim25.rb', line 14540 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14537 14538 14539 |
# File 'lib/vmware/soap/vim25.rb', line 14537 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14539 14540 14541 |
# File 'lib/vmware/soap/vim25.rb', line 14539 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14534 14535 14536 |
# File 'lib/vmware/soap/vim25.rb', line 14534 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14533 14534 14535 |
# File 'lib/vmware/soap/vim25.rb', line 14533 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14543 14544 14545 |
# File 'lib/vmware/soap/vim25.rb', line 14543 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14541 14542 14543 |
# File 'lib/vmware/soap/vim25.rb', line 14541 def host @host end |
#info ⇒ Object
Returns the value of attribute info.
14544 14545 14546 |
# File 'lib/vmware/soap/vim25.rb', line 14544 def info @info end |
#key ⇒ Object
Returns the value of attribute key.
14535 14536 14537 |
# File 'lib/vmware/soap/vim25.rb', line 14535 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14538 14539 14540 |
# File 'lib/vmware/soap/vim25.rb', line 14538 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14542 14543 14544 |
# File 'lib/vmware/soap/vim25.rb', line 14542 def vm @vm end |