Apache Mesos
Public Member Functions | Public Attributes | List of all members
routing::route::Rule Struct Reference

#include <route.hpp>

Public Member Functions

 Rule (const Option< net::IP::Network > &_destination, const Option< net::IP > &_gateway, const std::string &_link)
 

Public Attributes

Option< net::IP::Networkdestination
 
Option< net::IPgateway
 
std::string link
 

Constructor & Destructor Documentation

routing::route::Rule::Rule ( const Option< net::IP::Network > &  _destination,
const Option< net::IP > &  _gateway,
const std::string &  _link 
)
inline

Member Data Documentation

Option<net::IP::Network> routing::route::Rule::destination
Option<net::IP> routing::route::Rule::gateway
std::string routing::route::Rule::link

The documentation for this struct was generated from the following file: