Class: HostDiskMappingInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskMappingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskMappingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
physicalPartition - HostDiskMappingPartitionInfo
name - SOAP::SOAPString
exclusive - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#exclusive ⇒ Object
Returns the value of attribute exclusive.
-
#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 = nil, name = nil, exclusive = nil) ⇒ HostDiskMappingInfo
constructor
A new instance of HostDiskMappingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = nil, name = nil, exclusive = nil) ⇒ HostDiskMappingInfo
Returns a new instance of HostDiskMappingInfo.
25088 25089 25090 25091 25092 25093 25094 |
# File 'lib/vmware/soap/vim25.rb', line 25088 def initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = nil, name = nil, exclusive = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @physicalPartition = physicalPartition @name = name @exclusive = exclusive end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25083 25084 25085 |
# File 'lib/vmware/soap/vim25.rb', line 25083 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25082 25083 25084 |
# File 'lib/vmware/soap/vim25.rb', line 25082 def dynamicType @dynamicType end |
#exclusive ⇒ Object
Returns the value of attribute exclusive.
25086 25087 25088 |
# File 'lib/vmware/soap/vim25.rb', line 25086 def exclusive @exclusive end |
#name ⇒ Object
Returns the value of attribute name.
25085 25086 25087 |
# File 'lib/vmware/soap/vim25.rb', line 25085 def name @name end |
#physicalPartition ⇒ Object
Returns the value of attribute physicalPartition.
25084 25085 25086 |
# File 'lib/vmware/soap/vim25.rb', line 25084 def physicalPartition @physicalPartition end |