Class: AttachVmfsExtentRequestType
- Inherits:
-
Object
- Object
- AttachVmfsExtentRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AttachVmfsExtentRequestType
m__this - ManagedObjectReference
vmfsPath - SOAP::SOAPString
extent - HostScsiDiskPartition
Instance Attribute Summary collapse
-
#extent ⇒ Object
Returns the value of attribute extent.
-
#vmfsPath ⇒ Object
Returns the value of attribute vmfsPath.
Instance Method Summary collapse
-
#initialize(v__this = nil, vmfsPath = nil, extent = nil) ⇒ AttachVmfsExtentRequestType
constructor
A new instance of AttachVmfsExtentRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#extent ⇒ Object
Returns the value of attribute extent.
39488 39489 39490 |
# File 'lib/vmware/soap/vim25.rb', line 39488 def extent @extent end |
#vmfsPath ⇒ Object
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__this ⇒ Object
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 |