Class: WMI::Win32_OSRecoveryConfiguration

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

Overview

Win32_OSRecoveryConfiguration クラスは、オペレーティング システムにエラーが発生するときにメモリから収集される情報の種類を表します。これには、起動エラーとシステム クラッシュが含まれます。

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

- (boolean) AutoReboot

AutoReboot プロパティにより、回復操作の実行中にシステムを自動的に再起動するかどうかが指定されます。

 

Returns:

  • (boolean)

    AutoReboot



10
11
12
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 10

def AutoReboot
  @AutoReboot
end

- (string) Caption (readonly)

CIM_Setting オブジェクトの簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



15
16
17
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 15

def Caption
  @Caption
end

- (string) DebugFilePath

DebugFilePath プロパティはデバッグ ファイルへのパスを示します。

 

Returns:

  • (string)

    DebugFilePath



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

def DebugFilePath
  @DebugFilePath
end

- (uint32) DebugInfoType

DebugInfoType プロパティは、ログ ファイルに書き込まれるデバッグ情報の種類を示します。

 

Returns:

  • (uint32)

    DebugInfoType



33
34
35
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 33

def DebugInfoType
  @DebugInfoType
end

- (string) Description (readonly)

CIM_Setting オブジェクトの説明です。

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (string) ExpandedDebugFilePath

ExpandedDebugFilePath プロパティは DebugFilePath プロパティは拡張バージョンです。

 

Returns:

  • (string)

    ExpandedDebugFilePath



45
46
47
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 45

def ExpandedDebugFilePath
  @ExpandedDebugFilePath
end

- (string) ExpandedMiniDumpDirectory

ExpandedMiniDumpDirectory プロパティは MiniDumpDirectory プロパティは拡張バージョンです。

 

Returns:

  • (string)

    ExpandedMiniDumpDirectory



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

def ExpandedMiniDumpDirectory
  @ExpandedMiniDumpDirectory
end

- (boolean) KernelDumpOnly

KernelDumpOnly プロパティは、同じクラスの DebugInfoType のために使用されていません。

 

Returns:

  • (boolean)

    KernelDumpOnly



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

def KernelDumpOnly
  @KernelDumpOnly
end

- (string) MiniDumpDirectory

MiniDumpDirectory プロパティは最小メモリ ダンプ ファイルが記録され、累積されるディレクトリを示します。

 

Returns:

  • (string)

    MiniDumpDirectory



71
72
73
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 71

def MiniDumpDirectory
  @MiniDumpDirectory
end

- (string) Name (readonly)

Name プロパティには、Win32_OSRecoveryConfiguration クラスのこのインスタンスの識別名が含まれています。

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (boolean) OverwriteExistingDebugFile

OverwriteExistingDebugFile プロパティは、新しいログ ファイルにより既存のログ ファイルが上書きされるかどうかを示します。

 

Returns:

  • (boolean)

    OverwriteExistingDebugFile



85
86
87
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 85

def OverwriteExistingDebugFile
  @OverwriteExistingDebugFile
end

- (boolean) SendAdminAlert

SendAdminAlert プロパティは、オペレーティング システムにエラーが発生したときに警告メッセージがシステム管理者に送信されるかどうかを示します。

 

Returns:

  • (boolean)

    SendAdminAlert



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

def SendAdminAlert
  @SendAdminAlert
end

- (string) SettingID (readonly)

CIM_Setting オブジェクトを認識する識別子です。

Returns:

  • (string)

    SettingID



98
99
100
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 98

def SettingID
  @SettingID
end

- (boolean) WriteDebugInfo

WriteDebugInfo プロパティは、同じクラスの DebugInfoType プロパティのために使用されていません。

 

Returns:

  • (boolean)

    WriteDebugInfo



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

def WriteDebugInfo
  @WriteDebugInfo
end

- (boolean) WriteToSystemLog

WriteToSystemLog プロパティは、イベントがシステム ログに書き込まれるかどうかを示します。

 

Returns:

  • (boolean)

    WriteToSystemLog



117
118
119
# File 'lib/Win32_OSRecoveryConfiguration.rb', line 117

def WriteToSystemLog
  @WriteToSystemLog
end