template <>
class WireWeakAsyncClientImpl
Defined at line 10107 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_virtualization::LinuxManager::StartAndGetLinuxGuestInfo> StartAndGetLinuxGuestInfo (::fidl::StringView label)
Get Linux guest environment info.
Returns ZX_ERR_UNAVAILABLE if the Linux guest is not available.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_virtualization::LinuxManager::WipeData> WipeData ()
Clears the stateful data. This includes any installed containers and any user data
they may contain.
Returns ZX_ERR_BAD_STATE if this is called while the VM is running.
Returns ZX_ERR_IO if there was an IO failure while performing the
operation.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.