Class: EnableMultipathPathRequestType
- Inherits:
-
Object
- Object
- EnableMultipathPathRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EnableMultipathPathRequestType
m__this - ManagedObjectReference
pathName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#pathName ⇒ Object
Returns the value of attribute pathName.
Instance Method Summary collapse
-
#initialize(v__this = nil, pathName = nil) ⇒ EnableMultipathPathRequestType
constructor
A new instance of EnableMultipathPathRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, pathName = nil) ⇒ EnableMultipathPathRequestType
Returns a new instance of EnableMultipathPathRequestType.
39818 39819 39820 39821 |
# File 'lib/vmware/soap/vim25.rb', line 39818 def initialize(v__this = nil, pathName = nil) @v__this = v__this @pathName = pathName end |
Instance Attribute Details
#pathName ⇒ Object
Returns the value of attribute pathName.
39808 39809 39810 |
# File 'lib/vmware/soap/vim25.rb', line 39808 def pathName @pathName end |
Instance Method Details
#m__this ⇒ Object
39810 39811 39812 |
# File 'lib/vmware/soap/vim25.rb', line 39810 def m__this @v__this end |
#m__this=(value) ⇒ Object
39814 39815 39816 |
# File 'lib/vmware/soap/vim25.rb', line 39814 def m__this=(value) @v__this = value end |