Class: WMI::CIM_PhysicalLink

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

Overview

CIM_PhysicalLink クラスは、物理要素のケーブルをまとめて表します。たとえば、シリアルまたはイーサネット ケーブルおよび赤外線リンクは、サブクラス (追加のプロパティまたは関連付けが定義されている場合) または CIM_PhysicalLink のインスタンスです。多くの場合において、物理パッケージまたはネットワークのさまざまな物理ケーブルは設計されていません。ただし、これらのケーブルまたはリンクが重大なコンポーネントであるか、またはタグ付きのアセットである場合、これらのオブジェクトはこのクラスまたはその子孫のクラスの 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_PhysicalLink.rb', line 7

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

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

 

Returns:

  • (string)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



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

def InstallDate
  @InstallDate
end

- (real64) Length (readonly)

物理リンクの現在の長さ (フィート) です。

 

Returns:

  • (real64)

    Length



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

def Length
  @Length
end

- (string) Manufacturer (readonly)

物理要素の生産に責任がある組織の名前です。

 

Returns:

  • (string)

    Manufacturer



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

def Manufacturer
  @Manufacturer
end

- (real64) MaxLength (readonly)

物理リンクの最大長 (フィート) です。

Returns:

  • (real64)

    MaxLength



43
44
45
# File 'lib/CIM_PhysicalLink.rb', line 43

def MaxLength
  @MaxLength
end

- (uint16) MediaType (readonly)

MediaType プロパティにより、送信シグナルが通過するメディアの特別な種類が定義されます。

 

Returns:

  • (uint16)

    MediaType



49
50
51
# File 'lib/CIM_PhysicalLink.rb', line 49

def MediaType
  @MediaType
end

- (string) Model (readonly)

物理要素の一般的な認識名です。

Returns:

  • (string)

    Model



54
55
56
# File 'lib/CIM_PhysicalLink.rb', line 54

def Model
  @Model
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



60
61
62
# File 'lib/CIM_PhysicalLink.rb', line 60

def Name
  @Name
end

- (string) OtherIdentifyingInfo (readonly)

OtherIdentifyingInfo により、物理要素の識別に使用される追加データが資産タグ情報から得られます。

 

Returns:

  • (string)

    OtherIdentifyingInfo



67
68
69
# File 'lib/CIM_PhysicalLink.rb', line 67

def OtherIdentifyingInfo
  @OtherIdentifyingInfo
end

- (string) PartNumber (readonly)

物理的要素の生産または製造に責任がある組織によって割り当てられた部品番号です。

Returns:

  • (string)

    PartNumber



72
73
74
# File 'lib/CIM_PhysicalLink.rb', line 72

def PartNumber
  @PartNumber
end

- (boolean) PoweredOn (readonly)

物理要素の電力がオン (TRUE) になるか、オフ (FALSE) になるかを示すブール値です。

Returns:

  • (boolean)

    PoweredOn



77
78
79
# File 'lib/CIM_PhysicalLink.rb', line 77

def PoweredOn
  @PoweredOn
end

- (string) SerialNumber (readonly)

物理要素の認識に使用される製造元に割り当てられた番号です。

Returns:

  • (string)

    SerialNumber



82
83
84
# File 'lib/CIM_PhysicalLink.rb', line 82

def SerialNumber
  @SerialNumber
end

- (string) SKU (readonly)

この物理要素の SKU 数です。

Returns:

  • (string)

    SKU



87
88
89
# File 'lib/CIM_PhysicalLink.rb', line 87

def SKU
  @SKU
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



100
101
102
# File 'lib/CIM_PhysicalLink.rb', line 100

def Status
  @Status
end

- (string) Tag (readonly)

物理要素を一意に認識し、要素のキーとして機能する任意の文字列です。

 Tag 

Returns:

  • (string)

    Tag



111
112
113
# File 'lib/CIM_PhysicalLink.rb', line 111

def Tag
  @Tag
end

- (string) Version (readonly)

物理要素のバージョンを示す文字列です。

Returns:

  • (string)

    Version



116
117
118
# File 'lib/CIM_PhysicalLink.rb', line 116

def Version
  @Version
end

- (boolean) Wired (readonly)

物理リンクが実際のケーブル (TRUE) であるか、またはワイヤレス接続 (FALSE) であるかどうかを示すブール値です。

Returns:

  • (boolean)

    Wired



121
122
123
# File 'lib/CIM_PhysicalLink.rb', line 121

def Wired
  @Wired
end