Class: ScheduledTaskRemovedEvent

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

Overview

urn:vim25ScheduledTaskRemovedEvent

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

Returns a new instance of ScheduledTaskRemovedEvent.



12752
12753
12754
12755
12756
12757
12758
12759
12760
12761
12762
12763
12764
12765
12766
# File 'lib/vmware/soap/vim25.rb', line 12752

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.



12741
12742
12743
# File 'lib/vmware/soap/vim25.rb', line 12741

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12745
12746
12747
# File 'lib/vmware/soap/vim25.rb', line 12745

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12742
12743
12744
# File 'lib/vmware/soap/vim25.rb', line 12742

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12744
12745
12746
# File 'lib/vmware/soap/vim25.rb', line 12744

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12739
12740
12741
# File 'lib/vmware/soap/vim25.rb', line 12739

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12738
12739
12740
# File 'lib/vmware/soap/vim25.rb', line 12738

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



12750
12751
12752
# File 'lib/vmware/soap/vim25.rb', line 12750

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12748
12749
12750
# File 'lib/vmware/soap/vim25.rb', line 12748

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12746
12747
12748
# File 'lib/vmware/soap/vim25.rb', line 12746

def host
  @host
end

#keyObject

Returns the value of attribute key.



12740
12741
12742
# File 'lib/vmware/soap/vim25.rb', line 12740

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



12749
12750
12751
# File 'lib/vmware/soap/vim25.rb', line 12749

def scheduledTask
  @scheduledTask
end

#userNameObject

Returns the value of attribute userName.



12743
12744
12745
# File 'lib/vmware/soap/vim25.rb', line 12743

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12747
12748
12749
# File 'lib/vmware/soap/vim25.rb', line 12747

def vm
  @vm
end