Class: RescanVmfsRequestType
- Inherits:
-
Object
- Object
- RescanVmfsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RescanVmfsRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RescanVmfsRequestType
constructor
A new instance of RescanVmfsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RescanVmfsRequestType
Returns a new instance of RescanVmfsRequestType.
39477 39478 39479 |
# File 'lib/vmware/soap/vim25.rb', line 39477 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39469 39470 39471 |
# File 'lib/vmware/soap/vim25.rb', line 39469 def m__this @v__this end |
#m__this=(value) ⇒ Object
39473 39474 39475 |
# File 'lib/vmware/soap/vim25.rb', line 39473 def m__this=(value) @v__this = value end |