Class: DestroyDatastoreRequestType

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

Overview

urn:vim25DestroyDatastoreRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ DestroyDatastoreRequestType

Returns a new instance of DestroyDatastoreRequestType.



34132
34133
34134
# File 'lib/vmware/soap/vim25.rb', line 34132

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

Instance Method Details

#m__thisObject



34124
34125
34126
# File 'lib/vmware/soap/vim25.rb', line 34124

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34128
34129
34130
# File 'lib/vmware/soap/vim25.rb', line 34128

def m__this=(value)
  @v__this = value
end