Class: DestroyCollectorRequestType
- Inherits:
-
Object
- Object
- DestroyCollectorRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestroyCollectorRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DestroyCollectorRequestType
constructor
A new instance of DestroyCollectorRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DestroyCollectorRequestType
Returns a new instance of DestroyCollectorRequestType.
34836 34837 34838 |
# File 'lib/vmware/soap/vim25.rb', line 34836 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34828 34829 34830 |
# File 'lib/vmware/soap/vim25.rb', line 34828 def m__this @v__this end |
#m__this=(value) ⇒ Object
34832 34833 34834 |
# File 'lib/vmware/soap/vim25.rb', line 34832 def m__this=(value) @v__this = value end |