Class: ScheduledTaskEmailFailedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskEmailFailedEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
-
#to ⇒ Object
Returns the value of attribute to.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of ScheduledTaskEmailFailedEvent.
Constructor Details
permalink #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.
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
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
12979 12980 12981 |
# File 'lib/vmware/soap/vim25.rb', line 12979 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
12983 12984 12985 |
# File 'lib/vmware/soap/vim25.rb', line 12983 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
12980 12981 12982 |
# File 'lib/vmware/soap/vim25.rb', line 12980 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
12982 12983 12984 |
# File 'lib/vmware/soap/vim25.rb', line 12982 def datacenter @datacenter end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12977 12978 12979 |
# File 'lib/vmware/soap/vim25.rb', line 12977 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12976 12977 12978 |
# File 'lib/vmware/soap/vim25.rb', line 12976 def dynamicType @dynamicType end |
permalink #entity ⇒ Object
Returns the value of attribute entity.
12988 12989 12990 |
# File 'lib/vmware/soap/vim25.rb', line 12988 def entity @entity end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12986 12987 12988 |
# File 'lib/vmware/soap/vim25.rb', line 12986 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
12984 12985 12986 |
# File 'lib/vmware/soap/vim25.rb', line 12984 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
12978 12979 12980 |
# File 'lib/vmware/soap/vim25.rb', line 12978 def key @key end |
permalink #reason ⇒ Object
Returns the value of attribute reason.
12990 12991 12992 |
# File 'lib/vmware/soap/vim25.rb', line 12990 def reason @reason end |
permalink #scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12987 12988 12989 |
# File 'lib/vmware/soap/vim25.rb', line 12987 def scheduledTask @scheduledTask end |
permalink #to ⇒ Object
Returns the value of attribute to.
12989 12990 12991 |
# File 'lib/vmware/soap/vim25.rb', line 12989 def to @to end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
12981 12982 12983 |
# File 'lib/vmware/soap/vim25.rb', line 12981 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
12985 12986 12987 |
# File 'lib/vmware/soap/vim25.rb', line 12985 def vm @vm end |