Class: UpgradeToolsRequestType
- Inherits:
-
Object
- Object
- UpgradeToolsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpgradeToolsRequestType
m__this - ManagedObjectReference
installerOptions - SOAP::SOAPString
Instance Attribute Summary collapse
-
#installerOptions ⇒ Object
Returns the value of attribute installerOptions.
Instance Method Summary collapse
-
#initialize(v__this = nil, installerOptions = nil) ⇒ UpgradeToolsRequestType
constructor
A new instance of UpgradeToolsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, installerOptions = nil) ⇒ UpgradeToolsRequestType
Returns a new instance of UpgradeToolsRequestType.
37193 37194 37195 37196 |
# File 'lib/vmware/soap/vim25.rb', line 37193 def initialize(v__this = nil, installerOptions = nil) @v__this = v__this @installerOptions = installerOptions end |
Instance Attribute Details
#installerOptions ⇒ Object
Returns the value of attribute installerOptions.
37183 37184 37185 |
# File 'lib/vmware/soap/vim25.rb', line 37183 def installerOptions @installerOptions end |
Instance Method Details
#m__this ⇒ Object
37185 37186 37187 |
# File 'lib/vmware/soap/vim25.rb', line 37185 def m__this @v__this end |
#m__this=(value) ⇒ Object
37189 37190 37191 |
# File 'lib/vmware/soap/vim25.rb', line 37189 def m__this=(value) @v__this = value end |