As we see, in SoftLayer's customer portal the exclusion of the specific configuration is automatically detected. For example, we cannot select VSI's 25 GB First Disk with Windows OS before verifying the order. I know we have verifyOrder method for Product_Order service but it require us to provide all the configuration at least. Do we have any other way to detect the invalid configuration?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
The form is updated according the conflicts between items, to get that information you should use the following method:
Also another method that can help, due to sometimes there are conflict between item and location:
You can try the following script that I created, it will provide enough information from a specific package: the available locations, the location conflicts for items and the conflicts between items
I hope it helps, let me know if you have any doubt or comment