class Control

Defined at line 1551 of file fidling/gen/sdk/fidl/fuchsia.net.virtualization/fuchsia.net.virtualization/hlcpp/fuchsia/net/virtualization/cpp/fidl.h

Provides control over virtualization network configuration.

Public Members

static const char[] Name_

Public Methods

void ~Control ()
void CreateNetwork (::fuchsia::net::virtualization::Config config, ::fidl::InterfaceRequest< ::fuchsia::net::virtualization::Network> network)

Create a new network with configurable upstream connectivity.

The network itself is always guaranteed to be created, but upstream

connectivity may not be established initially and may be lost at

any time.

+ request `config` network configuration.

+ request `network` provides control over the created network. The

protocol will be terminated after emitting a terminal event if the

network cannot be added.