Class: ReloadRequestType
- Inherits:
-
Object
- Object
- ReloadRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReloadRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ ReloadRequestType
constructor
A new instance of ReloadRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ ReloadRequestType
Returns a new instance of ReloadRequestType.
35339 35340 35341 |
# File 'lib/vmware/soap/vim25.rb', line 35339 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35331 35332 35333 |
# File 'lib/vmware/soap/vim25.rb', line 35331 def m__this @v__this end |
#m__this=(value) ⇒ Object
35335 35336 35337 |
# File 'lib/vmware/soap/vim25.rb', line 35335 def m__this=(value) @v__this = value end |