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"
サーバーは作成されましたが、エラーが原因で先に進むことができません。親切に助けてください。