class InstalledRouteV6

Defined at line 1335 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

An `InstalledRouteV6` specifies an IPv6 network route that is installed in

the system's routing table.

Public Methods

void InstalledRouteV6 (Storage_ storage)
void InstalledRouteV6 ()

Defined at line 1340 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

void InstalledRouteV6 (InstalledRouteV6 && )

Defined at line 1341 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

void InstalledRouteV6 (const InstalledRouteV6 & other)
InstalledRouteV6 & operator= (InstalledRouteV6 && )

Defined at line 1342 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

InstalledRouteV6 & operator= (const InstalledRouteV6 & other)
bool operator== (const InstalledRouteV6 & other)
bool operator!= (const InstalledRouteV6 & other)
bool IsEmpty ()
const std::optional< ::fuchsia_net_routes::RouteV6> & route ()

The route.

::std::optional< ::fuchsia_net_routes::RouteV6> & route ()

The route.

InstalledRouteV6 & route (std::optional< ::fuchsia_net_routes::RouteV6> value)

The route.

const std::optional< ::fuchsia_net_routes::EffectiveRouteProperties> & effective_properties ()

The route's effective properties.

::std::optional< ::fuchsia_net_routes::EffectiveRouteProperties> & effective_properties ()

The route's effective properties.

InstalledRouteV6 & effective_properties (std::optional< ::fuchsia_net_routes::EffectiveRouteProperties> value)

The route's effective properties.

const std::optional<uint32_t> & table_id ()

The ID of the table to which this route belongs.

::std::optional<uint32_t> & table_id ()

The ID of the table to which this route belongs.

InstalledRouteV6 & table_id (std::optional<uint32_t> value)

The ID of the table to which this route belongs.

void InstalledRouteV6 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits