Class: WMI::CIM_LogicalDiskBasedOnPartition

Inherits:
Base
  • Object
show all
Defined in:
lib/CIM_LogicalDiskBasedOnPartition.rb

Overview

LogicalDisks は DiskPartition を基にできます。たとえば、パーソナル コンピュータの C: ドライブはローカル PhysicalMedia のパーティションに配置されている可能性があります。この LogicalDisks のパーティションへの関連付けでは、Antecedent、DiskPartition の基数が最大 (1) であることに注意してください。これは LogicalDisk が 2 つ以上のパーティションにわたることができないことを指示します。ただし、LogicalDisk が 2 つ以上のパーティションにわたる場合があります。その場合、LogicalDisk はある種類の RAID 構成 (たとえば、ミラーまたはストライプ セット) を基にしています。これらのシナリオでは、LogicalDisk はさらに正しく StorageVolume を基にしています。LogicalDiskBasedOnPartition 関連付けの間違った使用を防ぐために、Antecedent リファレンス から DiskPartition に最大 (1) 修飾子が置かれました。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (ref:CIM_DiskPartition) Antecedent (readonly)

ディスク パーティションです。

Returns:

  • (ref:CIM_DiskPartition)

    Antecedent



7
8
9
# File 'lib/CIM_LogicalDiskBasedOnPartition.rb', line 7

def Antecedent
  @Antecedent
end

- (ref:CIM_LogicalDisk) Dependent (readonly)

パーティションに構築された論理ディスクです。

Returns:

  • (ref:CIM_LogicalDisk)

    Dependent



12
13
14
# File 'lib/CIM_LogicalDiskBasedOnPartition.rb', line 12

def Dependent
  @Dependent
end

- (uint64) EndingAddress (readonly)

EndingAddress は低レベルの記憶域でより高いレベルの拡張が終了する場所を示します。

 

Returns:

  • (uint64)

    EndingAddress



18
19
20
# File 'lib/CIM_LogicalDiskBasedOnPartition.rb', line 18

def EndingAddress
  @EndingAddress
end

- (uint64) StartingAddress (readonly)

StartingAddress は低レベル記憶域でどこで高レベル拡張が始まるかを示します。

Returns:

  • (uint64)

    StartingAddress



23
24
25
# File 'lib/CIM_LogicalDiskBasedOnPartition.rb', line 23

def StartingAddress
  @StartingAddress
end