Class: ScheduledTaskEventArgument
- Inherits:
-
EntityEventArgument
- Object
- DynamicData
- EventArgument
- EntityEventArgument
- ScheduledTaskEventArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskEventArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
scheduledTask - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, scheduledTask = nil) ⇒ ScheduledTaskEventArgument
constructor
A new instance of ScheduledTaskEventArgument.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, scheduledTask = nil) ⇒ ScheduledTaskEventArgument
Returns a new instance of ScheduledTaskEventArgument.
16710 16711 16712 16713 16714 16715 |
# File 'lib/vmware/soap/vim25.rb', line 16710 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, scheduledTask = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @scheduledTask = scheduledTask end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16706 16707 16708 |
# File 'lib/vmware/soap/vim25.rb', line 16706 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16705 16706 16707 |
# File 'lib/vmware/soap/vim25.rb', line 16705 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
16707 16708 16709 |
# File 'lib/vmware/soap/vim25.rb', line 16707 def name @name end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
16708 16709 16710 |
# File 'lib/vmware/soap/vim25.rb', line 16708 def scheduledTask @scheduledTask end |