Class: ReconfigureHostForDASRequestType

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

Overview

urn:vim25ReconfigureHostForDASRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ ReconfigureHostForDASRequestType

Returns a new instance of ReconfigureHostForDASRequestType.



35096
35097
35098
# File 'lib/vmware/soap/vim25.rb', line 35096

def initialize(v__this = nil)
  @v__this = v__this
end

Instance Method Details

#m__thisObject



35088
35089
35090
# File 'lib/vmware/soap/vim25.rb', line 35088

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35092
35093
35094
# File 'lib/vmware/soap/vim25.rb', line 35092

def m__this=(value)
  @v__this = value
end