class AddressProperties
Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_types.h
Properties of an IP address.
Public Methods
void AddressProperties (Storage_ storage)
void AddressProperties ()
Defined at line 113 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_types.h
void AddressProperties (AddressProperties && )
Defined at line 114 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_types.h
void AddressProperties (const AddressProperties & other)
AddressProperties & operator= (AddressProperties && )
Defined at line 115 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_types.h
AddressProperties & operator= (const AddressProperties & other)
bool operator== (const AddressProperties & other)
bool operator!= (const AddressProperties & other)
bool IsEmpty ()
const std::optional< ::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`.
::std::optional< ::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`.
AddressProperties & preferred_lifetime_info (std::optional< ::fuchsia_net_interfaces::PreferredLifetimeInfo> value)
Information about the preferred lifetime of the address.
If not set, interpreted as
`PreferredLifetimeInfo.preferred_lifetime_end = zx.Time.INFINITE`.
const std::optional<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`.
::std::optional<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`.
AddressProperties & valid_lifetime_end (std::optional<int64_t> value)
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`.
void AddressProperties (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits