Class: DefragmentAllDisksRequestType

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

Overview

urn:vim25DefragmentAllDisksRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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