Class: WMI::Win32_ServerConnection

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

Overview

Win32_ServerConnection クラスはリモート コンピュータからローカル コンピュータの共有リソースへの接続を表します。

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



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

def Caption
  @Caption
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



28
29
30
# File 'lib/Win32_ServerConnection.rb', line 28

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



34
35
36
# File 'lib/Win32_ServerConnection.rb', line 34

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

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

 

Returns:

  • (string)

    Name



40
41
42
# File 'lib/Win32_ServerConnection.rb', line 40

def Name
  @Name
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



68
69
70
# File 'lib/Win32_ServerConnection.rb', line 68

def Status
  @Status
end