class DebianGuestManager

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

Public Members

static const char[] Name_

Public Methods

void ~DebianGuestManager ()
void Launch (::fuchsia::virtualization::GuestConfig guest_config, ::fidl::InterfaceRequest< ::fuchsia::virtualization::Guest> controller, LaunchCallback callback)

Launch a new guest instance.

Possible errors:

- BAD_CONFIG: Failed to parse the config from the guest package, or other config

problems detected by the guest manager.

- ALREADY_RUNNING: The guest is already running. Stop the guest before launching again.

- START_FAILURE: Failed to initialize the VMM and devices, and start the guest. See

component logs for a more specific failure.

void ForceShutdown (ForceShutdownCallback callback)

Forcibly shuts down a running guest. Immediately after ForceShutdown returns, Launch can

be used to launch another guest.

void Connect (::fidl::InterfaceRequest< ::fuchsia::virtualization::Guest> controller, ConnectCallback callback)

Connect to a currently running guest.

Possible errors:

- NOT_RUNNING: Attempted to connect to a guest in a non-running state. Ensure the guest

has launched before attempting to reconnect.

void GetInfo (GetInfoCallback callback)

Query guest info