Class: HostDiskMappingOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskMappingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskMappingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
physicalPartition - HostDiskMappingPartitionOption
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#physicalPartition ⇒ Object
Returns the value of attribute physicalPartition.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = [], name = nil) ⇒ HostDiskMappingOption
constructor
A new instance of HostDiskMappingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = [], name = nil) ⇒ HostDiskMappingOption
Returns a new instance of HostDiskMappingOption.
25130 25131 25132 25133 25134 25135 |
# File 'lib/vmware/soap/vim25.rb', line 25130 def initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = [], name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @physicalPartition = physicalPartition @name = name end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25126 25127 25128 |
# File 'lib/vmware/soap/vim25.rb', line 25126 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25125 25126 25127 |
# File 'lib/vmware/soap/vim25.rb', line 25125 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
25128 25129 25130 |
# File 'lib/vmware/soap/vim25.rb', line 25128 def name @name end |
#physicalPartition ⇒ Object
Returns the value of attribute physicalPartition.
25127 25128 25129 |
# File 'lib/vmware/soap/vim25.rb', line 25127 def physicalPartition @physicalPartition end |