Class: UnregisterAndDestroyRequestType

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

Overview

urn:vim25UnregisterAndDestroyRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ UnregisterAndDestroyRequestType

Returns a new instance of UnregisterAndDestroyRequestType.



34768
34769
34770
# File 'lib/vmware/soap/vim25.rb', line 34768

def initialize(v__this = nil)
  @v__this = v__this
end

Instance Method Details

#m__thisObject



34760
34761
34762
# File 'lib/vmware/soap/vim25.rb', line 34760

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34764
34765
34766
# File 'lib/vmware/soap/vim25.rb', line 34764

def m__this=(value)
  @v__this = value
end