Class: AttachVmfsExtentRequestType

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

Overview

urn:vim25AttachVmfsExtentRequestType

m__this - ManagedObjectReference
vmfsPath - SOAP::SOAPString
extent - HostScsiDiskPartition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, vmfsPath = nil, extent = nil) ⇒ AttachVmfsExtentRequestType

Returns a new instance of 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

Instance Attribute Details

#extentObject

Returns the value of attribute extent.



39488
39489
39490
# File 'lib/vmware/soap/vim25.rb', line 39488

def extent
  @extent
end

#vmfsPathObject

Returns the value of attribute vmfsPath.



39487
39488
39489
# File 'lib/vmware/soap/vim25.rb', line 39487

def vmfsPath
  @vmfsPath
end

Instance Method Details

#m__thisObject



39490
39491
39492
# File 'lib/vmware/soap/vim25.rb', line 39490

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39494
39495
39496
# File 'lib/vmware/soap/vim25.rb', line 39494

def m__this=(value)
  @v__this = value
end