Class: ResetVMRequestType
- Inherits:
-
Object
- Object
- ResetVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResetVMRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ ResetVMRequestType
constructor
A new instance of ResetVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ ResetVMRequestType
Returns a new instance of ResetVMRequestType.
36885 36886 36887 |
# File 'lib/vmware/soap/vim25.rb', line 36885 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36877 36878 36879 |
# File 'lib/vmware/soap/vim25.rb', line 36877 def m__this @v__this end |
#m__this=(value) ⇒ Object
36881 36882 36883 |
# File 'lib/vmware/soap/vim25.rb', line 36881 def m__this=(value) @v__this = value end |