Class: UpgradeVmLayoutRequestType
- Inherits:
-
Object
- Object
- UpgradeVmLayoutRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpgradeVmLayoutRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ UpgradeVmLayoutRequestType
constructor
A new instance of UpgradeVmLayoutRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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__this ⇒ Object
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 |