Class: UpgradeVMRequestType

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

Overview

urn:vim25UpgradeVMRequestType

m__this - ManagedObjectReference
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, version = nil) ⇒ UpgradeVMRequestType

Returns a new instance of UpgradeVMRequestType.



36816
36817
36818
36819
# File 'lib/vmware/soap/vim25.rb', line 36816

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

Instance Attribute Details

#versionObject

Returns the value of attribute version.



36806
36807
36808
# File 'lib/vmware/soap/vim25.rb', line 36806

def version
  @version
end

Instance Method Details

#m__thisObject



36808
36809
36810
# File 'lib/vmware/soap/vim25.rb', line 36808

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36812
36813
36814
# File 'lib/vmware/soap/vim25.rb', line 36812

def m__this=(value)
  @v__this = value
end