class AddressProperties

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

Domain objects declarations

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::net::interfaces::PreferredLifetimeInfo & preferred_lifetime_info ()

Information about the preferred lifetime of the address.

If not set, interpreted as

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

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

bool has_preferred_lifetime_info ()

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

::fuchsia::net::interfaces::PreferredLifetimeInfo * mutable_preferred_lifetime_info ()

Information about the preferred lifetime of the address.

If not set, interpreted as

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

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

void clear_preferred_lifetime_info ()

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

AddressProperties & set_preferred_lifetime_info (::fuchsia::net::interfaces::PreferredLifetimeInfo _value)
const 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`.

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

bool has_valid_lifetime_end ()

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

int64_t * mutable_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`.

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

void clear_valid_lifetime_end ()

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

AddressProperties & set_valid_lifetime_end (int64_t _value)
void AddressProperties ()
void AddressProperties (AddressProperties && other)
void ~AddressProperties ()
AddressProperties & operator= (AddressProperties && other)
::std::unique_ptr<AddressProperties> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AddressProperties * _value, size_t _offset)
zx_status_t Clone (AddressProperties * _result)