Class: WMI::CIM_StorageRedundancyGroup

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

Overview

大容量記憶域に関連する冗長の情報を含む冗長グループから派生するクラスです。記憶域冗長グループはユーザー データを保護するために使用されます。これらには、複数の物理的拡張または複数の集合物理的拡張が使用されます。記憶域冗長グループは重複します。ただし、重複内の基本拡張にはチェック データが含まれません。

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

def Caption
  @Caption
end

- (STRING) CreationClassName (readonly)

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

 

Returns:

  • (STRING)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



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

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (UINT16) RedundancyStatus (readonly)

RedundancyStatus により、冗長グループの状態の情報が提供されます。

 "フル リダンダント" (

Returns:

  • (UINT16)

    RedundancyStatus



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

def RedundancyStatus
  @RedundancyStatus
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end

- (UINT16) TypeOfAlgorithm (readonly)

TypeOfAlgorithm により、データ冗長と再構築に使用されるアルゴリズムが指定されます。

 

Returns:

  • (UINT16)

    TypeOfAlgorithm



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

def TypeOfAlgorithm
  @TypeOfAlgorithm
end