Class: WMI::Win32_TSRemoteControlSetting

Inherits:
Base
  • Object
show all
Defined in:
lib/Win32_TSRemoteControlSetting.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_TSRemoteControlSetting.rb', line 15

def Caption
  @Caption
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (uint32) LevelOfControl (readonly)

セッションをリモート制御するためにユーザーのアクセス許可が必要かどうかを指定します。

Returns:

  • (uint32)

    LevelOfControl



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

def LevelOfControl
  @LevelOfControl
end

- (uint32) RemoteControlPolicy

リモート制御の設定を取得するために、サーバがどのポリシーを使用するかを説明します。

Returns:

  • (uint32)

    RemoteControlPolicy



30
31
32
# File 'lib/Win32_TSRemoteControlSetting.rb', line 30

def RemoteControlPolicy
  @RemoteControlPolicy
end

- (string) SettingID (readonly)

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

Returns:

  • (string)

    SettingID



35
36
37
# File 'lib/Win32_TSRemoteControlSetting.rb', line 35

def SettingID
  @SettingID
end

- (string) TerminalName (readonly)

ターミナルの名前です。

Returns:

  • (string)

    TerminalName



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

def TerminalName
  @TerminalName
end

Instance Method Details

- (uint32) RemoteControl(LevelOfControl)

Disable、EnableInputNotify、EnableInputNoNotify、EnableNoInputNotify、または EnableNoInputNoNotify から 1 つの制御レベルを指定するプロパティ LevelOfControl を設定します。 呼び出しはサーバー上書きモードで成功の場合は 0 の整数値を、設定がグループ制御ポリシーにある場合はエラーを返します。

Parameters:

  • (uint32, #read) LevelOfControl

Returns:

  • (uint32)


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

def RemoteControl LevelOfControl
end