Class: DestroyCollectorRequestType

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

Overview

urn:vim25DestroyCollectorRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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