Class: ScheduledTaskCreatedEvent

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

Overview

urn:vim25ScheduledTaskCreatedEvent

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

Returns a new instance of ScheduledTaskCreatedEvent.



12660
12661
12662
12663
12664
12665
12666
12667
12668
12669
12670
12671
12672
12673
12674
# File 'lib/vmware/soap/vim25.rb', line 12660

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.



12649
12650
12651
# File 'lib/vmware/soap/vim25.rb', line 12649

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12653
12654
12655
# File 'lib/vmware/soap/vim25.rb', line 12653

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12650
12651
12652
# File 'lib/vmware/soap/vim25.rb', line 12650

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12652
12653
12654
# File 'lib/vmware/soap/vim25.rb', line 12652

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12647
12648
12649
# File 'lib/vmware/soap/vim25.rb', line 12647

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12646
12647
12648
# File 'lib/vmware/soap/vim25.rb', line 12646

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



12658
12659
12660
# File 'lib/vmware/soap/vim25.rb', line 12658

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12656
12657
12658
# File 'lib/vmware/soap/vim25.rb', line 12656

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12654
12655
12656
# File 'lib/vmware/soap/vim25.rb', line 12654

def host
  @host
end

#keyObject

Returns the value of attribute key.



12648
12649
12650
# File 'lib/vmware/soap/vim25.rb', line 12648

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



12657
12658
12659
# File 'lib/vmware/soap/vim25.rb', line 12657

def scheduledTask
  @scheduledTask
end

#userNameObject

Returns the value of attribute userName.



12651
12652
12653
# File 'lib/vmware/soap/vim25.rb', line 12651

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12655
12656
12657
# File 'lib/vmware/soap/vim25.rb', line 12655

def vm
  @vm
end