Class: EnableMultipathPathRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25EnableMultipathPathRequestType

m__this - ManagedObjectReference
pathName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pathNameObject

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__thisObject



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