Class: ScheduledTaskStartedEvent

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

Overview

urn:vim25ScheduledTaskStartedEvent

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) ⇒ ScheduledTaskStartedEvent

Returns a new instance of ScheduledTaskStartedEvent.



12706
12707
12708
12709
12710
12711
12712
12713
12714
12715
12716
12717
12718
12719
12720
# File 'lib/vmware/soap/vim25.rb', line 12706

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.



12695
12696
12697
# File 'lib/vmware/soap/vim25.rb', line 12695

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12699
12700
12701
# File 'lib/vmware/soap/vim25.rb', line 12699

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12696
12697
12698
# File 'lib/vmware/soap/vim25.rb', line 12696

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12698
12699
12700
# File 'lib/vmware/soap/vim25.rb', line 12698

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12693
12694
12695
# File 'lib/vmware/soap/vim25.rb', line 12693

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12692
12693
12694
# File 'lib/vmware/soap/vim25.rb', line 12692

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



12704
12705
12706
# File 'lib/vmware/soap/vim25.rb', line 12704

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12702
12703
12704
# File 'lib/vmware/soap/vim25.rb', line 12702

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12700
12701
12702
# File 'lib/vmware/soap/vim25.rb', line 12700

def host
  @host
end

#keyObject

Returns the value of attribute key.



12694
12695
12696
# File 'lib/vmware/soap/vim25.rb', line 12694

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



12703
12704
12705
# File 'lib/vmware/soap/vim25.rb', line 12703

def scheduledTask
  @scheduledTask
end

#userNameObject

Returns the value of attribute userName.



12697
12698
12699
# File 'lib/vmware/soap/vim25.rb', line 12697

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12701
12702
12703
# File 'lib/vmware/soap/vim25.rb', line 12701

def vm
  @vm
end