Class: DestroyDatastoreRequestType
- Inherits:
-
Object
- Object
- DestroyDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestroyDatastoreRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DestroyDatastoreRequestType
constructor
A new instance of DestroyDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DestroyDatastoreRequestType
Returns a new instance of DestroyDatastoreRequestType.
34132 34133 34134 |
# File 'lib/vmware/soap/vim25.rb', line 34132 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34124 34125 34126 |
# File 'lib/vmware/soap/vim25.rb', line 34124 def m__this @v__this end |
#m__this=(value) ⇒ Object
34128 34129 34130 |
# File 'lib/vmware/soap/vim25.rb', line 34128 def m__this=(value) @v__this = value end |