class NetSpec

Defined at line 1440 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/natural_types.h

Properites describing a network device.

Public Methods

void NetSpec (Storage_ storage)
void NetSpec (::fuchsia_net::MacAddress mac_address, bool enable_bridge)
void NetSpec ()

Default constructs a |NetSpec| only if all of its members are default constructible.

Defined at line 1450 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/natural_types.h

void NetSpec (NetSpec && )

Defined at line 1453 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/natural_types.h

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

Defined at line 1454 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/natural_types.h

NetSpec & operator= (const NetSpec & other)
bool operator== (const NetSpec & other)
bool operator!= (const NetSpec & other)
const ::fuchsia_net::MacAddress & mac_address ()

MAC address for the network device.

::fuchsia_net::MacAddress & mac_address ()

MAC address for the network device.

NetSpec & mac_address (::fuchsia_net::MacAddress value)

MAC address for the network device.

bool enable_bridge ()

Whether to bridge the network device with the host network device.

bool & enable_bridge ()

Whether to bridge the network device with the host network device.

NetSpec & enable_bridge (bool value)

Whether to bridge the network device with the host network device.

void NetSpec (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits