ConnectionMonitor interface
定義建立連接監視器之作業的參數。
屬性
auto |
判斷線上監視器是否會在建立後自動啟動。 |
destination | 描述線上監視器的目的地。 |
endpoints | 線上監視端點的清單。 |
location | 線上監視位置。 |
monitoring |
監視間隔以秒為單位。 |
notes | 要與連線監視器相關聯的選擇性注意事項。 |
outputs | 線上監視器輸出的清單。 |
source | 描述線上監視器的來源。 |
tags | 線上監視器標籤。 |
test |
線上監視器測試組態的清單。 |
test |
線上監視器測試群組的清單。 |
屬性詳細資料
autoStart
判斷線上監視器是否會在建立後自動啟動。
autoStart?: boolean
屬性值
boolean
destination
endpoints
location
線上監視位置。
location?: string
屬性值
string
monitoringIntervalInSeconds
監視間隔以秒為單位。
monitoringIntervalInSeconds?: number
屬性值
number
notes
要與連線監視器相關聯的選擇性注意事項。
notes?: string
屬性值
string
outputs
source
tags
線上監視器標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
testConfigurations
線上監視器測試組態的清單。
testConfigurations?: ConnectionMonitorTestConfiguration[]