Class: UpdateLocalSwapDatastoreRequestType

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

Overview

urn:vim25UpdateLocalSwapDatastoreRequestType

m__this - ManagedObjectReference
datastore - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UpdateLocalSwapDatastoreRequestType.



37815
37816
37817
37818
# File 'lib/vmware/soap/vim25.rb', line 37815

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



37805
37806
37807
# File 'lib/vmware/soap/vim25.rb', line 37805

def datastore
  @datastore
end

Instance Method Details

#m__thisObject



37807
37808
37809
# File 'lib/vmware/soap/vim25.rb', line 37807

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37811
37812
37813
# File 'lib/vmware/soap/vim25.rb', line 37811

def m__this=(value)
  @v__this = value
end