Class: WMI::CIM_MediaAccessDevice

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

Overview

CIM_MediaAccessDevice によって、1 つ以上のメディアにアクセスしてデータを保存および取得するのにこのメディアを使用する機能が表示されます。

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

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

- (uint16) Availability (readonly)

デバイスの利用可能性と状態です。

 

Returns:

  • (uint16)

    Availability



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

def Availability
  @Availability
end

- (uint16) Capabilities (readonly)

メディア アクセス デバイスの機能です。

 

Returns:

  • (uint16)

    Capabilities



46
47
48
# File 'lib/CIM_MediaAccessDevice.rb', line 46

def Capabilities
  @Capabilities
end

- (string) CapabilityDescriptions (readonly)

Capabilities 配列で示されるアクセス デバイス機能の詳細説明を提供する自由形式の文字列の配列です。

 

Returns:

  • (string)

    CapabilityDescriptions



52
53
54
# File 'lib/CIM_MediaAccessDevice.rb', line 52

def CapabilityDescriptions
  @CapabilityDescriptions
end

- (string) Caption (readonly)

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

Returns:

  • (string)

    Caption



57
58
59
# File 'lib/CIM_MediaAccessDevice.rb', line 57

def Caption
  @Caption
end

- (string) CompressionMethod (readonly)

圧縮をサポートするデバイスによって使用されるアルゴリズムまたはツールを示す自由形式の文字列です。

 

Returns:

  • (string)

    CompressionMethod



63
64
65
# File 'lib/CIM_MediaAccessDevice.rb', line 63

def CompressionMethod
  @CompressionMethod
end

- (uint32) ConfigManagerErrorCode (readonly)

Win32 構成マネージャのエラー コードを示します。

 

Returns:

  • (uint32)

    ConfigManagerErrorCode



136
137
138
# File 'lib/CIM_MediaAccessDevice.rb', line 136

def ConfigManagerErrorCode
  @ConfigManagerErrorCode
end

- (boolean) ConfigManagerUserConfig (readonly)

デバイスがユーザー定義の構成を使用しているかどうかを示します。

Returns:

  • (boolean)

    ConfigManagerUserConfig



141
142
143
# File 'lib/CIM_MediaAccessDevice.rb', line 141

def ConfigManagerUserConfig
  @ConfigManagerUserConfig
end

- (string) CreationClassName (readonly)

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

 

Returns:

  • (string)

    CreationClassName



147
148
149
# File 'lib/CIM_MediaAccessDevice.rb', line 147

def CreationClassName
  @CreationClassName
end

- (uint64) DefaultBlockSize (readonly)

このデバイスの既定ブロック サイズです (バイト)。

Returns:

  • (uint64)

    DefaultBlockSize



152
153
154
# File 'lib/CIM_MediaAccessDevice.rb', line 152

def DefaultBlockSize
  @DefaultBlockSize
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



158
159
160
# File 'lib/CIM_MediaAccessDevice.rb', line 158

def Description
  @Description
end

- (string) DeviceID (readonly)

DeviceID は論理デバイスを一意に名前付けするためのアドレス、またはほかの識別情報です。

Returns:

  • (string)

    DeviceID



163
164
165
# File 'lib/CIM_MediaAccessDevice.rb', line 163

def DeviceID
  @DeviceID
end

- (boolean) ErrorCleared (readonly)

ErrorCleared は LastErrorCode プロパティで報告されたエラーが現在は消去されていることを示すブール値のプロパティです。

Returns:

  • (boolean)

    ErrorCleared



168
169
170
# File 'lib/CIM_MediaAccessDevice.rb', line 168

def ErrorCleared
  @ErrorCleared
end

- (string) ErrorDescription (readonly)

ErrorDescription は LastErrorCode プロパティで記録されたエラーに関する情報および実行される可能性がある修正の情報を提供する自由形式の文字列です。

Returns:

  • (string)

    ErrorDescription



173
174
175
# File 'lib/CIM_MediaAccessDevice.rb', line 173

def ErrorDescription
  @ErrorDescription
end

- (string) ErrorMethodology (readonly)

ErrorMethodology は、このデバイスでサポートされているエラー検出およびエラー修正の種類を説明する自由形式の文字列です。

Returns:

  • (string)

    ErrorMethodology



178
179
180
# File 'lib/CIM_MediaAccessDevice.rb', line 178

def ErrorMethodology
  @ErrorMethodology
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



184
185
186
# File 'lib/CIM_MediaAccessDevice.rb', line 184

def InstallDate
  @InstallDate
end

- (uint32) LastErrorCode (readonly)

論理デバイスで報告されたエラー コードが LastErrorCode によってキャプチャされます。

Returns:

  • (uint32)

    LastErrorCode



189
190
191
# File 'lib/CIM_MediaAccessDevice.rb', line 189

def LastErrorCode
  @LastErrorCode
end

- (uint64) MaxBlockSize (readonly)

このデバイスでアクセスされるメディアの最大ブロック サイズです (バイト)。

Returns:

  • (uint64)

    MaxBlockSize



194
195
196
# File 'lib/CIM_MediaAccessDevice.rb', line 194

def MaxBlockSize
  @MaxBlockSize
end

- (uint64) MaxMediaSize (readonly)

このデバイスにサポートされているメディアの最大サイズ (KB) です。

 KB 

