Class: RefreshHealthStatusSystemRequestType
- Inherits:
-
Object
- Object
- RefreshHealthStatusSystemRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshHealthStatusSystemRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshHealthStatusSystemRequestType
constructor
A new instance of RefreshHealthStatusSystemRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshHealthStatusSystemRequestType
Returns a new instance of RefreshHealthStatusSystemRequestType.
38418 38419 38420 |
# File 'lib/vmware/soap/vim25.rb', line 38418 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
38410 38411 38412 |
# File 'lib/vmware/soap/vim25.rb', line 38410 def m__this @v__this end |
#m__this=(value) ⇒ Object
38414 38415 38416 |
# File 'lib/vmware/soap/vim25.rb', line 38414 def m__this=(value) @v__this = value end |