Class: DefragmentAllDisksRequestType
- Inherits:
-
Object
- Object
- DefragmentAllDisksRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DefragmentAllDisksRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DefragmentAllDisksRequestType
constructor
A new instance of DefragmentAllDisksRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DefragmentAllDisksRequestType
Returns a new instance of DefragmentAllDisksRequestType.
37249 37250 37251 |
# File 'lib/vmware/soap/vim25.rb', line 37249 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37241 37242 37243 |
# File 'lib/vmware/soap/vim25.rb', line 37241 def m__this @v__this end |
#m__this=(value) ⇒ Object
37245 37246 37247 |
# File 'lib/vmware/soap/vim25.rb', line 37245 def m__this=(value) @v__this = value end |