Class: WMI::Win32_OnBoardDevice

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

Overview

Win32_OnBoardDevice クラスは、マザーボード (システム ボード) にビルトインされている共通アダプタ デバイスを表します。

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/Win32_OnBoardDevice.rb', line 7

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

CreationClassName は、インスタンスの作成で使用されるクラス名、またはサブクラス名を示します。

 

Returns:

  • (string)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

Description プロパティでは、ボード上のデバイスが説明され、デバイスの製造元が示されています。

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (uint16) DeviceType (readonly)

DeviceType プロパティは、表示されているデバイスの種類を示します。

Returns:

  • (uint16)

    DeviceType



23
24
25
# File 'lib/Win32_OnBoardDevice.rb', line 23

def DeviceType
  @DeviceType
end

- (boolean) Enabled (readonly)

Enabled プロパティは、ボード上のデバイスを利用できるかどうかを示します。

 

Returns:

  • (boolean)

    Enabled



31
32
33
# File 'lib/Win32_OnBoardDevice.rb', line 31

def Enabled
  @Enabled
end

- (boolean) HotSwappable (readonly)

物理コンポーネントは、含まれるパッケージによって電源が適用される間 (’オン’ のとき) に、物理的に違うが同等の要素に置き換えることができる場合にはホット スワップが可能です。

 

Returns:

  • (boolean)

    HotSwappable



38
39
40
# File 'lib/Win32_OnBoardDevice.rb', line 38

def HotSwappable
  @HotSwappable
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



44
45
46
# File 'lib/Win32_OnBoardDevice.rb', line 44

def InstallDate
  @InstallDate
end

- (string) Manufacturer (readonly)

物理要素の生産に責任がある組織の名前です。

 

Returns:

  • (string)

    Manufacturer



51
52
53
# File 'lib/Win32_OnBoardDevice.rb', line 51

def Manufacturer
  @Manufacturer
end

- (string) Model (readonly)

物理要素の一般的な認識名です。

Returns:

  • (string)

    Model



56
57
58
# File 'lib/Win32_OnBoardDevice.rb', line 56

def Model
  @Model
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



62
63
64
# File 'lib/Win32_OnBoardDevice.rb', line 62

def Name
  @Name
end

- (string) OtherIdentifyingInfo (readonly)

OtherIdentifyingInfo により、物理要素の識別に使用される追加データが資産タグ情報から得られます。

 

Returns:

  • (string)

    OtherIdentifyingInfo



69
70
71
# File 'lib/Win32_OnBoardDevice.rb', line 69

def OtherIdentifyingInfo
  @OtherIdentifyingInfo
end

- (string) PartNumber (readonly)

物理的要素の生産または製造に責任がある組織によって割り当てられた部品番号です。

Returns:

  • (string)

    PartNumber



74
75
76
# File 'lib/Win32_OnBoardDevice.rb', line 74

def PartNumber
  @PartNumber
end

- (boolean) PoweredOn (readonly)

物理要素の電力がオン (TRUE) になるか、オフ (FALSE) になるかを示すブール値です。

Returns:

  • (boolean)

    PoweredOn



79
80
81
# File 'lib/Win32_OnBoardDevice.rb', line 79

def PoweredOn
  @PoweredOn
end

- (boolean) Removable (readonly)

物理コンポーネントは、パッケージ全体の機能を損なわないで物理コンテナに入れたり、そこから出したりできるように設計されていれば、取り外しが可能です。

 

Returns:

  • (boolean)

    Removable



87
88
89
# File 'lib/Win32_OnBoardDevice.rb', line 87

def Removable
  @Removable
end

- (boolean) Replaceable (readonly)

物理コンポーネントは、要素を物理的に違うものに置き換える (FRU またはアップグレード) ことができる場合に置き換えが可能です。

 

Returns:

  • (boolean)

    Replaceable



95
96
97
# File 'lib/Win32_OnBoardDevice.rb', line 95

def Replaceable
  @Replaceable
end

- (string) SerialNumber (readonly)

物理要素の認識に使用される製造元に割り当てられた番号です。

Returns:

  • (string)

    SerialNumber



100
101
102
# File 'lib/Win32_OnBoardDevice.rb', line 100

def SerialNumber
  @SerialNumber
end

- (string) SKU (readonly)

この物理要素の SKU 数です。

Returns:

  • (string)

    SKU



105
106
107
# File 'lib/Win32_OnBoardDevice.rb', line 105

def SKU
  @SKU
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



118
119
120
# File 'lib/Win32_OnBoardDevice.rb', line 118

def Status
  @Status
end

- (string) Tag (readonly)

Tag プロパティにより、システムに接続しているオンボード デバイスが一意に認識されます。

 

Returns:

  • (string)

    Tag



125
126
127
# File 'lib/Win32_OnBoardDevice.rb', line 125

def Tag
  @Tag
end

- (string) Version (readonly)

物理要素のバージョンを示す文字列です。

Returns:

  • (string)

    Version



130
131
132
# File 'lib/Win32_OnBoardDevice.rb', line 130

def Version
  @Version
end