Class: RebootGuestRequestType
- Inherits:
-
Object
- Object
- RebootGuestRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RebootGuestRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RebootGuestRequestType
constructor
A new instance of RebootGuestRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RebootGuestRequestType
Returns a new instance of RebootGuestRequestType.
36917 36918 36919 |
# File 'lib/vmware/soap/vim25.rb', line 36917 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36909 36910 36911 |
# File 'lib/vmware/soap/vim25.rb', line 36909 def m__this @v__this end |
#m__this=(value) ⇒ Object
36913 36914 36915 |
# File 'lib/vmware/soap/vim25.rb', line 36913 def m__this=(value) @v__this = value end |