Returns:

  • (uint64)

    MaxMediaSize



200
201
202
# File 'lib/CIM_MediaAccessDevice.rb', line 200

def MaxMediaSize
  @MaxMediaSize
end

- (uint64) MinBlockSize (readonly)

このデバイスでアクセスされるメディアの最小ブロック サイズです (バイト)。

Returns:

  • (uint64)

    MinBlockSize



205
206
207
# File 'lib/CIM_MediaAccessDevice.rb', line 205

def MinBlockSize
  @MinBlockSize
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



211
212
213
# File 'lib/CIM_MediaAccessDevice.rb', line 211

def Name
  @Name
end

- (boolean) NeedsCleaning (readonly)

クリーニングが必要なメディア アクセス デバイスを示すブール値です。

 

Returns:

  • (boolean)

    NeedsCleaning



218
219
220
# File 'lib/CIM_MediaAccessDevice.rb', line 218

def NeedsCleaning
  @NeedsCleaning
end

- (uint32) NumberOfMediaSupported (readonly)

メディア アクセス デバイスによって複数のメディアがそれぞれサポートされているとき、このプロパティにより、サポートされる、または挿入される最大数が定義されます。

Returns:

  • (uint32)

    NumberOfMediaSupported



223
224
225
# File 'lib/CIM_MediaAccessDevice.rb', line 223

def NumberOfMediaSupported
  @NumberOfMediaSupported
end

- (string) PNPDeviceID (readonly)

論理デバイスの Win32 プラグ アンド プレイ デバイス ID を示します。

 

Returns:

  • (string)

    PNPDeviceID



229
230
231
# File 'lib/CIM_MediaAccessDevice.rb', line 229

def PNPDeviceID
  @PNPDeviceID
end

- (uint16) PowerManagementCapabilities (readonly)

論理デバイスの特定の電源関連機能を示します。

 0="不明"

Returns:

  • (uint16)

    PowerManagementCapabilities



240
241
242
# File 'lib/CIM_MediaAccessDevice.rb', line 240

def PowerManagementCapabilities
  @PowerManagementCapabilities
end

- (boolean) PowerManagementSupported (readonly)

デバイスを電源管理できることを示すブール値です - 例、省電力状態にする。

 

Returns:

  • (boolean)

    PowerManagementSupported



248
249
250
# File 'lib/CIM_MediaAccessDevice.rb', line 248

def PowerManagementSupported
  @PowerManagementSupported
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



261
262
263
# File 'lib/CIM_MediaAccessDevice.rb', line 261

def Status
  @Status
end

- (uint16) StatusInfo (readonly)

StatusInfo は、論理デバイスが有効 (値 = 3)、無効 (値 = 4) またはその他 (1) または不明 (2) 状態であるかどうかを示す文字列です。

 

Returns:

  • (uint16)

    StatusInfo



267
268
269
# File 'lib/CIM_MediaAccessDevice.rb', line 267

def StatusInfo
  @StatusInfo
end

- (string) SystemCreationClassName (readonly)

スコーピング システムの CreationClassName です。

Returns:

  • (string)

    SystemCreationClassName



273
274
275
# File 'lib/CIM_MediaAccessDevice.rb', line 273

def SystemCreationClassName
  @SystemCreationClassName
end

- (string) SystemName (readonly)

スコーピング システムの名前です。

Returns:

  • (string)

    SystemName



278
279
280
# File 'lib/CIM_MediaAccessDevice.rb', line 278

def SystemName
  @SystemName
end

Instance Method Details

- (uint32) Reset

論理デバイスのリセットを要求します。 要求が正常に実行された場合、返される値は 0 で、要求がサポートされない場合は 1 です。 また、エラーが発生した場合は、ほかの値となります。

Returns:

  • (uint32)


25
26
# File 'lib/CIM_MediaAccessDevice.rb', line 25

def Reset 
end

- (uint32) SetPowerState(PowerState, Time)

SetPowerState により、論理デバイスの電源状態およびデバイスがいつその状態に入るかが定義されます。 電源状態は、PowerState パラメータを次の整数値の 1 つに設定することによって指定されます: 1="通常の電力"、2="省電力- 低電力モード"、3="省電力 - スタンバイ"、4="省電力 - その他"、5="電源サイクル" または 6="電源オフ"。 時間パラメータ (5 の "Power Cycle" を除くすべての状態の変更用) は、通常の日付値または間隔値 (メソッド実行の受信時に間隔が開始される) のどちらかにいつ電源状態が設定される必要があるかを示します。 PowerState パラメータが 5 ("Power Cycle") であるとき、時間パラメータはいつデバイスが再度電源オンになるかを示します。 直ちに電源をオフにします。 成功の場合、SetPowerState は 0 を返し、指定された PowerState および要求時間がサポートされていない場合は、1 を返し、ほかのエラーが発生する場合はほかの値が返されます。 サブクラスでは、可能な返信コードのセットはメソッド上の ValueMap 修飾子を使って指定することも可能です。

 ValueMap 

値の配置修飾子としてサブクラスで指定される場合もあります。

Parameters:

  • (uint16, #read) PowerState
  • (datetime, #read) Time

Returns:

  • (uint32)


17
18
# File 'lib/CIM_MediaAccessDevice.rb', line 17

def SetPowerState PowerState, Time
end