template <>
class NaturalSyncClientImpl
Defined at line 2727 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_net_routes_admin::RouteSetV6::AuthenticateForInterface> AuthenticateForInterface (::fidl::Request< ::fuchsia_net_routes_admin::RouteSetV6::AuthenticateForInterface> request)
Authenticate this route set to manage routes on the provided interface.
Authentication is valid for the lifetime of the route set.
+ request `interface` the authentication credential for an interface.
::fidl::Result< ::fuchsia_net_routes_admin::RouteSetV6::AddRoute> AddRoute (::fidl::Request< ::fuchsia_net_routes_admin::RouteSetV6::AddRoute> request)
Adds a route to this route set.
+ request `route` the route to add.
- response `did_add` true iff the route was added to this `RouteSet`
as a result of this call.
::fidl::Result< ::fuchsia_net_routes_admin::RouteSetV6::RemoveRoute> RemoveRoute (::fidl::Request< ::fuchsia_net_routes_admin::RouteSetV6::RemoveRoute> request)
Removes a route from this route set.
Note that if this route also exists other route sets, it will not be
removed from the global routing table.
+ request `route` the route to remove.
- response `did_remove` true iff the route was removed from this
`RouteSet` as a result of this call.