ConnectionMonitorResultProperties interface

接続モニターのプロパティについて説明します。

Extends

継承されたプロパティ

autoStart

作成後に接続モニターが自動的に起動するかどうかを決定します。

destination

接続モニターの宛先について説明します。

endpoints

接続モニター エンドポイントの一覧。

monitoringIntervalInSeconds

監視間隔 (秒単位)。

notes

接続モニターに関連付ける省略可能なメモ。

outputs

接続モニターの出力の一覧。

source

接続モニターのソースについて説明します。

testConfigurations

接続モニターのテスト構成の一覧。

testGroups

接続モニターのテスト グループの一覧。

継承されたプロパティの詳細

autoStart

作成後に接続モニターが自動的に起動するかどうかを決定します。

autoStart?: boolean

プロパティ値

boolean

承元ConnectionMonitorParameters.autoStart

destination

接続モニターの宛先について説明します。

destination?: ConnectionMonitorDestination

プロパティ値

承元ConnectionMonitorParameters.destination

endpoints

接続モニター エンドポイントの一覧。

endpoints?: ConnectionMonitorEndpoint[]

プロパティ値

承元ConnectionMonitorParameters.endpoints

monitoringIntervalInSeconds

監視間隔 (秒単位)。

monitoringIntervalInSeconds?: number

プロパティ値

number

承元ConnectionMonitorParameters.monitoringIntervalInSeconds

notes

接続モニターに関連付ける省略可能なメモ。

notes?: string

プロパティ値

string

承元ConnectionMonitorParameters.notes

outputs

接続モニターの出力の一覧。

outputs?: ConnectionMonitorOutput[]

プロパティ値

承元ConnectionMonitorParameters.outputs

source

接続モニターのソースについて説明します。

source?: ConnectionMonitorSource

プロパティ値

継承元ConnectionMonitorParameters.source

testConfigurations

接続モニターのテスト構成の一覧。

testConfigurations?: ConnectionMonitorTestConfiguration[]

プロパティ値

承元ConnectionMonitorParameters.testConfigurations

testGroups

接続モニターのテスト グループの一覧。

testGroups?: ConnectionMonitorTestGroup[]

プロパティ値

承元ConnectionMonitorParameters.testGroups