Skip to content

NFS order container does not extend Order #20

@nbow

Description

@nbow

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions