Class: ScheduledTaskEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskEvent
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
Direct Known Subclasses
ScheduledTaskCompletedEvent, ScheduledTaskCreatedEvent, ScheduledTaskEmailCompletedEvent, ScheduledTaskEmailFailedEvent, ScheduledTaskFailedEvent, ScheduledTaskReconfiguredEvent, ScheduledTaskRemovedEvent, ScheduledTaskStartedEvent
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) ⇒ ScheduledTaskEvent
constructor
A new instance of ScheduledTaskEvent.
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) ⇒ ScheduledTaskEvent
Returns a new instance of ScheduledTaskEvent.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 12624 12625 12626 12627 12628 |
# File 'lib/vmware/soap/vim25.rb', line 12614 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.
12603 12604 12605 |
# File 'lib/vmware/soap/vim25.rb', line 12603 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12607 12608 12609 |
# File 'lib/vmware/soap/vim25.rb', line 12607 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12604 12605 12606 |
# File 'lib/vmware/soap/vim25.rb', line 12604 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12606 12607 12608 |
# File 'lib/vmware/soap/vim25.rb', line 12606 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12601 12602 12603 |
# File 'lib/vmware/soap/vim25.rb', line 12601 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12600 12601 12602 |
# File 'lib/vmware/soap/vim25.rb', line 12600 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12612 12613 12614 |
# File 'lib/vmware/soap/vim25.rb', line 12612 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12610 12611 12612 |
# File 'lib/vmware/soap/vim25.rb', line 12610 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12608 12609 12610 |
# File 'lib/vmware/soap/vim25.rb', line 12608 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12602 12603 12604 |
# File 'lib/vmware/soap/vim25.rb', line 12602 def key @key end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12611 12612 12613 |
# File 'lib/vmware/soap/vim25.rb', line 12611 def scheduledTask @scheduledTask end |
#userName ⇒ Object
Returns the value of attribute userName.
12605 12606 12607 |
# File 'lib/vmware/soap/vim25.rb', line 12605 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12609 12610 12611 |
# File 'lib/vmware/soap/vim25.rb', line 12609 def vm @vm end |