-
Notifications
You must be signed in to change notification settings - Fork 25
Description
The
com.softlayer.api.service.container.product.order.network.performancestorage.Nfs
and
com.softlayer.api.service.container.product.order.network.performancestorage.Iscsi
objects do not extend Order, like the other Container objects. This prevents a verifyOrder, and presumably a placeOrder from running.
When passing the Nfs container to the order service's verifyOrder() the following error is thrown:
groovy.lang.MissingMethodException: No signature of method: com.sun.proxy.$Proxy171.verifyOrder() is applicable for argument types: (com.softlayer.api.service.container.product.order.network.performancestorage.Nfs) values: [com.softlayer.api.service.container.product.order.network.performancestorage.Nfs@22e04a44]
Possible solutions: verifyOrder(com.softlayer.api.service.container.product.Order)