Class: ScheduledTaskCompletedEvent

Inherits:
ScheduledTaskEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ScheduledTaskCompletedEvent

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
scheduledTask - ScheduledTaskEventArgument
entity - ManagedEntityEventArgument

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, scheduledTask = nil, entity = nil) ⇒ ScheduledTaskCompletedEvent

Returns a new instance of ScheduledTaskCompletedEvent.



12844
12845
12846
12847
12848
12849
12850
12851
12852
12853
12854
12855
12856
12857
12858
# File 'lib/vmware/soap/vim25.rb', line 12844

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, scheduledTask = nil, entity = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @scheduledTask = scheduledTask
  @entity = entity
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



12833
12834
12835
# File 'lib/vmware/soap/vim25.rb', line 12833

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12837
12838
12839
# File 'lib/vmware/soap/vim25.rb', line 12837

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12834
12835
12836
# File 'lib/vmware/soap/vim25.rb', line 12834

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12836
12837
12838
# File 'lib/vmware/soap/vim25.rb', line 12836

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12831
12832
12833
# File 'lib/vmware/soap/vim25.rb', line 12831

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12830
12831
12832
# File 'lib/vmware/soap/vim25.rb', line 12830

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



12842
12843
12844
# File 'lib/vmware/soap/vim25.rb', line 12842

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12840
12841
12842
# File 'lib/vmware/soap/vim25.rb', line 12840

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12838
12839
12840
# File 'lib/vmware/soap/vim25.rb', line 12838

def host
  @host
end

#keyObject

Returns the value of attribute key.



12832
12833
12834
# File 'lib/vmware/soap/vim25.rb', line 12832

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



12841
12842
12843
# File 'lib/vmware/soap/vim25.rb', line 12841

def scheduledTask
  @scheduledTask
end

#userNameObject

Returns the value of attribute userName.



12835
12836
12837
# File 'lib/vmware/soap/vim25.rb', line 12835

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12839
12840
12841
# File 'lib/vmware/soap/vim25.rb', line 12839

def vm
  @vm
end