Class: UnregisterVMRequestType
- Inherits:
-
Object
- Object
- UnregisterVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnregisterVMRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ UnregisterVMRequestType
constructor
A new instance of UnregisterVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ UnregisterVMRequestType
Returns a new instance of UnregisterVMRequestType.
37126 37127 37128 |
# File 'lib/vmware/soap/vim25.rb', line 37126 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37118 37119 37120 |
# File 'lib/vmware/soap/vim25.rb', line 37118 def m__this @v__this end |
#m__this=(value) ⇒ Object
37122 37123 37124 |
# File 'lib/vmware/soap/vim25.rb', line 37122 def m__this=(value) @v__this = value end |