Changelog
Last updated
Was this helpful?
implement a builder pattern for the methods: by using the builder, the query parameters (depth, pretty, maxResults etc) will no longer be required
changed manageDbaas to manageDBaaS on GroupProperties
added manageDbaas to GroupProperties
added new optional query parameter to datacentersServersDelete method: deleteVolumes (If true, all attached storage volumes will also be deleted)
new parameter on VolumeProperties model: bootOrder (determines whether the volume will be used as a boot volume)
❗ Important: This release is unusable, due to some private Kubernetes parameters that are not available at the moment of the release.
added Application Load Balancer and Target Group, 18 new models and 2 new apis
added Token Authentication
Aligning with the latest Ionos Cloud Api changes
Deserialization of API Enum responses relaxed in order to accept possibly new entries without crashing the client app using the sdk
ImageAliases and CloudInit attributes added to the ImageProperties model
Public and GatewayIp attributes added to the KubernetesClusterProperties model
k8sNodePoolUuid and k8sClusterUuid were added to the IpConsumer model
new filters supported in RequestApi: filter.createdDate, filter.createdBy, filter.etag, filter.requestStatus, filter.method, filter.headers, filter.body, filter.url
The following data types where changed for user operations:
User type was replaced by UserPost in POST operations
User type was replaced by UserPut in PUT operations
The following data types where changed for k8s cluster operations:
KubernetesCluster type was replaced by KubernetesClusterForPost in POST operations
KubernetesCluster type was replaced by KubernetesClusterForPut in PUT operations
The following data types where changed for k8s nodepool operations:
KubernetesNodePool type was replaced by KubernetesNodePoolForPost in POST operations
KubernetesNodePool type was replaced by KubernetesNodePoolForPUT in PUT operations both as input and as response type
Last updated
Was this helpful?
Was this helpful?