Class: HostDiskPartitionInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskPartitionInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskPartitionInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
spec - HostDiskPartitionSpec
layout - HostDiskPartitionLayout
Instance Attribute Summary collapse
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, spec = nil, layout = nil) ⇒ HostDiskPartitionInfo
constructor
A new instance of HostDiskPartitionInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, spec = nil, layout = nil) ⇒ HostDiskPartitionInfo
Returns a new instance of HostDiskPartitionInfo.
18748 18749 18750 18751 18752 18753 18754 |
# File 'lib/vmware/soap/vim25.rb', line 18748 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, spec = nil, layout = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @spec = spec @layout = layout end |
Instance Attribute Details
#deviceName ⇒ Object
Returns the value of attribute deviceName.
18744 18745 18746 |
# File 'lib/vmware/soap/vim25.rb', line 18744 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18743 18744 18745 |
# File 'lib/vmware/soap/vim25.rb', line 18743 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18742 18743 18744 |
# File 'lib/vmware/soap/vim25.rb', line 18742 def dynamicType @dynamicType end |
#layout ⇒ Object
Returns the value of attribute layout.
18746 18747 18748 |
# File 'lib/vmware/soap/vim25.rb', line 18746 def layout @layout end |
#spec ⇒ Object
Returns the value of attribute spec.
18745 18746 18747 |
# File 'lib/vmware/soap/vim25.rb', line 18745 def spec @spec end |