Method: AttachVmfsExtentRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, vmfsPath = nil, extent = nil) ⇒ AttachVmfsExtentRequestType
39498 39499 39500 39501 39502 |
# File 'lib/vmware/soap/vim25.rb', line 39498 def initialize(v__this = nil, vmfsPath = nil, extent = nil) @v__this = v__this @vmfsPath = vmfsPath @extent = extent end |