Class: UnregisterVMRequestType

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

Overview

urn:vim25UnregisterVMRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ UnregisterVMRequestType

Returns a new instance of UnregisterVMRequestType.



37126
37127
37128
# File 'lib/vmware/soap/vim25.rb', line 37126

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

Instance Method Details

#m__thisObject



37118
37119
37120
# File 'lib/vmware/soap/vim25.rb', line 37118

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37122
37123
37124
# File 'lib/vmware/soap/vim25.rb', line 37122

def m__this=(value)
  @v__this = value
end