Class: ScheduledTaskStartedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskStartedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskStartedEvent
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) ⇒ ScheduledTaskStartedEvent
constructor
A new instance of ScheduledTaskStartedEvent.
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) ⇒ ScheduledTaskStartedEvent
Returns a new instance of ScheduledTaskStartedEvent.
12706 12707 12708 12709 12710 12711 12712 12713 12714 12715 12716 12717 12718 12719 12720 |
# File 'lib/vmware/soap/vim25.rb', line 12706 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.
12695 12696 12697 |
# File 'lib/vmware/soap/vim25.rb', line 12695 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12699 12700 12701 |
# File 'lib/vmware/soap/vim25.rb', line 12699 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12696 12697 12698 |
# File 'lib/vmware/soap/vim25.rb', line 12696 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12698 12699 12700 |
# File 'lib/vmware/soap/vim25.rb', line 12698 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12693 12694 12695 |
# File 'lib/vmware/soap/vim25.rb', line 12693 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12692 12693 12694 |
# File 'lib/vmware/soap/vim25.rb', line 12692 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12704 12705 12706 |
# File 'lib/vmware/soap/vim25.rb', line 12704 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12702 12703 12704 |
# File 'lib/vmware/soap/vim25.rb', line 12702 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12700 12701 12702 |
# File 'lib/vmware/soap/vim25.rb', line 12700 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12694 12695 12696 |
# File 'lib/vmware/soap/vim25.rb', line 12694 def key @key end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12703 12704 12705 |
# File 'lib/vmware/soap/vim25.rb', line 12703 def scheduledTask @scheduledTask end |
#userName ⇒ Object
Returns the value of attribute userName.
12697 12698 12699 |
# File 'lib/vmware/soap/vim25.rb', line 12697 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12701 12702 12703 |
# File 'lib/vmware/soap/vim25.rb', line 12701 def vm @vm end |