Class: CreateTaskRequestType

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

Overview

urn:vim25CreateTaskRequestType

m__this - ManagedObjectReference
obj - ManagedObjectReference
taskTypeId - SOAP::SOAPString
initiatedBy - SOAP::SOAPString
cancelable - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, obj = nil, taskTypeId = nil, initiatedBy = nil, cancelable = nil) ⇒ CreateTaskRequestType

Returns a new instance of CreateTaskRequestType.



36330
36331
36332
36333
36334
36335
36336
# File 'lib/vmware/soap/vim25.rb', line 36330

def initialize(v__this = nil, obj = nil, taskTypeId = nil, initiatedBy = nil, cancelable = nil)
  @v__this = v__this
  @obj = obj
  @taskTypeId = taskTypeId
  @initiatedBy = initiatedBy
  @cancelable = cancelable
end

Instance Attribute Details

#cancelableObject

Returns the value of attribute cancelable.



36320
36321
36322
# File 'lib/vmware/soap/vim25.rb', line 36320

def cancelable
  @cancelable
end

#initiatedByObject

Returns the value of attribute initiatedBy.



36319
36320
36321
# File 'lib/vmware/soap/vim25.rb', line 36319

def initiatedBy
  @initiatedBy
end

#objObject

Returns the value of attribute obj.



36317
36318
36319
# File 'lib/vmware/soap/vim25.rb', line 36317

def obj
  @obj
end

#taskTypeIdObject

Returns the value of attribute taskTypeId.



36318
36319
36320
# File 'lib/vmware/soap/vim25.rb', line 36318

def taskTypeId
  @taskTypeId
end

Instance Method Details

#m__thisObject



36322
36323
36324
# File 'lib/vmware/soap/vim25.rb', line 36322

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36326
36327
36328
# File 'lib/vmware/soap/vim25.rb', line 36326

def m__this=(value)
  @v__this = value
end