Class: CreateTaskAction

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

Overview

urn:vim25CreateTaskAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
taskTypeId - SOAP::SOAPString
cancelable - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], taskTypeId = nil, cancelable = nil) ⇒ CreateTaskAction

Returns a new instance of CreateTaskAction.



2828
2829
2830
2831
2832
2833
# File 'lib/vmware/soap/vim25.rb', line 2828

def initialize(dynamicType = nil, dynamicProperty = [], taskTypeId = nil, cancelable = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @taskTypeId = taskTypeId
  @cancelable = cancelable
end

Instance Attribute Details

#cancelableObject

Returns the value of attribute cancelable.



2826
2827
2828
# File 'lib/vmware/soap/vim25.rb', line 2826

def cancelable
  @cancelable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2824
2825
2826
# File 'lib/vmware/soap/vim25.rb', line 2824

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2823
2824
2825
# File 'lib/vmware/soap/vim25.rb', line 2823

def dynamicType
  @dynamicType
end

#taskTypeIdObject

Returns the value of attribute taskTypeId.



2825
2826
2827
# File 'lib/vmware/soap/vim25.rb', line 2825

def taskTypeId
  @taskTypeId
end