Changelog
- added Application Load Balancer and Target Group, 18 new models and 2 new APIs
- convert filters to map if they come as an object,
- removed parameter for
KubernetesClusterProperties
,KubernetesClusterPropertiesForPost
models:public
- removed parameter for
KubernetesNodePoolProperties
model:gatewayIp
- Added
manageDbaas
field ingroup-properties.ts
: provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default. - Added
deleteVolumes
todatacentersServersDelete
: If true, all attached storage volumes will also be deleted. - Added
boot_order
tovolume-properties.ts
: Determines whether the volume will be used as a boot volume. Set toNONE
, the volume will not be used as boot volume. Set toPRIMARY
, the volume will be used as boot volume and all other volumes must be set toNONE
. Set toAUTO
ornull
requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. Defaults toAUTO
.
- Fixed
IONOS_TOKEN
authentication bug. Now, the authentication usingIONOS_TOKEN
works properly.
Last modified 2mo ago