Class: WMI::CIM_ActsAsSpare

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

Overview

CIM_ActsAsSpare 関連付けは、ほかの集合要素のスペアとして使用したり、置き換えたりすることができる要素を示します。スペアが "ホット スタンバイ" モードで作動するかどうかは、要素ごとに指定されます。

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

- (ref:CIM_SpareGroup) Group (readonly)

Group リファレンスは、CIM_SpareGroup を表します。

Returns:

  • (ref:CIM_SpareGroup)

    Group



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

def Group
  @Group
end

- (BOOLEAN) HotStandby (readonly)

HotStandby プロパティは予備がホット スタンバイとして操作していることを示すブール値です。

Returns:

  • (BOOLEAN)

    HotStandby



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

def HotStandby
  @HotStandby
end

- (ref:CIM_ManagedSystemElement) Spare (readonly)

予備として動作し、予備グループに参加する管理されたシステム要素です。

Returns:

  • (ref:CIM_ManagedSystemElement)

    Spare



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

def Spare
  @Spare
end