Class: UpdateDiskPartitionsRequestType
- Inherits:
-
Object
- Object
- UpdateDiskPartitionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateDiskPartitionsRequestType
m__this - ManagedObjectReference
devicePath - SOAP::SOAPString
spec - HostDiskPartitionSpec
Instance Attribute Summary collapse
-
#devicePath ⇒ Object
Returns the value of attribute devicePath.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, devicePath = nil, spec = nil) ⇒ UpdateDiskPartitionsRequestType
constructor
A new instance of UpdateDiskPartitionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, devicePath = nil, spec = nil) ⇒ UpdateDiskPartitionsRequestType
Returns a new instance of UpdateDiskPartitionsRequestType.
39439 39440 39441 39442 39443 |
# File 'lib/vmware/soap/vim25.rb', line 39439 def initialize(v__this = nil, devicePath = nil, spec = nil) @v__this = v__this @devicePath = devicePath @spec = spec end |
Instance Attribute Details
#devicePath ⇒ Object
Returns the value of attribute devicePath.
39428 39429 39430 |
# File 'lib/vmware/soap/vim25.rb', line 39428 def devicePath @devicePath end |
#spec ⇒ Object
Returns the value of attribute spec.
39429 39430 39431 |
# File 'lib/vmware/soap/vim25.rb', line 39429 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
39431 39432 39433 |
# File 'lib/vmware/soap/vim25.rb', line 39431 def m__this @v__this end |
#m__this=(value) ⇒ Object
39435 39436 39437 |
# File 'lib/vmware/soap/vim25.rb', line 39435 def m__this=(value) @v__this = value end |