Class: ScheduledTaskEmailFailedEvent

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

Overview

urn:vim25ScheduledTaskEmailFailedEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ ScheduledTaskEmailFailedEvent

Returns a new instance of ScheduledTaskEmailFailedEvent.

[View source]

12992
12993
12994
12995
12996
12997
12998
12999
13000
13001
13002
13003
13004
13005
13006
13007
13008
# File 'lib/vmware/soap/vim25.rb', line 12992

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.


12979
12980
12981
# File 'lib/vmware/soap/vim25.rb', line 12979

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


12983
12984
12985
# File 'lib/vmware/soap/vim25.rb', line 12983

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


12980
12981
12982
# File 'lib/vmware/soap/vim25.rb', line 12980

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


12982
12983
12984
# File 'lib/vmware/soap/vim25.rb', line 12982

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


12977
12978
12979
# File 'lib/vmware/soap/vim25.rb', line 12977

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


12976
12977
12978
# File 'lib/vmware/soap/vim25.rb', line 12976

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.


12988
12989
12990
# File 'lib/vmware/soap/vim25.rb', line 12988

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


12986
12987
12988
# File 'lib/vmware/soap/vim25.rb', line 12986

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


12984
12985
12986
# File 'lib/vmware/soap/vim25.rb', line 12984

def host
  @host
end

#keyObject

Returns the value of attribute key.


12978
12979
12980
# File 'lib/vmware/soap/vim25.rb', line 12978

def key
  @key
end

#reasonObject

Returns the value of attribute reason.


12990
12991
12992
# File 'lib/vmware/soap/vim25.rb', line 12990

def reason
  @reason
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.


12987
12988
12989
# File 'lib/vmware/soap/vim25.rb', line 12987

def scheduledTask
  @scheduledTask
end

#toObject

Returns the value of attribute to.


12989
12990
12991
# File 'lib/vmware/soap/vim25.rb', line 12989

def to
  @to
end

#userNameObject

Returns the value of attribute userName.


12981
12982
12983
# File 'lib/vmware/soap/vim25.rb', line 12981

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


12985
12986
12987
# File 'lib/vmware/soap/vim25.rb', line 12985

def vm
  @vm
end