Class: WMI::CIM_StorageError

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

Overview

CIM_StorageError は、エラーのため未使用にマップされるメディア ブロックまたはメモリ領域を定義します。クラスのキーは、エラーのバイトの StartingAddress プロパティです。

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) DeviceCreationClassName (readonly)

スコーピング拡張記憶域によるクラス名作成です。

Returns:

  • (STRING)

    DeviceCreationClassName



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

def DeviceCreationClassName
  @DeviceCreationClassName
end

- (STRING) DeviceID (readonly)

スコーピング拡張記憶域の DeviceID です。

Returns:

  • (STRING)

    DeviceID



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

def DeviceID
  @DeviceID
end

- (UINT64) EndingAddress (readonly)

エラーのバイトの終了アドレスです。

Returns:

  • (UINT64)

    EndingAddress



17
18
19
# File 'lib/CIM_StorageError.rb', line 17

def EndingAddress
  @EndingAddress
end

- (UINT64) StartingAddress (readonly)

エラーのバイトの開始アドレスです。

Returns:

  • (UINT64)

    StartingAddress



22
23
24
# File 'lib/CIM_StorageError.rb', line 22

def StartingAddress
  @StartingAddress
end

- (STRING) SystemCreationClassName (readonly)

スコーピング システムによるクラス名作成です。

Returns:

  • (STRING)

    SystemCreationClassName



27
28
29
# File 'lib/CIM_StorageError.rb', line 27

def SystemCreationClassName
  @SystemCreationClassName
end

- (STRING) SystemName (readonly)

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

Returns:

  • (STRING)

    SystemName



32
33
34
# File 'lib/CIM_StorageError.rb', line 32

def SystemName
  @SystemName
end