Class: SetTaskStateRequestType
- Inherits:
-
Object
- Object
- SetTaskStateRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetTaskStateRequestType
m__this - ManagedObjectReference
state - TaskInfoState
result - (any)
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#fault ⇒ Object
Returns the value of attribute fault.
-
#result ⇒ Object
Returns the value of attribute result.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(v__this = nil, state = nil, result = nil, fault = nil) ⇒ SetTaskStateRequestType
constructor
A new instance of SetTaskStateRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#fault ⇒ Object
Returns the value of attribute fault.
36224 36225 36226 |
# File 'lib/vmware/soap/vim25.rb', line 36224 def fault @fault end |
#result ⇒ Object
Returns the value of attribute result.
36223 36224 36225 |
# File 'lib/vmware/soap/vim25.rb', line 36223 def result @result end |
#state ⇒ Object
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__this ⇒ Object
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 |