CreateServerOptions options = CreateServerOptions.Builder.adminPass("password");
ServerCreated serverCreated = serverApi.create(computeData.getServerName(), computeData.getImageId(), flavourId, options);
上面的代码抛出错误:
"com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 5"
服务器已创建,但错误限制了我继续进行。请帮忙。