MultipleMachinesMapRequest interface
Provides a base class for describing map requests for a collection of machines
Properties
end |
Map interval end time. |
filter |
If true, only processes between specified machines will be included. Any connections in or out of those processes will be included. |
kind | Polymorphic Discriminator |
start |
Map interval start time. |
Property Details
endTime
Map interval end time.
endTime?: Date
Property Value
Date
filterProcesses
If true, only processes between specified machines will be included. Any connections in or out of those processes will be included.
filterProcesses?: boolean
Property Value
boolean
kind
Polymorphic Discriminator
kind: "MultipleMachinesMapRequest"
Property Value
"MultipleMachinesMapRequest"
startTime
Map interval start time.
startTime?: Date
Property Value
Date