Class: ScheduledTaskEmailCompletedEvent

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

Overview

urn:vim25ScheduledTaskEmailCompletedEvent

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
to - SOAP::SOAPString

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, to = nil) ⇒ ScheduledTaskEmailCompletedEvent

Returns a new instance of ScheduledTaskEmailCompletedEvent.



12941
12942
12943
12944
12945
12946
12947
12948
12949
12950
12951
12952
12953
12954
12955
12956
# File 'lib/vmware/soap/vim25.rb', line 12941

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, to = 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
  @to = to
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



12929
12930
12931
# File 'lib/vmware/soap/vim25.rb', line 12929

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12933
12934
12935
# File 'lib/vmware/soap/vim25.rb', line 12933

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12930
12931
12932
# File 'lib/vmware/soap/vim25.rb', line 12930

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12932
12933
12934
# File 'lib/vmware/soap/vim25.rb', line 12932

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12927
12928
12929
# File 'lib/vmware/soap/vim25.rb', line 12927

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12926
12927
12928
# File 'lib/vmware/soap/vim25.rb', line 12926

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



12938
12939
12940
# File 'lib/vmware/soap/vim25.rb', line 12938

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12936
12937
12938
# File 'lib/vmware/soap/vim25.rb', line 12936

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12934
12935
12936
# File 'lib/vmware/soap/vim25.rb', line 12934

def host
  @host
end

#keyObject

Returns the value of attribute key.



12928
12929
12930
# File 'lib/vmware/soap/vim25.rb', line 12928

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



12937
12938
12939
# File 'lib/vmware/soap/vim25.rb', line 12937

def scheduledTask
  @scheduledTask
end

#toObject

Returns the value of attribute to.



12939
12940
12941
# File 'lib/vmware/soap/vim25.rb', line 12939

def to
  @to
end

#userNameObject

Returns the value of attribute userName.



12931
12932
12933
# File 'lib/vmware/soap/vim25.rb', line 12931

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12935
12936
12937
# File 'lib/vmware/soap/vim25.rb', line 12935

def vm
  @vm
end