Method: ComputeDiskPartitionInfoRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |