Class: ShutdownGuestRequestType
- Inherits:
-
Object
- Object
- ShutdownGuestRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ShutdownGuestRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ ShutdownGuestRequestType
constructor
A new instance of ShutdownGuestRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ ShutdownGuestRequestType
Returns a new instance of ShutdownGuestRequestType.
36901 36902 36903 |
# File 'lib/vmware/soap/vim25.rb', line 36901 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36893 36894 36895 |
# File 'lib/vmware/soap/vim25.rb', line 36893 def m__this @v__this end |
#m__this=(value) ⇒ Object
36897 36898 36899 |
# File 'lib/vmware/soap/vim25.rb', line 36897 def m__this=(value) @v__this = value end |