Class: DestroyNetworkRequestType
- Inherits:
-
Object
- Object
- DestroyNetworkRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestroyNetworkRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DestroyNetworkRequestType
constructor
A new instance of DestroyNetworkRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DestroyNetworkRequestType
Returns a new instance of DestroyNetworkRequestType.
35391 35392 35393 |
# File 'lib/vmware/soap/vim25.rb', line 35391 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35383 35384 35385 |
# File 'lib/vmware/soap/vim25.rb', line 35383 def m__this @v__this end |
#m__this=(value) ⇒ Object
35387 35388 35389 |
# File 'lib/vmware/soap/vim25.rb', line 35387 def m__this=(value) @v__this = value end |