template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 298 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_types.h

Public Methods

::fuchsia_net_interfaces_admin::wire::AddressProperties Build ()

Build and return the table. The builder should not be used after this.

bool has_preferred_lifetime_info ()
void clear_preferred_lifetime_info ()

Clears the preferred_lifetime_info field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_net_interfaces::wire::PreferredLifetimeInfo & preferred_lifetime_info ()

Information about the preferred lifetime of the address.

If not set, interpreted as

`PreferredLifetimeInfo.preferred_lifetime_end = zx.Time.INFINITE`.

BuilderImpl & preferred_lifetime_info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_interfaces::wire::PreferredLifetimeInfo>> elem)

Information about the preferred lifetime of the address.

If not set, interpreted as

`PreferredLifetimeInfo.preferred_lifetime_end = zx.Time.INFINITE`.

bool has_valid_lifetime_end ()
void clear_valid_lifetime_end ()

Clears the valid_lifetime_end field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

int64_t & valid_lifetime_end ()

The end of the valid lifetime of the address.

The address should *not* be considered invalid if `zx.Time` is in the

past. `valid_lifetime_end` is exchanged as a means to inform the

deadline where invalidation is expected to happen.

Refers to the valid lifetime of the address, as defined in

[RFC 4862, section 2](https://tools.ietf.org/html/rfc4862#section-2).

Must be greater than 0. If `zx.Time.INFINITE`, the valid lifetime does

not expire.

If not set, interpreted as `zx.Time.INFINITE`.

BuilderImpl & valid_lifetime_end (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)

The end of the valid lifetime of the address.

The address should *not* be considered invalid if `zx.Time` is in the

past. `valid_lifetime_end` is exchanged as a means to inform the

deadline where invalidation is expected to happen.

Refers to the valid lifetime of the address, as defined in

[RFC 4862, section 2](https://tools.ietf.org/html/rfc4862#section-2).

Must be greater than 0. If `zx.Time.INFINITE`, the valid lifetime does

not expire.

If not set, interpreted as `zx.Time.INFINITE`.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_net_interfaces_admin::wire::AddressProperties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_interfaces_admin::wire::AddressProperties>> && frame)

Records