Class: UpgradeVMRequestType
- Inherits:
-
Object
- Object
- UpgradeVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpgradeVMRequestType
m__this - ManagedObjectReference
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(v__this = nil, version = nil) ⇒ UpgradeVMRequestType
constructor
A new instance of UpgradeVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#version ⇒ Object
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__this ⇒ Object
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 |