Class: WMI::CIM_FRU

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

Overview

CIM_FRU クラスは、製品、または顧客の所在地でその製品のサポート、管理、アップグレードを行う目的で製品に関連付けられている物理要素のベンダ定義による集まりです。FRU は ‘field replaceable unit’ の略です。

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

- (STRING) Caption (readonly)

FRU の簡単なテキスト形式の説明 (1 行分の文字列) です。

Returns:

  • (STRING)

    Caption



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

def Caption
  @Caption
end

- (STRING) Description (readonly)

FRU のテキスト形式の説明です。

Returns:

  • (STRING)

    Description



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

def Description
  @Description
end

- (STRING) FRUNumber (readonly)

FRU の順番の情報です。

Returns:

  • (STRING)

    FRUNumber



17
18
19
# File 'lib/CIM_FRU.rb', line 17

def FRUNumber
  @FRUNumber
end

- (STRING) IdentifyingNumber (readonly)

ソフトウェアのシリアル 番号またはハードウェア チップの型番号などの FRU の ID です。

Returns:

  • (STRING)

    IdentifyingNumber



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

def IdentifyingNumber
  @IdentifyingNumber
end

- (STRING) Name (readonly)

FRU 名です。

Returns:

  • (STRING)

    Name



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

def Name
  @Name
end

- (STRING) RevisionLevel (readonly)

FRU のリビジョン レベルです。

Returns:

  • (STRING)

    RevisionLevel



32
33
34
# File 'lib/CIM_FRU.rb', line 32

def RevisionLevel
  @RevisionLevel
end

- (STRING) Vendor (readonly)

FRU の購入先名です。

Returns:

  • (STRING)

    Vendor



37
38
39
# File 'lib/CIM_FRU.rb', line 37

def Vendor
  @Vendor
end