Class: ScheduledTaskCompletedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskCompletedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskCompletedEvent
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
-
#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.
-
#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) ⇒ ScheduledTaskCompletedEvent
constructor
A new instance of ScheduledTaskCompletedEvent.
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) ⇒ ScheduledTaskCompletedEvent
Returns a new instance of ScheduledTaskCompletedEvent.
12844 12845 12846 12847 12848 12849 12850 12851 12852 12853 12854 12855 12856 12857 12858 |
# File 'lib/vmware/soap/vim25.rb', line 12844 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
#chainId ⇒ Object
Returns the value of attribute chainId.
12833 12834 12835 |
# File 'lib/vmware/soap/vim25.rb', line 12833 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12837 12838 12839 |
# File 'lib/vmware/soap/vim25.rb', line 12837 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12834 12835 12836 |
# File 'lib/vmware/soap/vim25.rb', line 12834 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12836 12837 12838 |
# File 'lib/vmware/soap/vim25.rb', line 12836 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12831 12832 12833 |
# File 'lib/vmware/soap/vim25.rb', line 12831 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12830 12831 12832 |
# File 'lib/vmware/soap/vim25.rb', line 12830 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12842 12843 12844 |
# File 'lib/vmware/soap/vim25.rb', line 12842 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12840 12841 12842 |
# File 'lib/vmware/soap/vim25.rb', line 12840 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12838 12839 12840 |
# File 'lib/vmware/soap/vim25.rb', line 12838 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12832 12833 12834 |
# File 'lib/vmware/soap/vim25.rb', line 12832 def key @key end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12841 12842 12843 |
# File 'lib/vmware/soap/vim25.rb', line 12841 def scheduledTask @scheduledTask end |
#userName ⇒ Object
Returns the value of attribute userName.
12835 12836 12837 |
# File 'lib/vmware/soap/vim25.rb', line 12835 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12839 12840 12841 |
# File 'lib/vmware/soap/vim25.rb', line 12839 def vm @vm end |