Class: ReconfigureHostForDASRequestType
- Inherits:
-
Object
- Object
- ReconfigureHostForDASRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureHostForDASRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ ReconfigureHostForDASRequestType
constructor
A new instance of ReconfigureHostForDASRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ ReconfigureHostForDASRequestType
Returns a new instance of ReconfigureHostForDASRequestType.
35096 35097 35098 |
# File 'lib/vmware/soap/vim25.rb', line 35096 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35088 35089 35090 |
# File 'lib/vmware/soap/vim25.rb', line 35088 def m__this @v__this end |
#m__this=(value) ⇒ Object
35092 35093 35094 |
# File 'lib/vmware/soap/vim25.rb', line 35092 def m__this=(value) @v__this = value end |