Class: HostScsiDiskPartition
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostScsiDiskPartition
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostScsiDiskPartition
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskName - SOAP::SOAPString
partition - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#diskName ⇒ Object
Returns the value of attribute diskName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#partition ⇒ Object
Returns the value of attribute partition.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskName = nil, partition = nil) ⇒ HostScsiDiskPartition
constructor
A new instance of HostScsiDiskPartition.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskName = nil, partition = nil) ⇒ HostScsiDiskPartition
Returns a new instance of HostScsiDiskPartition.
21241 21242 21243 21244 21245 21246 |
# File 'lib/vmware/soap/vim25.rb', line 21241 def initialize(dynamicType = nil, dynamicProperty = [], diskName = nil, partition = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskName = diskName @partition = partition end |
Instance Attribute Details
#diskName ⇒ Object
Returns the value of attribute diskName.
21238 21239 21240 |
# File 'lib/vmware/soap/vim25.rb', line 21238 def diskName @diskName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21237 21238 21239 |
# File 'lib/vmware/soap/vim25.rb', line 21237 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21236 21237 21238 |
# File 'lib/vmware/soap/vim25.rb', line 21236 def dynamicType @dynamicType end |
#partition ⇒ Object
Returns the value of attribute partition.
21239 21240 21241 |
# File 'lib/vmware/soap/vim25.rb', line 21239 def partition @partition end |