Class: WMI::CIM_ManagedSystemElement

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

Overview

CIM_ManagedSystemElement クラスはシステム要素階層の基礎となるクラスです。メンバシップ基準: システムの判別可能なコンポーネントはすべて候補としてこのクラスに含まれます。

 

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



8
9
10
# File 'lib/CIM_ManagedSystemElement.rb', line 8

def Caption
  @Caption
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



20
21
22
# File 'lib/CIM_ManagedSystemElement.rb', line 20

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティで、オブジェクトを認識するラベルを定義します。

 

Returns:

  • (string)

    Name



26
27
28
# File 'lib/CIM_ManagedSystemElement.rb', line 26

def Name
  @Name
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



39
40
41
# File 'lib/CIM_ManagedSystemElement.rb', line 39

def Status
  @Status
end