Class: WMI::CIM_SoftwareFeature

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

Overview

CIM_SoftwareFeature クラスにより、製品またはアプリケーション システムの特定の機能が定義されます。このクラスは、製品がどのように構築またはパッケージされたかに影響するユニットではなく、製品のユーザーに意味がある粒度のレベルを得られます。後者は、CIM_SoftwareElement クラスを使用してキャプチャされます。 ソフトウェア機能が複数のプラットフォームまたはオペレーティング システムに存在できるとき (たとえば、3 層のクライアント/サーバー アプリケーションのクライアント コンポーネントが Solaris、Windows NT、および Windows 95 で実行する)、ソフトウェア機能はこれらの別々のプラットフォーム用のすべてのソフトウェア要素のコレクションです。この場合、モデルのユーザーは特定のプラットフォームに必要な要素のサブ コレクションに通常興味があるのでこの状態に注意する必要があります。ソフトウェア機能は、機能が製品をにより配信されるので CIM_ProductSoftwareFeatures 関連付けを使用する CIM_Product クラスのコンテキストで定義されます。オプションとして、複数の製品のソフトウェア機能は CIM_ApplicationSystemSoftwareFeature 関連付けを使用してアプリケーション システムに管理されます。

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)

Caption プロパティは、オブジェクトについての簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) Description (readonly)

Description プロパティでオブジェクトの説明が提供されます。

Returns:

  • (string)

    Description



13
14
15
# File 'lib/CIM_SoftwareFeature.rb', line 13

def Description
  @Description
end

- (string) IdentifyingNumber (readonly)

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

Returns:

  • (string)

    IdentifyingNumber



18
19
20
# File 'lib/CIM_SoftwareFeature.rb', line 18

def IdentifyingNumber
  @IdentifyingNumber
end

- (datetime) InstallDate (readonly)

InstallDate プロパティは、オブジェクトがインストールされた日時を示す値です。

 

Returns:

  • (datetime)

    InstallDate



24
25
26
# File 'lib/CIM_SoftwareFeature.rb', line 24

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティにより、データ処理システム外でオブジェクトを認識するラベルが定義されます。

 

Returns:

  • (string)

    Name



30
31
32
# File 'lib/CIM_SoftwareFeature.rb', line 30

def Name
  @Name
end

- (string) ProductName (readonly)

共通に使われている製品名です

Returns:

  • (string)

    ProductName



35
36
37
# File 'lib/CIM_SoftwareFeature.rb', line 35

def ProductName
  @ProductName
end

- (string) Status (readonly)

Status プロパティはオブジェクトの現在の状態を示す文字列です。

 

Returns:

  • (string)

    Status



48
49
50
# File 'lib/CIM_SoftwareFeature.rb', line 48

def Status
  @Status
end

- (string) Vendor (readonly)

製品の供給者名です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Vendor



54
55
56
# File 'lib/CIM_SoftwareFeature.rb', line 54

def Vendor
  @Vendor
end

- (string) Version (readonly)

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

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Version



60
61
62
# File 'lib/CIM_SoftwareFeature.rb', line 60

def Version
  @Version
end