ionos-cloud / sdk-java

IONOS Cloud Official Java SDK
Apache License 2.0
3 stars 4 forks source link

Cannot create server with nics #6

Closed mflorin closed 3 years ago

mflorin commented 3 years ago

Description

When creating a new server, the Nics structure cannot be populated because there is no setter for the items member. This is happening because of the Nics definition in the swagger spec, which marks it as readonly.

Expected behavior

A setItems() setter should be available on the Nics model.

Environment

SDK version:

v5.1.0-SNAPSHOT