Class: CreateTaskRequestType
- Inherits:
-
Object
- Object
- CreateTaskRequestType
- 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
-
#cancelable ⇒ Object
Returns the value of attribute cancelable.
-
#initiatedBy ⇒ Object
Returns the value of attribute initiatedBy.
-
#obj ⇒ Object
Returns the value of attribute obj.
-
#taskTypeId ⇒ Object
Returns the value of attribute taskTypeId.
Instance Method Summary collapse
-
#initialize(v__this = nil, obj = nil, taskTypeId = nil, initiatedBy = nil, cancelable = nil) ⇒ CreateTaskRequestType
constructor
A new instance of CreateTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#cancelable ⇒ Object
Returns the value of attribute cancelable.
36320 36321 36322 |
# File 'lib/vmware/soap/vim25.rb', line 36320 def cancelable @cancelable end |
#initiatedBy ⇒ Object
Returns the value of attribute initiatedBy.
36319 36320 36321 |
# File 'lib/vmware/soap/vim25.rb', line 36319 def initiatedBy @initiatedBy end |
#obj ⇒ Object
Returns the value of attribute obj.
36317 36318 36319 |
# File 'lib/vmware/soap/vim25.rb', line 36317 def obj @obj end |
#taskTypeId ⇒ Object
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__this ⇒ Object
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 |