Class: ScheduledTaskCreatedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskCreatedEvent
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) ⇒ ScheduledTaskCreatedEvent
constructor
A new instance of ScheduledTaskCreatedEvent.
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) ⇒ ScheduledTaskCreatedEvent
Returns a new instance of ScheduledTaskCreatedEvent.
12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 12674 |
# File 'lib/vmware/soap/vim25.rb', line 12660 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.
12649 12650 12651 |
# File 'lib/vmware/soap/vim25.rb', line 12649 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12653 12654 12655 |
# File 'lib/vmware/soap/vim25.rb', line 12653 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12650 12651 12652 |
# File 'lib/vmware/soap/vim25.rb', line 12650 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12652 12653 12654 |
# File 'lib/vmware/soap/vim25.rb', line 12652 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12647 12648 12649 |
# File 'lib/vmware/soap/vim25.rb', line 12647 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12646 12647 12648 |
# File 'lib/vmware/soap/vim25.rb', line 12646 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12658 12659 12660 |
# File 'lib/vmware/soap/vim25.rb', line 12658 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12656 12657 12658 |
# File 'lib/vmware/soap/vim25.rb', line 12656 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12654 12655 12656 |
# File 'lib/vmware/soap/vim25.rb', line 12654 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12648 12649 12650 |
# File 'lib/vmware/soap/vim25.rb', line 12648 def key @key end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12657 12658 12659 |
# File 'lib/vmware/soap/vim25.rb', line 12657 def scheduledTask @scheduledTask end |
#userName ⇒ Object
Returns the value of attribute userName.
12651 12652 12653 |
# File 'lib/vmware/soap/vim25.rb', line 12651 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12655 12656 12657 |
# File 'lib/vmware/soap/vim25.rb', line 12655 def vm @vm end |