Class: RefreshDatastoreRequestType
- Inherits:
-
Object
- Object
- RefreshDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshDatastoreRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshDatastoreRequestType
constructor
A new instance of RefreshDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshDatastoreRequestType
Returns a new instance of RefreshDatastoreRequestType.
34116 34117 34118 |
# File 'lib/vmware/soap/vim25.rb', line 34116 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34108 34109 34110 |
# File 'lib/vmware/soap/vim25.rb', line 34108 def m__this @v__this end |
#m__this=(value) ⇒ Object
34112 34113 34114 |
# File 'lib/vmware/soap/vim25.rb', line 34112 def m__this=(value) @v__this = value end |