Class: WMI::CIM_ExtraCapacityGroup

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

Overview

集合要素により多くの容量または必要以上の機能があることを示す冗長グループから派生するクラスです。冗長のこの種類の例は、N+1 電力供給のインストールまたはシステムのファンです。

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

def Caption
  @Caption
end

- (STRING) CreationClassName (readonly)

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

 

Returns:

  • (STRING)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



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

def InstallDate
  @InstallDate
end

- (UINT32) MinNumberNeeded (readonly)

MinNumberNeeded は冗長があるために操作ができる必要がある要素の最少数を示します。

 

Returns:

  • (UINT32)

    MinNumberNeeded



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

def MinNumberNeeded
  @MinNumberNeeded
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



37
38
39
# File 'lib/CIM_ExtraCapacityGroup.rb', line 37

def Name
  @Name
end

- (UINT16) RedundancyStatus (readonly)

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

 "フル リダンダント" (

Returns:

  • (UINT16)

    RedundancyStatus



44
45
46
# File 'lib/CIM_ExtraCapacityGroup.rb', line 44

def RedundancyStatus
  @RedundancyStatus
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end