OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::AWS::Route::Info Class Reference

#include <awsroute.hpp>

Public Member Functions

 Info (std::string network_interface_id_arg, std::string route_table_id_arg)
 
 Info (Context &ctx)
 
std::string to_string () const
 

Public Attributes

std::string network_interface_id
 
std::string route_table_id
 
std::string vpc_id
 

Detailed Description

Definition at line 99 of file awsroute.hpp.

Constructor & Destructor Documentation

◆ Info() [1/2]

openvpn::AWS::Route::Info::Info ( std::string  network_interface_id_arg,
std::string  route_table_id_arg 
)
inline

Definition at line 102 of file awsroute.hpp.

◆ Info() [2/2]

openvpn::AWS::Route::Info::Info ( Context ctx)
inline

Definition at line 109 of file awsroute.hpp.

Member Function Documentation

◆ to_string()

std::string openvpn::AWS::Route::Info::to_string ( ) const
inline

Definition at line 203 of file awsroute.hpp.

Member Data Documentation

◆ network_interface_id

std::string openvpn::AWS::Route::Info::network_interface_id

Definition at line 208 of file awsroute.hpp.

◆ route_table_id

std::string openvpn::AWS::Route::Info::route_table_id

Definition at line 209 of file awsroute.hpp.

◆ vpc_id

std::string openvpn::AWS::Route::Info::vpc_id

Definition at line 210 of file awsroute.hpp.


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