Class: ResetGuestInformationRequestType
- Inherits:
-
Object
- Object
- ResetGuestInformationRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResetGuestInformationRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ ResetGuestInformationRequestType
constructor
A new instance of ResetGuestInformationRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ ResetGuestInformationRequestType
Returns a new instance of ResetGuestInformationRequestType.
37142 37143 37144 |
# File 'lib/vmware/soap/vim25.rb', line 37142 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37134 37135 37136 |
# File 'lib/vmware/soap/vim25.rb', line 37134 def m__this @v__this end |
#m__this=(value) ⇒ Object
37138 37139 37140 |
# File 'lib/vmware/soap/vim25.rb', line 37138 def m__this=(value) @v__this = value end |