template <>
class NaturalSyncClientImpl
Defined at line 491 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_virtualization::Guest::GetConsole> GetConsole ()
Get a guest console.
The details regarding what output is produced and what input is accepted
are determined by each guest, but will typically be a read/write socket
with a shell.
Returns error DEVICE_NOT_PRESENT if the guest was started without a console device.
::fidl::Result< ::fuchsia_virtualization::Guest::GetSerial> GetSerial ()
Get the socket for low-level guest debug logs.
The details regarding what output is produced and what input is accepted
are determined by each guest, but will typically be a read-only socket
with the guest kernel's serial logs.
::fidl::Result< ::fuchsia_virtualization::Guest::GetHostVsockEndpoint> GetHostVsockEndpoint (::fidl::Request< ::fuchsia_virtualization::Guest::GetHostVsockEndpoint> request)
Get the vsock endpoint for the guest.
This endpoint can be used to register listeners for guest initiated connections, and
to initiate connections from a client. If listeners need to be registered before the guest
starts so that they are immediately available, set them via the guest config instead of
using this endpoint.
Returns error DEVICE_NOT_PRESENT if the guest was started without a vsock device.
::fidl::Result< ::fuchsia_virtualization::Guest::GetBalloonController> GetBalloonController (::fidl::Request< ::fuchsia_virtualization::Guest::GetBalloonController> request)
Get the balloon controller endpoint for the guest.
Returns error DEVICE_NOT_PRESENT if the guest was started without a balloon device.
::fidl::Result< ::fuchsia_virtualization::Guest::GetMemController> GetMemController (::fidl::Request< ::fuchsia_virtualization::Guest::GetMemController> request)
Get the mem controller endpoint for the guest.
Returns error DEVICE_NOT_PRESENT if the guest was started without a mem device.