Class: ScheduledTaskFailedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskFailedEvent
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
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.
-
#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, reason = nil) ⇒ ScheduledTaskFailedEvent
constructor
A new instance of ScheduledTaskFailedEvent.
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, reason = nil) ⇒ ScheduledTaskFailedEvent
Returns a new instance of ScheduledTaskFailedEvent.
12892 12893 12894 12895 12896 12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 |
# File 'lib/vmware/soap/vim25.rb', line 12892 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, 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 @reason = reason end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12880 12881 12882 |
# File 'lib/vmware/soap/vim25.rb', line 12880 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12884 12885 12886 |
# File 'lib/vmware/soap/vim25.rb', line 12884 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12881 12882 12883 |
# File 'lib/vmware/soap/vim25.rb', line 12881 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12883 12884 12885 |
# File 'lib/vmware/soap/vim25.rb', line 12883 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12878 12879 12880 |
# File 'lib/vmware/soap/vim25.rb', line 12878 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12877 12878 12879 |
# File 'lib/vmware/soap/vim25.rb', line 12877 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12889 12890 12891 |
# File 'lib/vmware/soap/vim25.rb', line 12889 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12887 12888 12889 |
# File 'lib/vmware/soap/vim25.rb', line 12887 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12885 12886 12887 |
# File 'lib/vmware/soap/vim25.rb', line 12885 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12879 12880 12881 |
# File 'lib/vmware/soap/vim25.rb', line 12879 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
12890 12891 12892 |
# File 'lib/vmware/soap/vim25.rb', line 12890 def reason @reason end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12888 12889 12890 |
# File 'lib/vmware/soap/vim25.rb', line 12888 def scheduledTask @scheduledTask end |
#userName ⇒ Object
Returns the value of attribute userName.
12882 12883 12884 |
# File 'lib/vmware/soap/vim25.rb', line 12882 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12886 12887 12888 |
# File 'lib/vmware/soap/vim25.rb', line 12886 def vm @vm end |