Class StartVmRequest

  • All Implemented Interfaces:
    Serializable

    public abstract class StartVmRequest
    extends Object
    implements Serializable
    A request to send to a process running on a device to tell it to run a given command to start a VM.
    See Also:
    Serialized Form
    • Method Detail

      • vmId

        public abstract UUID vmId()
        Returns the UUID that identifies the VM process.
      • command

        public abstract com.google.common.collect.ImmutableList<String> command()
        Returns the command to run.
      • stdoutId

        public abstract UUID stdoutId()
        Returns the UUID that identifies the VM process's stdout stream.
      • stderrId

        public abstract UUID stderrId()
        Returns the UUID that identifies the VM process's stderr stream.