Class: DisableMultipathPathRequestType

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

Overview

urn:vim25DisableMultipathPathRequestType

m__this - ManagedObjectReference
pathName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, pathName = nil) ⇒ DisableMultipathPathRequestType

Returns a new instance of DisableMultipathPathRequestType.



39838
39839
39840
39841
# File 'lib/vmware/soap/vim25.rb', line 39838

def initialize(v__this = nil, pathName = nil)
  @v__this = v__this
  @pathName = pathName
end

Instance Attribute Details

#pathNameObject

Returns the value of attribute pathName.



39828
39829
39830
# File 'lib/vmware/soap/vim25.rb', line 39828

def pathName
  @pathName
end

Instance Method Details

#m__thisObject



39830
39831
39832
# File 'lib/vmware/soap/vim25.rb', line 39830

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39834
39835
39836
# File 'lib/vmware/soap/vim25.rb', line 39834

def m__this=(value)
  @v__this = value
end