Class: WMI::CIM_ElementCapacity

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

Overview

CIM_ElementCapacity により、1 つ以上の物理要素で CIM_PhysicalCapacity オブジェクトが関連付けされます。最小/最大ハードウェア要件または機能 (CIM_PhysicalCapacity として格納される) の説明と説明される物理要素の関連付けを示します。

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_PhysicalCapacity) Capacity (readonly)

CIM_PhysicalCapacity は、物理要素の異なる種類のハードウェアがサポートされる最小要件、最大要件、および機能を示します。

Returns:

  • (ref:CIM_PhysicalCapacity)

    Capacity



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

def Capacity
  @Capacity
end

- (ref:CIM_PhysicalElement) Element (readonly)

説明される物理的要素です。

Returns:

  • (ref:CIM_PhysicalElement)

    Element



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

def Element
  @Element
end