Class: SelectActivePartitionRequestType
- Inherits:
-
Object
- Object
- SelectActivePartitionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SelectActivePartitionRequestType
m__this - ManagedObjectReference
partition - HostScsiDiskPartition
Instance Attribute Summary collapse
-
#partition ⇒ Object
Returns the value of attribute partition.
Instance Method Summary collapse
-
#initialize(v__this = nil, partition = nil) ⇒ SelectActivePartitionRequestType
constructor
A new instance of SelectActivePartitionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, partition = nil) ⇒ SelectActivePartitionRequestType
Returns a new instance of SelectActivePartitionRequestType.
38147 38148 38149 38150 |
# File 'lib/vmware/soap/vim25.rb', line 38147 def initialize(v__this = nil, partition = nil) @v__this = v__this @partition = partition end |
Instance Attribute Details
#partition ⇒ Object
Returns the value of attribute partition.
38137 38138 38139 |
# File 'lib/vmware/soap/vim25.rb', line 38137 def partition @partition end |
Instance Method Details
#m__this ⇒ Object
38139 38140 38141 |
# File 'lib/vmware/soap/vim25.rb', line 38139 def m__this @v__this end |
#m__this=(value) ⇒ Object
38143 38144 38145 |
# File 'lib/vmware/soap/vim25.rb', line 38143 def m__this=(value) @v__this = value end |