WAE Design API
|
module sim { ... }
Classes | |
struct | FailureScenarioRecord |
struct | InterfaceSimulatedTrafficRecord |
struct | L1HopRecord |
struct | L1LinkSimulatedTrafficRecord |
struct | L1RouteRecord |
struct | LSPSimulatedTrafficRecord |
struct | NodeSimulatedTrafficRecord |
struct | RouteOptions |
struct | RouteRecord |
class | RouteSimulation |
struct | RouteSimulationKey |
class | SimulationManager |
class | TrafficSimulation |
struct | TrafficSimulationKey |
Enumerations | |
enum | RouteMetricType { ROUTEMETRIC_BGP, ROUTEMETRIC_IGP, ROUTEMETRIC_TE, ROUTEMETRIC_LATENCY } |
typedef std::map<wae::design::model::net::DemandKey, RouteRecord> DemandRouteMap |
A map from Demand keys to route records.
typedef std::map<wae::design::model::net::InterfaceKey, InterfaceSimulatedTrafficRecord> InterfaceSimulatedTrafficMap |
A map from InterfaceKeys to InterfaceSimulatedTrafficRecords.
typedef std::map<design::model::net::layer1::L1CircuitPathKey, L1RouteRecord> L1CircuitPathRouteMap |
A map from L1CircuitPath keys to L1RouteRecords.
typedef std::map<design::model::net::layer1::L1CircuitKey, L1RouteRecord> L1CircuitRouteMap |
A map from L1Circuit keys to L1RouteRecords.
typedef std::vector<L1HopRecord> L1HopRecordList |
A list of L1HopRecords.
typedef std::map<wae::design::model::net::layer1::L1LinkKey, L1LinkSimulatedTrafficRecord> L1LinkSimulatedTrafficMap |
A map from L1LinkKeys to L1LinkSimulatedTrafficRecords.
typedef std::map<wae::design::model::net::LSPPathKey, RouteRecord> LSPPathRouteMap |
A map from LSPPath keys to route records.
typedef std::map<wae::design::model::net::LSPKey, RouteRecord> LSPRouteMap |
A map from LSP keys to route records.
typedef std::map<wae::design::model::net::LSPKey, LSPSimulatedTrafficRecord> LSPSimulatedTrafficMap |
A map from LSPKeys to LSPSimulatedTrafficRecords.
typedef std::map<wae::design::model::net::NodeKey, NodeSimulatedTrafficRecord> NodeSimulatedTrafficMap |
A map from NodeKeys to NodeSimulatedTrafficRecords.