Class: WMI::CIM_Slot

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

Overview

Slot クラスは、パッケージが挿入されているコネクタを表します。たとえば、DiskDrive である PhysicalPackage は SCA ’スロット’ に挿入されている可能性があります。別の例としては、カード (PhysicalPackage のサブクラス) は HostingBoard の 16-、32-、または 64-ビットの拡張 ’スロット’ に挿入されている可能性があります。PCI または PCMCIA Type III スロット は後者の例です。

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

def Caption
  @Caption
end

- (string) ConnectorPinout (readonly)

ピン構成と物理コネクタの使用法を説明する自由形式の文字列です。

Returns:

  • (string)

    ConnectorPinout



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

def ConnectorPinout
  @ConnectorPinout
end

- (uint16) ConnectorType (readonly)

物理コネクタの種類を定義する整数の配列です。

 

Returns:

  • (uint16)

    ConnectorType



19
20
21
# File 'lib/CIM_Slot.rb', line 19

def ConnectorType
  @ConnectorType
end

- (string) CreationClassName (readonly)

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

 

Returns:

  • (string)

    CreationClassName



25
26
27
# File 'lib/CIM_Slot.rb', line 25

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (real32) HeightAllowed (readonly)

スロットに挿入できるアダプタ カードの最大の高さ (インチ) です。

Returns:

  • (real32)

    HeightAllowed



36
37
38
# File 'lib/CIM_Slot.rb', line 36

def HeightAllowed
  @HeightAllowed
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



42
43
44
# File 'lib/CIM_Slot.rb', line 42

def InstallDate
  @InstallDate
end

- (real32) LengthAllowed (readonly)

スロットに挿入できるアダプタ カードの最大の長さ (インチ) です。

Returns:

  • (real32)

    LengthAllowed



47
48
49
# File 'lib/CIM_Slot.rb', line 47

def LengthAllowed
  @LengthAllowed
end

- (string) Manufacturer (readonly)

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

 

Returns:

  • (string)

    Manufacturer



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

def Manufacturer
  @Manufacturer
end

- (uint16) MaxDataWidth (readonly)

このスロットに挿入できるアダプタ カードの最大のバス幅 (ビット) です。

Returns:

  • (uint16)

    MaxDataWidth



59
60
61
# File 'lib/CIM_Slot.rb', line 59

def MaxDataWidth
  @MaxDataWidth
end

- (string) Model (readonly)

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

Returns:

  • (string)

    Model



64
65
66
# File 'lib/CIM_Slot.rb', line 64

def Model
  @Model
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



70
71
72
# File 'lib/CIM_Slot.rb', line 70

def Name
  @Name
end

- (uint16) Number (readonly)

Number プロパティは物理スロット番号を示します。

 

Returns:

  • (uint16)

    Number



76
77
78
# File 'lib/CIM_Slot.rb', line 76

def Number
  @Number
end

- (string) OtherIdentifyingInfo (readonly)

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

 

Returns:

  • (string)

    OtherIdentifyingInfo



83
84
85
# File 'lib/CIM_Slot.rb', line 83

def OtherIdentifyingInfo
  @OtherIdentifyingInfo
end

- (string) PartNumber (readonly)

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

Returns:

  • (string)

    PartNumber



88
89
90
# File 'lib/CIM_Slot.rb', line 88

def PartNumber
  @PartNumber
end

- (boolean) PoweredOn (readonly)

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

Returns:

  • (boolean)

    PoweredOn



93
94
95
# File 'lib/CIM_Slot.rb', line 93

def PoweredOn
  @PoweredOn
end

- (string) PurposeDescription (readonly)

このスロットが物理的に一意で特別な種類のハードウェアが格納されることを示す自由形式の文字列です。

 

Returns:

  • (string)

    PurposeDescription



99
100
101
# File 'lib/CIM_Slot.rb', line 99

def PurposeDescription
  @PurposeDescription
end

- (string) SerialNumber (readonly)

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

Returns:

  • (string)

    SerialNumber



104
105
106
# File 'lib/CIM_Slot.rb', line 104

def SerialNumber
  @SerialNumber
end

- (string) SKU (readonly)

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

Returns:

  • (string)

    SKU



109
110
111
# File 'lib/CIM_Slot.rb', line 109

def SKU
  @SKU
end

- (boolean) SpecialPurpose (readonly)

このスロットが物理的に一意でグラフィック プロセッサ スロットなどの特別な種類のハードウェアを保持できることを示すブール値です。

 

Returns:

  • (boolean)

    SpecialPurpose



115
116
117
# File 'lib/CIM_Slot.rb', line 115

def SpecialPurpose
  @SpecialPurpose
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



128
129
130
# File 'lib/CIM_Slot.rb', line 128

def Status
  @Status
end

- (boolean) SupportsHotPlug (readonly)

スロットがアダプタ カードのホット プラグをサポートしているかどうかを示すブール値です。

Returns:

  • (boolean)

    SupportsHotPlug



133
134
135
# File 'lib/CIM_Slot.rb', line 133

def SupportsHotPlug
  @SupportsHotPlug
end

- (string) Tag (readonly)

物理要素を一意に認識し、要素のキーとして機能する任意の文字列です。

 Tag 

Returns:

  • (string)

    Tag



144
145
146
# File 'lib/CIM_Slot.rb', line 144

def Tag
  @Tag
end

- (uint32) ThermalRating (readonly)

スロットの熱量浪費の最大量をミリワットで示します。

Returns:

  • (uint32)

    ThermalRating



149
150
151
# File 'lib/CIM_Slot.rb', line 149

def ThermalRating
  @ThermalRating
end

- (uint16) VccMixedVoltageSupport (readonly)

このスロットによってサポートされる Vcc 電圧を示す列挙された整数の配列です。

Returns:

  • (uint16)

    VccMixedVoltageSupport



154
155
156
# File 'lib/CIM_Slot.rb', line 154

def VccMixedVoltageSupport
  @VccMixedVoltageSupport
end

- (string) Version (readonly)

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

Returns:

  • (string)

    Version



159
160
161
# File 'lib/CIM_Slot.rb', line 159

def Version
  @Version
end

- (uint16) VppMixedVoltageSupport (readonly)

このスロットによってサポートされる Vpp 電圧を示す列挙された整数の配列です。

Returns:

  • (uint16)

    VppMixedVoltageSupport



164
165
166
# File 'lib/CIM_Slot.rb', line 164

def VppMixedVoltageSupport
  @VppMixedVoltageSupport
end