Interface VmGraphicsConsoleService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmGraphicsConsoleService

    public static interface VmGraphicsConsoleService.GetResponse
    extends Response
    Retrieves the graphics console configuration of the virtual machine. IMPORTANT: By default, when the `current` parameter is not specified, the data returned corresponds to the next execution of the virtual machine. In the current implementation of the system this means that the `address` and `port` attributes will not be populated because the system does not know what address and port will be used for the next execution. Since in most cases those attributes are needed, it is strongly advised to aways explicitly include the `current` parameter with the value `true`.
    • Method Detail

      • console

        GraphicsConsole console()
        The information about the graphics console of the virtual machine.