Class: RetrieveDiskPartitionInfoRequestType

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

Overview

urn:vim25RetrieveDiskPartitionInfoRequestType

m__this - ManagedObjectReference
devicePath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, devicePath = []) ⇒ RetrieveDiskPartitionInfoRequestType

Returns a new instance of RetrieveDiskPartitionInfoRequestType.



39394
39395
39396
39397
# File 'lib/vmware/soap/vim25.rb', line 39394

def initialize(v__this = nil, devicePath = [])
  @v__this = v__this
  @devicePath = devicePath
end

Instance Attribute Details

#devicePathObject

Returns the value of attribute devicePath.



39384
39385
39386
# File 'lib/vmware/soap/vim25.rb', line 39384

def devicePath
  @devicePath
end

Instance Method Details

#m__thisObject



39386
39387
39388
# File 'lib/vmware/soap/vim25.rb', line 39386

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39390
39391
39392
# File 'lib/vmware/soap/vim25.rb', line 39390

def m__this=(value)
  @v__this = value
end