Class: WMI::CIM_MemoryOnCard

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

Overview

物理メモリはホスト ボード、アダプタ カードなどに配置されます。この関連付けにより、メモリとカードの関係が明示的に定義されます。

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_Card) GroupComponent (readonly)

メモリを含むカードです。

Returns:

  • (ref:CIM_Card)

    GroupComponent



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

def GroupComponent
  @GroupComponent
end

- (string) LocationWithinContainer (readonly)

PhysicalPackage 内の PhysicalElement の位置を表す自由形式の文字列です。

 

Returns:

  • (string)

    LocationWithinContainer



14
15
16
# File 'lib/CIM_MemoryOnCard.rb', line 14

def LocationWithinContainer
  @LocationWithinContainer
end

- (ref:CIM_PhysicalMemory) PartComponent (readonly)

カード上にある物理メモリです。

Returns:

  • (ref:CIM_PhysicalMemory)

    PartComponent



19
20
21
# File 'lib/CIM_MemoryOnCard.rb', line 19

def PartComponent
  @PartComponent
end