Class: ScheduledTaskRemovedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskRemovedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskRemovedEvent
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) ⇒ ScheduledTaskRemovedEvent
constructor
A new instance of ScheduledTaskRemovedEvent.
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) ⇒ ScheduledTaskRemovedEvent
Returns a new instance of ScheduledTaskRemovedEvent.
12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 12764 12765 12766 |
# File 'lib/vmware/soap/vim25.rb', line 12752 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.
12741 12742 12743 |
# File 'lib/vmware/soap/vim25.rb', line 12741 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12745 12746 12747 |
# File 'lib/vmware/soap/vim25.rb', line 12745 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12742 12743 12744 |
# File 'lib/vmware/soap/vim25.rb', line 12742 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12744 12745 12746 |
# File 'lib/vmware/soap/vim25.rb', line 12744 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12739 12740 12741 |
# File 'lib/vmware/soap/vim25.rb', line 12739 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12738 12739 12740 |
# File 'lib/vmware/soap/vim25.rb', line 12738 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12750 12751 12752 |
# File 'lib/vmware/soap/vim25.rb', line 12750 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12748 12749 12750 |
# File 'lib/vmware/soap/vim25.rb', line 12748 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12746 12747 12748 |
# File 'lib/vmware/soap/vim25.rb', line 12746 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12740 12741 12742 |
# File 'lib/vmware/soap/vim25.rb', line 12740 def key @key end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12749 12750 12751 |
# File 'lib/vmware/soap/vim25.rb', line 12749 def scheduledTask @scheduledTask end |
#userName ⇒ Object
Returns the value of attribute userName.
12743 12744 12745 |
# File 'lib/vmware/soap/vim25.rb', line 12743 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12747 12748 12749 |
# File 'lib/vmware/soap/vim25.rb', line 12747 def vm @vm end |