Class: DestroyNetworkRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25DestroyNetworkRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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