Class: ComputeDiskPartitionInfoRequestType
- Inherits:
-
Object
- Object
- ComputeDiskPartitionInfoRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ComputeDiskPartitionInfoRequestType
m__this - ManagedObjectReference
devicePath - SOAP::SOAPString
layout - HostDiskPartitionLayout
Instance Attribute Summary collapse
-
#devicePath ⇒ Object
Returns the value of attribute devicePath.
-
#layout ⇒ Object
Returns the value of attribute layout.
Instance Method Summary collapse
-
#initialize(v__this = nil, devicePath = nil, layout = nil) ⇒ ComputeDiskPartitionInfoRequestType
constructor
A new instance of ComputeDiskPartitionInfoRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#devicePath ⇒ Object
Returns the value of attribute devicePath.
39405 39406 39407 |
# File 'lib/vmware/soap/vim25.rb', line 39405 def devicePath @devicePath end |
#layout ⇒ Object
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__this ⇒ Object
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 |