Class: ScheduledTaskEventArgument

Inherits:
EntityEventArgument show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ScheduledTaskEventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
scheduledTask - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16706
16707
16708
# File 'lib/vmware/soap/vim25.rb', line 16706

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16705
16706
16707
# File 'lib/vmware/soap/vim25.rb', line 16705

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



16707
16708
16709
# File 'lib/vmware/soap/vim25.rb', line 16707

def name
  @name
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



16708
16709
16710
# File 'lib/vmware/soap/vim25.rb', line 16708

def scheduledTask
  @scheduledTask
end