MachineGroupMapRequest interface
指定計算機群組相依性對應的計算。 計算機群組相依性對應包含群組中計算機的所有直接相依性。
屬性
| end |
對應間隔結束時間。 |
| filter |
如果為 true,則只會包含指定機器之間的進程。 這些進程中的任何連線都會包含在內。 |
| kind | 多型歧視性 |
| machine |
要為其產生對應之計算機群組資源的 URI。 |
| start |
對應間隔開始時間。 |
屬性詳細資料
endTime
對應間隔結束時間。
endTime?: Date
屬性值
Date
filterProcesses
如果為 true,則只會包含指定機器之間的進程。 這些進程中的任何連線都會包含在內。
filterProcesses?: boolean
屬性值
boolean
kind
多型歧視性
kind: "map:machine-group-dependency"
屬性值
"map:machine-group-dependency"
machineGroupId
要為其產生對應之計算機群組資源的 URI。
machineGroupId: string
屬性值
string
startTime
對應間隔開始時間。
startTime?: Date
屬性值
Date