Class: SetTaskStateRequestType

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

Overview

urn:vim25SetTaskStateRequestType

m__this - ManagedObjectReference
state - TaskInfoState
result - (any)
fault - LocalizedMethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, state = nil, result = nil, fault = nil) ⇒ SetTaskStateRequestType

Returns a new instance of SetTaskStateRequestType.



36234
36235
36236
36237
36238
36239
# File 'lib/vmware/soap/vim25.rb', line 36234

def initialize(v__this = nil, state = nil, result = nil, fault = nil)
  @v__this = v__this
  @state = state
  @result = result
  @fault = fault
end

Instance Attribute Details

#faultObject

Returns the value of attribute fault.



36224
36225
36226
# File 'lib/vmware/soap/vim25.rb', line 36224

def fault
  @fault
end

#resultObject

Returns the value of attribute result.



36223
36224
36225
# File 'lib/vmware/soap/vim25.rb', line 36223

def result
  @result
end

#stateObject

Returns the value of attribute state.



36222
36223
36224
# File 'lib/vmware/soap/vim25.rb', line 36222

def state
  @state
end

Instance Method Details

#m__thisObject



36226
36227
36228
# File 'lib/vmware/soap/vim25.rb', line 36226

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36230
36231
36232
# File 'lib/vmware/soap/vim25.rb', line 36230

def m__this=(value)
  @v__this = value
end