9293949596979899100101102
final ElasticCompute compute = getElasticCompute(); final Image image = compute.imageRegister(instanceId, imageName, imageDescription); final State state = State.fromValue(image.getState()); switch (state) { case AVAILABLE: break; default:
949596979899100101102103104
final ElasticCompute compute = getElasticCompute(); final Image image = compute.imageRegister( // instanceId, imageName, imageDescription); final State state = State.fromValue(image.getState()); switch (state) { case AVAILABLE: break; default: