Class: WMI::Win32_TSGeneralSetting

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

Overview

Setting クラスは、1 つ以上の ManagedSystemElement の構成関連パラメータおよび操作パラメータを表しています。ManagedSystemElement にはそれに関連付けられた複数の設定オブジェクトがあります。要素パラメータの現在の操作可能値は、要素自体のプロパティ、またはその関連付けのプロパティによって反映されます。これらのプロパティでは、設定オブジェクトで同じ値を持つ必要はありません。たとえば、モデムの設定では 56 KB/秒ボー レートですが、操作は 19.2 KB/秒で行われます。

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

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)

CIM_Setting オブジェクトの簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



15
16
17
# File 'lib/Win32_TSGeneralSetting.rb', line 15

def Caption
  @Caption
end

- (string) Comment

セッション層プロトコルおよびトランスポート プロトコルを組み合わせたものの説明名称です。

Returns:

  • (string)

    Comment



20
21
22
# File 'lib/Win32_TSGeneralSetting.rb', line 20

def Comment
  @Comment
end

- (string) Description (readonly)

CIM_Setting オブジェクトの説明です。

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (uint32) MinEncryptionLevel (readonly)

Windows 2000 は次の 3 つの暗号化のレベルをサポートします: 低: クライアントからサーバーに送信されるデータのみがサーバーの標準のキーの強度に基づいた暗号化で保護されます。

 

Returns:

  • (uint32)

    MinEncryptionLevel



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

def MinEncryptionLevel
  @MinEncryptionLevel
end

- (string) SettingID (readonly)

CIM_Setting オブジェクトを認識する識別子です。

Returns:

  • (string)

    SettingID



39
40
41
# File 'lib/Win32_TSGeneralSetting.rb', line 39

def SettingID
  @SettingID
end

- (string) TerminalName (readonly)

ターミナルの名前です。

Returns:

  • (string)

    TerminalName



44
45
46
# File 'lib/Win32_TSGeneralSetting.rb', line 44

def TerminalName
  @TerminalName
end

- (string) TerminalProtocol (readonly)

セッション層プロトコルの名前です。

 

Returns:

  • (string)

    TerminalProtocol



50
51
52
# File 'lib/Win32_TSGeneralSetting.rb', line 50

def TerminalProtocol
  @TerminalProtocol
end

- (string) Transport (readonly)

接続に使用したトランスポートの種類を表示します: 例 TCP、NETBIOS、IPX/SPX。

Returns:

  • (string)

    Transport



55
56
57
# File 'lib/Win32_TSGeneralSetting.rb', line 55

def Transport
  @Transport
end

- (uint32) WindowsAuthentication

別の認証パッケージがシステムにインストールされている場合、接続が標準 Windows 認証に対する既定になるかどうかを指定します。

Returns:

  • (uint32)

    WindowsAuthentication



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

def WindowsAuthentication
  @WindowsAuthentication
end

Instance Method Details

- (uint32) SetEncryptionLevel(MinEncryptionLevel)

暗号化のレベルを低、中、または高のいずれか 1 つに設定します。 関数は、次の暗号化のレベルを指定するパラメータを 1 つ取ります: 1 = 低、2 = 中、および 3 = 高。

Parameters:

  • (uint32, #read) MinEncryptionLevel

Returns:

  • (uint32)


9
10
# File 'lib/Win32_TSGeneralSetting.rb', line 9

def SetEncryptionLevel MinEncryptionLevel
end