Class: ComputeDiskPartitionInfoRequestType

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

Overview

urn:vim25ComputeDiskPartitionInfoRequestType

m__this - ManagedObjectReference
devicePath - SOAP::SOAPString
layout - HostDiskPartitionLayout

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, devicePath = nil, layout = nil) ⇒ ComputeDiskPartitionInfoRequestType

Returns a new instance of ComputeDiskPartitionInfoRequestType.



39416
39417
39418
39419
39420
# File 'lib/vmware/soap/vim25.rb', line 39416

def initialize(v__this = nil, devicePath = nil, layout = nil)
  @v__this = v__this
  @devicePath = devicePath
  @layout = layout
end

Instance Attribute Details

#devicePathObject

Returns the value of attribute devicePath.



39405
39406
39407
# File 'lib/vmware/soap/vim25.rb', line 39405

def devicePath
  @devicePath
end

#layoutObject

Returns the value of attribute layout.



39406
39407
39408
# File 'lib/vmware/soap/vim25.rb', line 39406

def layout
  @layout
end

Instance Method Details

#m__thisObject



39408
39409
39410
# File 'lib/vmware/soap/vim25.rb', line 39408

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39412
39413
39414
# File 'lib/vmware/soap/vim25.rb', line 39412

def m__this=(value)
  @v__this = value
end