Class: WMI::CIM_Product

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

Overview

CIM_Product は、ユニットとして取得される物理要素、ソフトウェア機能、そのほかの製品の集まりであるコンクリート クラスです。取得は、購入先と製品のライセンス、サポート、保証の詳細な説明を保有する消費者との間の同意を示します。

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)

製品の簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) Description (readonly)

製品の説明です。

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (string) IdentifyingNumber (readonly)

ソフトウェアのシリアル番号、ハードウェア チップの型番号、または (市販されない製品の) プロジェクト番号などの製品 ID です。

Returns:

  • (string)

    IdentifyingNumber



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

def IdentifyingNumber
  @IdentifyingNumber
end

- (string) Name (readonly)

共通に使用される製品名です。

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (string) SKUNumber (readonly)

製品の SKU (stock keeping unit) 情報です。

Returns:

  • (string)

    SKUNumber



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

def SKUNumber
  @SKUNumber
end

- (string) Vendor (readonly)

製品の供給者、または製品を販売しているエンティティ (製造元、販売店、OEM など) の名前です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Vendor



34
35
36
# File 'lib/CIM_Product.rb', line 34

def Vendor
  @Vendor
end

- (string) Version (readonly)

製品のバージョン情報です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Version



40
41
42
# File 'lib/CIM_Product.rb', line 40

def Version
  @Version
end