Class: TaskEvent

Inherits:
Event show all
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

TaskTimeoutEvent

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



14493
14494
14495
# File 'lib/vmware/soap/vim25.rb', line 14493

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14497
14498
14499
# File 'lib/vmware/soap/vim25.rb', line 14497

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14494
14495
14496
# File 'lib/vmware/soap/vim25.rb', line 14494

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14496
14497
14498
# File 'lib/vmware/soap/vim25.rb', line 14496

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14491
14492
14493
# File 'lib/vmware/soap/vim25.rb', line 14491

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14490
14491
14492
# File 'lib/vmware/soap/vim25.rb', line 14490

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14500
14501
14502
# File 'lib/vmware/soap/vim25.rb', line 14500

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14498
14499
14500
# File 'lib/vmware/soap/vim25.rb', line 14498

def host
  @host
end

#infoObject

Returns the value of attribute info.



14501
14502
14503
# File 'lib/vmware/soap/vim25.rb', line 14501

def info
  @info
end

#keyObject

Returns the value of attribute key.



14492
14493
14494
# File 'lib/vmware/soap/vim25.rb', line 14492

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14495
14496
14497
# File 'lib/vmware/soap/vim25.rb', line 14495

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14499
14500
14501
# File 'lib/vmware/soap/vim25.rb', line 14499

def vm
  @vm
end