Class: UpgradeVmLayoutRequestType

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

Overview

urn:vim25UpgradeVmLayoutRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ UpgradeVmLayoutRequestType

Returns a new instance of UpgradeVmLayoutRequestType.



39536
39537
39538
# File 'lib/vmware/soap/vim25.rb', line 39536

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

Instance Method Details

#m__thisObject



39528
39529
39530
# File 'lib/vmware/soap/vim25.rb', line 39528

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39532
39533
39534
# File 'lib/vmware/soap/vim25.rb', line 39532

def m__this=(value)
  @v__this = value
end