Class: WMI::CIM_AdjacentSlots

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

Overview

CIM_AdjacentSlots はホスト ボードまたはアダプタ カードのスロットのレイアウトを示します。スロット間の距離などの情報とスロットが ’共有されている’ (スロットの 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

- (real32) DistanceBetweenSlots (readonly)

隣接したスロット間の距離 (インチ)

Returns:

  • (real32)

    DistanceBetweenSlots



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

def DistanceBetweenSlots
  @DistanceBetweenSlots
end

- (boolean) SharedSlots (readonly)

スロットはホストボードまたはほかのカードに極めて近くに位置するので、これらのスロットの 1 つがアダプタ カードで占められている場合、ほかのスロットは空である必要があります。

 

Returns:

  • (boolean)

    SharedSlots



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

def SharedSlots
  @SharedSlots
end

- (ref:CIM_Slot) SlotA (readonly)

隣接したスロットの 1 つです。

Returns:

  • (ref:CIM_Slot)

    SlotA



18
19
20
# File 'lib/CIM_AdjacentSlots.rb', line 18

def SlotA
  @SlotA
end

- (ref:CIM_Slot) SlotB (readonly)

ほかの’ 隣接したスロット

Returns:

  • (ref:CIM_Slot)

    SlotB



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

def SlotB
  @SlotB
end