Class: UpdateLocalSwapDatastoreRequestType
- Inherits:
-
Object
- Object
- UpdateLocalSwapDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateLocalSwapDatastoreRequestType
m__this - ManagedObjectReference
datastore - ManagedObjectReference
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
Instance Method Summary collapse
-
#initialize(v__this = nil, datastore = nil) ⇒ UpdateLocalSwapDatastoreRequestType
constructor
A new instance of UpdateLocalSwapDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#datastore ⇒ Object
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__this ⇒ Object
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 |