class MirrorConfig

Defined at line 722 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

The configuration necessary to connect to a mirror.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_pkg::wire::MirrorConfig> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_pkg::wire::MirrorConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_pkg::wire::MirrorConfig>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void MirrorConfig ()

Defined at line 724 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

void MirrorConfig (const MirrorConfig & other)

Defined at line 725 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

MirrorConfig & operator= (const MirrorConfig & other)

Defined at line 726 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

void MirrorConfig (MirrorConfig && other)

Defined at line 727 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

::fidl::StringView & mirror_url ()

The base URL of the TUF metadata on this mirror. Required.

bool has_mirror_url ()
MirrorConfig & operator= (MirrorConfig && other)

Defined at line 728 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

bool & subscribe ()

Whether or not to automatically monitor the mirror for updates. Required.

bool has_subscribe ()
::fidl::StringView & blob_mirror_url ()

The URL where blobs from this mirror should be fetched. Optional.

If absent presumed to be `mirror_url + "/blobs"`.

bool has_blob_mirror_url ()
void ~MirrorConfig ()

Defined at line 730 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder