Class: MountToolsInstallerRequestType
- Inherits:
-
Object
- Object
- MountToolsInstallerRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MountToolsInstallerRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ MountToolsInstallerRequestType
constructor
A new instance of MountToolsInstallerRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ MountToolsInstallerRequestType
Returns a new instance of MountToolsInstallerRequestType.
37158 37159 37160 |
# File 'lib/vmware/soap/vim25.rb', line 37158 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37150 37151 37152 |
# File 'lib/vmware/soap/vim25.rb', line 37150 def m__this @v__this end |
#m__this=(value) ⇒ Object
37154 37155 37156 |
# File 'lib/vmware/soap/vim25.rb', line 37154 def m__this=(value) @v__this = value end |