Class: WMI::CIM_BasedOn

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

Overview

CIM_BasedOn は、記憶域拡張が低レベルの拡張から構築される方法を示す関連付けです。たとえば、保護された領域拡張は物理拡張の一部であり、ボリューム セットは 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_StorageExtent) Antecedent (readonly)

下位階層の拡張記憶域です。

Returns:

  • (ref:CIM_StorageExtent)

    Antecedent



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

def Antecedent
  @Antecedent
end

- (ref:CIM_StorageExtent) Dependent (readonly)

上位階層の拡張記憶域です。

Returns:

  • (ref:CIM_StorageExtent)

    Dependent



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

def Dependent
  @Dependent
end

- (uint64) EndingAddress (readonly)

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

 

Returns:

  • (uint64)

    EndingAddress



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

def EndingAddress
  @EndingAddress
end

- (uint64) StartingAddress (readonly)

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

Returns:

  • (uint64)

    StartingAddress



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

def StartingAddress
  @StartingAddress
end