Class: RemoveDatastoreRequestType

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

Overview

urn:vim25RemoveDatastoreRequestType

m__this - ManagedObjectReference
datastore - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, datastore = nil) ⇒ RemoveDatastoreRequestType

Returns a new instance of RemoveDatastoreRequestType.


37984
37985
37986
37987
# File 'lib/vmware/soap/vim25.rb', line 37984

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.


37974
37975
37976
# File 'lib/vmware/soap/vim25.rb', line 37974

def datastore
  @datastore
end

Instance Method Details

#m__thisObject


37976
37977
37978
# File 'lib/vmware/soap/vim25.rb', line 37976

def m__this
  @v__this
end

#m__this=(value) ⇒ Object


37980
37981
37982
# File 'lib/vmware/soap/vim25.rb', line 37980

def m__this=(value)
  @v__this = value
end