Class: WMI::CIM_CardOnCard

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

Overview

カードは、マザーボード/ベースボードに差し込まれる、アダプタのカードとなる、または特別なカード形式のモジュールをサポートすることができます。これらの関係は、CIM_CardOnCard 関連付けによって説明されます。

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_CardOnCard.rb', line 7

def GroupComponent
  @GroupComponent
end

- (string) LocationWithinContainer (readonly)

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

 

Returns:

  • (string)

    LocationWithinContainer



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

def LocationWithinContainer
  @LocationWithinContainer
end

- (string) MountOrSlotDescription (readonly)

カードがマウントされる方法または ’ほかの’ カードに差し込まれる方法を示し認識する文字列です。

 

Returns:

  • (string)

    MountOrSlotDescription



22
23
24
# File 'lib/CIM_CardOnCard.rb', line 22

def MountOrSlotDescription
  @MountOrSlotDescription
end

- (ref:CIM_Card) PartComponent (readonly)

別のカードに接続されたカード、またはそれ以外の場合は別のカードにマウントされたカードです。

Returns:

  • (ref:CIM_Card)

    PartComponent



27
28
29
# File 'lib/CIM_CardOnCard.rb', line 27

def PartComponent
  @PartComponent
end