323324325326327328329330
} } public GetVncConsoleServer getVncConsole(String id, String type) { GetVncConsole action = new GetVncConsole(type); return new GetVncConsoleServer(id, action); }