Class: WMI::CIM_PackagedComponent

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

Overview

コンポーネントは通常シャーシまたはカードなどの物理パッケージによって格納されます。CIM_PackagedComponent 関連付けにより、この関係が明示されます。最初の文で、’通常’ という語が使用されます。この理由は、コンポーネントが含まれているパッケージから削除されているか、またはパッケージに入っていないためです (たとえば、Removable ブール値プロパティが TRUE)。このため、常にコンポーネントがコンテナと関連しているとは限りません。

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

コンポーネントを含む物理パッケージです。

Returns:

  • (ref:CIM_PhysicalPackage)

    GroupComponent



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

def GroupComponent
  @GroupComponent
end

- (string) LocationWithinContainer (readonly)

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

 

Returns:

  • (string)

    LocationWithinContainer



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

def LocationWithinContainer
  @LocationWithinContainer
end

- (ref:CIM_PhysicalComponent) PartComponent (readonly)

パッケージに含まれる物理コンポーネントです。

Returns:

  • (ref:CIM_PhysicalComponent)

    PartComponent



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

def PartComponent
  @PartComponent
end