Class: ResetSystemHealthInfoRequestType
- Inherits:
-
Object
- Object
- ResetSystemHealthInfoRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResetSystemHealthInfoRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ ResetSystemHealthInfoRequestType
constructor
A new instance of ResetSystemHealthInfoRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ ResetSystemHealthInfoRequestType
Returns a new instance of ResetSystemHealthInfoRequestType.
38434 38435 38436 |
# File 'lib/vmware/soap/vim25.rb', line 38434 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
38426 38427 38428 |
# File 'lib/vmware/soap/vim25.rb', line 38426 def m__this @v__this end |
#m__this=(value) ⇒ Object
38430 38431 38432 |
# File 'lib/vmware/soap/vim25.rb', line 38430 def m__this=(value) @v__this = value end |