WAE Design API
com::cisco::wae::design::sim Module Reference

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
 

Typedefs

std::map< wae::design::model::net::DemandKey, RouteRecordDemandRouteMap
 
std::map< wae::design::model::net::InterfaceKey, InterfaceSimulatedTrafficRecordInterfaceSimulatedTrafficMap
 
std::map< design::model::net::layer1::L1CircuitPathKey, L1RouteRecordL1CircuitPathRouteMap
 
std::map< design::model::net::layer1::L1CircuitKey, L1RouteRecordL1CircuitRouteMap
 
std::vector< L1HopRecordL1HopRecordList
 
std::map< wae::design::model::net::layer1::L1LinkKey, L1LinkSimulatedTrafficRecordL1LinkSimulatedTrafficMap
 
std::map< wae::design::model::net::LSPPathKey, RouteRecordLSPPathRouteMap
 
std::map< wae::design::model::net::LSPKey, RouteRecordLSPRouteMap
 
std::map< wae::design::model::net::LSPKey, LSPSimulatedTrafficRecordLSPSimulatedTrafficMap
 
std::map< wae::design::model::net::NodeKey, NodeSimulatedTrafficRecordNodeSimulatedTrafficMap
 

Enumerations

enum  RouteMetricType { ROUTEMETRIC_BGP, ROUTEMETRIC_IGP, ROUTEMETRIC_TE, ROUTEMETRIC_LATENCY }
 

Typedef Documentation

◆ DemandRouteMap

typedef std::map<wae::design::model::net::DemandKey, RouteRecord> DemandRouteMap

A map from Demand keys to route records.

◆ InterfaceSimulatedTrafficMap

typedef std::map<wae::design::model::net::InterfaceKey, InterfaceSimulatedTrafficRecord> InterfaceSimulatedTrafficMap

A map from InterfaceKeys to InterfaceSimulatedTrafficRecords.

◆ L1CircuitPathRouteMap

typedef std::map<design::model::net::layer1::L1CircuitPathKey, L1RouteRecord> L1CircuitPathRouteMap

A map from L1CircuitPath keys to L1RouteRecords.

◆ L1CircuitRouteMap

typedef std::map<design::model::net::layer1::L1CircuitKey, L1RouteRecord> L1CircuitRouteMap

A map from L1Circuit keys to L1RouteRecords.

◆ L1HopRecordList

typedef std::vector<L1HopRecord> L1HopRecordList

A list of L1HopRecords.

◆ L1LinkSimulatedTrafficMap

typedef std::map<wae::design::model::net::layer1::L1LinkKey, L1LinkSimulatedTrafficRecord> L1LinkSimulatedTrafficMap

A map from L1LinkKeys to L1LinkSimulatedTrafficRecords.

◆ LSPPathRouteMap

typedef std::map<wae::design::model::net::LSPPathKey, RouteRecord> LSPPathRouteMap

A map from LSPPath keys to route records.

◆ LSPRouteMap

typedef std::map<wae::design::model::net::LSPKey, RouteRecord> LSPRouteMap

A map from LSP keys to route records.

◆ LSPSimulatedTrafficMap

typedef std::map<wae::design::model::net::LSPKey, LSPSimulatedTrafficRecord> LSPSimulatedTrafficMap

A map from LSPKeys to LSPSimulatedTrafficRecords.

◆ NodeSimulatedTrafficMap

typedef std::map<wae::design::model::net::NodeKey, NodeSimulatedTrafficRecord> NodeSimulatedTrafficMap

A map from NodeKeys to NodeSimulatedTrafficRecords.

Enumeration Type Documentation

◆ RouteMetricType

enum RouteMetricType
Enumerator
ROUTEMETRIC_BGP 
ROUTEMETRIC_IGP 
ROUTEMETRIC_TE 
ROUTEMETRIC_LATENCY