ionoscloud 5.1.1 → 5.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (293) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +1 -1
  4. data/docs/models/KubernetesClusterProperties.md +0 -2
  5. data/docs/models/KubernetesClusterPropertiesForPost.md +0 -2
  6. data/docs/models/KubernetesNodePoolProperties.md +0 -3
  7. data/docs/models/KubernetesNodePoolPropertiesForPost.md +0 -3
  8. data/lib/ionoscloud/api_client.rb +2 -2
  9. data/lib/ionoscloud/models/attached_volumes.rb +65 -11
  10. data/lib/ionoscloud/models/backup_unit.rb +45 -5
  11. data/lib/ionoscloud/models/backup_unit_properties.rb +27 -3
  12. data/lib/ionoscloud/models/backup_unit_sso.rb +9 -1
  13. data/lib/ionoscloud/models/backup_units.rb +38 -8
  14. data/lib/ionoscloud/models/balanced_nics.rb +65 -11
  15. data/lib/ionoscloud/models/cdroms.rb +65 -11
  16. data/lib/ionoscloud/models/connectable_datacenter.rb +27 -3
  17. data/lib/ionoscloud/models/contract.rb +18 -2
  18. data/lib/ionoscloud/models/contract_properties.rb +45 -5
  19. data/lib/ionoscloud/models/data_center_entities.rb +36 -4
  20. data/lib/ionoscloud/models/datacenter.rb +54 -6
  21. data/lib/ionoscloud/models/datacenter_element_metadata.rb +72 -8
  22. data/lib/ionoscloud/models/datacenter_properties.rb +56 -10
  23. data/lib/ionoscloud/models/datacenters.rb +65 -11
  24. data/lib/ionoscloud/models/error.rb +20 -6
  25. data/lib/ionoscloud/models/error_message.rb +18 -2
  26. data/lib/ionoscloud/models/firewall_rule.rb +45 -5
  27. data/lib/ionoscloud/models/firewall_rules.rb +65 -11
  28. data/lib/ionoscloud/models/firewallrule_properties.rb +81 -9
  29. data/lib/ionoscloud/models/group.rb +45 -5
  30. data/lib/ionoscloud/models/group_entities.rb +18 -2
  31. data/lib/ionoscloud/models/group_members.rb +38 -8
  32. data/lib/ionoscloud/models/group_properties.rb +90 -10
  33. data/lib/ionoscloud/models/group_share.rb +36 -4
  34. data/lib/ionoscloud/models/group_share_properties.rb +18 -2
  35. data/lib/ionoscloud/models/group_shares.rb +38 -8
  36. data/lib/ionoscloud/models/group_users.rb +38 -8
  37. data/lib/ionoscloud/models/groups.rb +38 -8
  38. data/lib/ionoscloud/models/image.rb +45 -5
  39. data/lib/ionoscloud/models/image_properties.rb +173 -23
  40. data/lib/ionoscloud/models/images.rb +38 -8
  41. data/lib/ionoscloud/models/info.rb +27 -3
  42. data/lib/ionoscloud/models/ip_block.rb +45 -5
  43. data/lib/ionoscloud/models/ip_block_properties.rb +49 -13
  44. data/lib/ionoscloud/models/ip_blocks.rb +65 -11
  45. data/lib/ionoscloud/models/ip_consumer.rb +81 -9
  46. data/lib/ionoscloud/models/ip_failover.rb +18 -2
  47. data/lib/ionoscloud/models/kubernetes_auto_scaling.rb +18 -2
  48. data/lib/ionoscloud/models/kubernetes_cluster.rb +54 -6
  49. data/lib/ionoscloud/models/kubernetes_cluster_entities.rb +9 -1
  50. data/lib/ionoscloud/models/kubernetes_cluster_for_post.rb +54 -6
  51. data/lib/ionoscloud/models/kubernetes_cluster_for_put.rb +54 -6
  52. data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +70 -34
  53. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +48 -24
  54. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +49 -13
  55. data/lib/ionoscloud/models/kubernetes_clusters.rb +38 -8
  56. data/lib/ionoscloud/models/kubernetes_config.rb +36 -4
  57. data/lib/ionoscloud/models/kubernetes_config_properties.rb +9 -1
  58. data/lib/ionoscloud/models/kubernetes_maintenance_window.rb +18 -2
  59. data/lib/ionoscloud/models/kubernetes_node.rb +45 -5
  60. data/lib/ionoscloud/models/kubernetes_node_metadata.rb +45 -5
  61. data/lib/ionoscloud/models/kubernetes_node_pool.rb +45 -5
  62. data/lib/ionoscloud/models/kubernetes_node_pool_for_post.rb +45 -5
  63. data/lib/ionoscloud/models/kubernetes_node_pool_for_put.rb +45 -5
  64. data/lib/ionoscloud/models/kubernetes_node_pool_lan.rb +9 -1
  65. data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +163 -47
  66. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +152 -42
  67. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +89 -25
  68. data/lib/ionoscloud/models/kubernetes_node_pools.rb +38 -8
  69. data/lib/ionoscloud/models/kubernetes_node_properties.rb +36 -4
  70. data/lib/ionoscloud/models/kubernetes_nodes.rb +38 -8
  71. data/lib/ionoscloud/models/label.rb +45 -5
  72. data/lib/ionoscloud/models/label_properties.rb +45 -5
  73. data/lib/ionoscloud/models/label_resource.rb +45 -5
  74. data/lib/ionoscloud/models/label_resource_properties.rb +18 -2
  75. data/lib/ionoscloud/models/label_resources.rb +65 -11
  76. data/lib/ionoscloud/models/labels.rb +38 -8
  77. data/lib/ionoscloud/models/lan.rb +54 -6
  78. data/lib/ionoscloud/models/lan_entities.rb +9 -1
  79. data/lib/ionoscloud/models/lan_nics.rb +65 -11
  80. data/lib/ionoscloud/models/lan_post.rb +54 -6
  81. data/lib/ionoscloud/models/lan_properties.rb +38 -8
  82. data/lib/ionoscloud/models/lan_properties_post.rb +38 -8
  83. data/lib/ionoscloud/models/lans.rb +65 -11
  84. data/lib/ionoscloud/models/loadbalancer.rb +54 -6
  85. data/lib/ionoscloud/models/loadbalancer_entities.rb +9 -1
  86. data/lib/ionoscloud/models/loadbalancer_properties.rb +27 -3
  87. data/lib/ionoscloud/models/loadbalancers.rb +65 -11
  88. data/lib/ionoscloud/models/location.rb +45 -5
  89. data/lib/ionoscloud/models/location_properties.rb +31 -11
  90. data/lib/ionoscloud/models/locations.rb +38 -8
  91. data/lib/ionoscloud/models/nic.rb +54 -6
  92. data/lib/ionoscloud/models/nic_entities.rb +9 -1
  93. data/lib/ionoscloud/models/nic_properties.rb +65 -11
  94. data/lib/ionoscloud/models/nics.rb +65 -11
  95. data/lib/ionoscloud/models/no_state_meta_data.rb +63 -7
  96. data/lib/ionoscloud/models/pagination_links.rb +27 -3
  97. data/lib/ionoscloud/models/peer.rb +45 -5
  98. data/lib/ionoscloud/models/private_cross_connect.rb +45 -5
  99. data/lib/ionoscloud/models/private_cross_connect_properties.rb +40 -12
  100. data/lib/ionoscloud/models/private_cross_connects.rb +38 -8
  101. data/lib/ionoscloud/models/request.rb +45 -5
  102. data/lib/ionoscloud/models/request_metadata.rb +36 -4
  103. data/lib/ionoscloud/models/request_properties.rb +38 -8
  104. data/lib/ionoscloud/models/request_status.rb +36 -4
  105. data/lib/ionoscloud/models/request_status_metadata.rb +38 -8
  106. data/lib/ionoscloud/models/request_target.rb +18 -2
  107. data/lib/ionoscloud/models/requests.rb +65 -11
  108. data/lib/ionoscloud/models/resource.rb +54 -6
  109. data/lib/ionoscloud/models/resource_entities.rb +9 -1
  110. data/lib/ionoscloud/models/resource_groups.rb +38 -8
  111. data/lib/ionoscloud/models/resource_limits.rb +153 -17
  112. data/lib/ionoscloud/models/resource_properties.rb +18 -2
  113. data/lib/ionoscloud/models/resource_reference.rb +27 -3
  114. data/lib/ionoscloud/models/resources.rb +38 -8
  115. data/lib/ionoscloud/models/resources_users.rb +38 -8
  116. data/lib/ionoscloud/models/s3_bucket.rb +9 -1
  117. data/lib/ionoscloud/models/s3_key.rb +45 -5
  118. data/lib/ionoscloud/models/s3_key_metadata.rb +18 -2
  119. data/lib/ionoscloud/models/s3_key_properties.rb +18 -2
  120. data/lib/ionoscloud/models/s3_keys.rb +38 -8
  121. data/lib/ionoscloud/models/s3_object_storage_sso.rb +9 -1
  122. data/lib/ionoscloud/models/server.rb +54 -6
  123. data/lib/ionoscloud/models/server_entities.rb +27 -3
  124. data/lib/ionoscloud/models/server_properties.rb +72 -8
  125. data/lib/ionoscloud/models/servers.rb +65 -11
  126. data/lib/ionoscloud/models/snapshot.rb +45 -5
  127. data/lib/ionoscloud/models/snapshot_properties.rb +144 -16
  128. data/lib/ionoscloud/models/snapshots.rb +38 -8
  129. data/lib/ionoscloud/models/user.rb +54 -6
  130. data/lib/ionoscloud/models/user_metadata.rb +27 -3
  131. data/lib/ionoscloud/models/user_post.rb +9 -1
  132. data/lib/ionoscloud/models/user_properties.rb +72 -8
  133. data/lib/ionoscloud/models/user_properties_post.rb +72 -8
  134. data/lib/ionoscloud/models/user_properties_put.rb +63 -7
  135. data/lib/ionoscloud/models/user_put.rb +18 -2
  136. data/lib/ionoscloud/models/users.rb +65 -11
  137. data/lib/ionoscloud/models/users_entities.rb +18 -2
  138. data/lib/ionoscloud/models/volume.rb +45 -5
  139. data/lib/ionoscloud/models/volume_properties.rb +173 -23
  140. data/lib/ionoscloud/models/volumes.rb +65 -11
  141. data/lib/ionoscloud/version.rb +1 -1
  142. metadata +2 -304
  143. data/spec/api/_api_spec.rb +0 -49
  144. data/spec/api/backup_unit_api_spec.rb +0 -140
  145. data/spec/api/contract_api_spec.rb +0 -49
  146. data/spec/api/data_center_api_spec.rb +0 -128
  147. data/spec/api/image_api_spec.rb +0 -111
  148. data/spec/api/ip_blocks_api_spec.rb +0 -128
  149. data/spec/api/kubernetes_api_spec.rb +0 -306
  150. data/spec/api/label_api_spec.rb +0 -480
  151. data/spec/api/lan_api_spec.rb +0 -186
  152. data/spec/api/load_balancer_api_spec.rb +0 -203
  153. data/spec/api/location_api_spec.rb +0 -80
  154. data/spec/api/nic_api_spec.rb +0 -251
  155. data/spec/api/private_cross_connect_api_spec.rb +0 -110
  156. data/spec/api/request_api_spec.rb +0 -92
  157. data/spec/api/server_api_spec.rb +0 -337
  158. data/spec/api/snapshot_api_spec.rb +0 -111
  159. data/spec/api/user_management_api_spec.rb +0 -497
  160. data/spec/api/volume_api_spec.rb +0 -171
  161. data/spec/models/attached_volumes_spec.rb +0 -70
  162. data/spec/models/backup_unit_properties_spec.rb +0 -46
  163. data/spec/models/backup_unit_spec.rb +0 -62
  164. data/spec/models/backup_unit_sso_spec.rb +0 -34
  165. data/spec/models/backup_units_spec.rb +0 -56
  166. data/spec/models/balanced_nics_spec.rb +0 -70
  167. data/spec/models/cdroms_spec.rb +0 -70
  168. data/spec/models/connectable_datacenter_spec.rb +0 -46
  169. data/spec/models/contract_properties_spec.rb +0 -58
  170. data/spec/models/contract_spec.rb +0 -40
  171. data/spec/models/data_center_entities_spec.rb +0 -52
  172. data/spec/models/datacenter_element_metadata_spec.rb +0 -80
  173. data/spec/models/datacenter_properties_spec.rb +0 -64
  174. data/spec/models/datacenter_spec.rb +0 -64
  175. data/spec/models/datacenters_spec.rb +0 -70
  176. data/spec/models/error_message_spec.rb +0 -40
  177. data/spec/models/error_spec.rb +0 -40
  178. data/spec/models/firewall_rule_spec.rb +0 -58
  179. data/spec/models/firewall_rules_spec.rb +0 -70
  180. data/spec/models/firewallrule_properties_spec.rb +0 -86
  181. data/spec/models/group_entities_spec.rb +0 -40
  182. data/spec/models/group_members_spec.rb +0 -52
  183. data/spec/models/group_properties_spec.rb +0 -88
  184. data/spec/models/group_share_properties_spec.rb +0 -40
  185. data/spec/models/group_share_spec.rb +0 -52
  186. data/spec/models/group_shares_spec.rb +0 -52
  187. data/spec/models/group_spec.rb +0 -58
  188. data/spec/models/group_users_spec.rb +0 -52
  189. data/spec/models/groups_spec.rb +0 -52
  190. data/spec/models/image_properties_spec.rb +0 -154
  191. data/spec/models/image_spec.rb +0 -58
  192. data/spec/models/images_spec.rb +0 -52
  193. data/spec/models/info_spec.rb +0 -46
  194. data/spec/models/ip_block_properties_spec.rb +0 -58
  195. data/spec/models/ip_block_spec.rb +0 -58
  196. data/spec/models/ip_blocks_spec.rb +0 -70
  197. data/spec/models/ip_consumer_spec.rb +0 -82
  198. data/spec/models/ip_failover_spec.rb +0 -40
  199. data/spec/models/kubernetes_auto_scaling_spec.rb +0 -40
  200. data/spec/models/kubernetes_cluster_entities_spec.rb +0 -34
  201. data/spec/models/kubernetes_cluster_for_post_spec.rb +0 -68
  202. data/spec/models/kubernetes_cluster_for_put_spec.rb +0 -68
  203. data/spec/models/kubernetes_cluster_properties_for_post_spec.rb +0 -64
  204. data/spec/models/kubernetes_cluster_properties_for_put_spec.rb +0 -58
  205. data/spec/models/kubernetes_cluster_properties_spec.rb +0 -76
  206. data/spec/models/kubernetes_cluster_spec.rb +0 -68
  207. data/spec/models/kubernetes_clusters_spec.rb +0 -56
  208. data/spec/models/kubernetes_config_properties_spec.rb +0 -34
  209. data/spec/models/kubernetes_config_spec.rb +0 -56
  210. data/spec/models/kubernetes_maintenance_window_spec.rb +0 -44
  211. data/spec/models/kubernetes_node_metadata_spec.rb +0 -62
  212. data/spec/models/kubernetes_node_pool_for_post_spec.rb +0 -62
  213. data/spec/models/kubernetes_node_pool_for_put_spec.rb +0 -62
  214. data/spec/models/kubernetes_node_pool_lan_spec.rb +0 -34
  215. data/spec/models/kubernetes_node_pool_properties_for_post_spec.rb +0 -138
  216. data/spec/models/kubernetes_node_pool_properties_for_put_spec.rb +0 -82
  217. data/spec/models/kubernetes_node_pool_properties_spec.rb +0 -144
  218. data/spec/models/kubernetes_node_pool_spec.rb +0 -62
  219. data/spec/models/kubernetes_node_pools_spec.rb +0 -56
  220. data/spec/models/kubernetes_node_properties_spec.rb +0 -52
  221. data/spec/models/kubernetes_node_spec.rb +0 -62
  222. data/spec/models/kubernetes_nodes_spec.rb +0 -56
  223. data/spec/models/label_properties_spec.rb +0 -58
  224. data/spec/models/label_resource_properties_spec.rb +0 -40
  225. data/spec/models/label_resource_spec.rb +0 -62
  226. data/spec/models/label_resources_spec.rb +0 -74
  227. data/spec/models/label_spec.rb +0 -62
  228. data/spec/models/labels_spec.rb +0 -56
  229. data/spec/models/lan_entities_spec.rb +0 -34
  230. data/spec/models/lan_nics_spec.rb +0 -70
  231. data/spec/models/lan_post_spec.rb +0 -64
  232. data/spec/models/lan_properties_post_spec.rb +0 -52
  233. data/spec/models/lan_properties_spec.rb +0 -52
  234. data/spec/models/lan_spec.rb +0 -64
  235. data/spec/models/lans_spec.rb +0 -70
  236. data/spec/models/loadbalancer_entities_spec.rb +0 -34
  237. data/spec/models/loadbalancer_properties_spec.rb +0 -46
  238. data/spec/models/loadbalancer_spec.rb +0 -64
  239. data/spec/models/loadbalancers_spec.rb +0 -70
  240. data/spec/models/location_properties_spec.rb +0 -46
  241. data/spec/models/location_spec.rb +0 -58
  242. data/spec/models/locations_spec.rb +0 -52
  243. data/spec/models/nic_entities_spec.rb +0 -34
  244. data/spec/models/nic_properties_spec.rb +0 -70
  245. data/spec/models/nic_spec.rb +0 -64
  246. data/spec/models/nics_spec.rb +0 -70
  247. data/spec/models/no_state_meta_data_spec.rb +0 -70
  248. data/spec/models/pagination_links_spec.rb +0 -46
  249. data/spec/models/peer_spec.rb +0 -58
  250. data/spec/models/private_cross_connect_properties_spec.rb +0 -52
  251. data/spec/models/private_cross_connect_spec.rb +0 -58
  252. data/spec/models/private_cross_connects_spec.rb +0 -52
  253. data/spec/models/request_metadata_spec.rb +0 -52
  254. data/spec/models/request_properties_spec.rb +0 -52
  255. data/spec/models/request_spec.rb +0 -58
  256. data/spec/models/request_status_metadata_spec.rb +0 -56
  257. data/spec/models/request_status_spec.rb +0 -52
  258. data/spec/models/request_target_spec.rb +0 -44
  259. data/spec/models/requests_spec.rb +0 -70
  260. data/spec/models/resource_entities_spec.rb +0 -34
  261. data/spec/models/resource_groups_spec.rb +0 -52
  262. data/spec/models/resource_limits_spec.rb +0 -130
  263. data/spec/models/resource_properties_spec.rb +0 -40
  264. data/spec/models/resource_reference_spec.rb +0 -46
  265. data/spec/models/resource_spec.rb +0 -64
  266. data/spec/models/resources_spec.rb +0 -52
  267. data/spec/models/resources_users_spec.rb +0 -52
  268. data/spec/models/s3_bucket_spec.rb +0 -34
  269. data/spec/models/s3_key_metadata_spec.rb +0 -40
  270. data/spec/models/s3_key_properties_spec.rb +0 -40
  271. data/spec/models/s3_key_spec.rb +0 -58
  272. data/spec/models/s3_keys_spec.rb +0 -52
  273. data/spec/models/s3_object_storage_sso_spec.rb +0 -34
  274. data/spec/models/server_entities_spec.rb +0 -46
  275. data/spec/models/server_properties_spec.rb +0 -84
  276. data/spec/models/server_spec.rb +0 -64
  277. data/spec/models/servers_spec.rb +0 -70
  278. data/spec/models/snapshot_properties_spec.rb +0 -128
  279. data/spec/models/snapshot_spec.rb +0 -58
  280. data/spec/models/snapshots_spec.rb +0 -52
  281. data/spec/models/type_spec.rb +0 -28
  282. data/spec/models/user_metadata_spec.rb +0 -46
  283. data/spec/models/user_post_spec.rb +0 -34
  284. data/spec/models/user_properties_post_spec.rb +0 -76
  285. data/spec/models/user_properties_put_spec.rb +0 -70
  286. data/spec/models/user_properties_spec.rb +0 -76
  287. data/spec/models/user_put_spec.rb +0 -40
  288. data/spec/models/user_spec.rb +0 -64
  289. data/spec/models/users_entities_spec.rb +0 -40
  290. data/spec/models/users_spec.rb +0 -70
  291. data/spec/models/volume_properties_spec.rb +0 -158
  292. data/spec/models/volume_spec.rb +0 -58
  293. data/spec/models/volumes_spec.rb +0 -70
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e89128a98b1afe8fa341c388dac645ed521b730610bc037638b332b2684c1a6
4
- data.tar.gz: 5dd7dbca10e6dfc0ce0e7d560aa2ccdae82519515953a85e9b196df207a5e350
3
+ metadata.gz: fbda77bf31f4728c7c75d871902d0dcfaad37f0e4af13bc1b3591ab61b47f5ee
4
+ data.tar.gz: 00f70f0d7b25de8d2e3c4e446d804c7eb0ab221dfb983854c370fca0067d7ce0
5
5
  SHA512:
6
- metadata.gz: 4b31d198b24ced0a72d46702b41e0b751f229532a7894f20959ad3881df7d38b360475fd4339bda1edce6a81d6e30abf0e92aaf64dcfed063fbd4aa5d240b436
7
- data.tar.gz: '04790d9a37a6e340cc3a11277b9d71724f9bff12d7d959097b8e18450b7c2ccc3bd6ebf271b48150130e8b9ea44e0e1e28a534a89c7be75d33dabd20450ad1ae'
6
+ metadata.gz: 3729855717707fde3d36d110683fb29cfa7d7a604d80399bbfe1ac5adc193b1802fbceae49272810e7faff01efc74cae773580813758c39c88c4d13ec7d006b0
7
+ data.tar.gz: dcb98eb7d7e3ac4e1293701c3f3ed1e450d3983e009bf37df4be542bb243f42332b57c6a7ba6c8562b9ab2f32cc21bc725a475141abbf49d7c3e5b0abd63fa0b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ionoscloud (5.1.1)
4
+ ionoscloud (5.1.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -11,7 +11,7 @@ GEM
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
13
  diff-lcs (1.4.4)
14
- ethon (0.14.0)
14
+ ethon (0.15.0)
15
15
  ffi (>= 1.15.0)
16
16
  ffi (1.15.4)
17
17
  jaro_winkler (1.5.4)
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  rubocop (~> 0.66.0)
66
66
 
67
67
  BUNDLED WITH
68
- 2.2.28
68
+ 2.2.29
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- ![CI](https://github.com/ionos-cloud/sdk-resources/workflows/CI/badge.svg)
2
+ ![CI](https://github.com/ionos-cloud/sdk-resources/workflows/%5B%20CI%20%5D%20CloudApi%20V5%20/%20Ruby/badge.svg)
3
3
  [![Gem Version](https://img.shields.io/gem/v/ionoscloud)](https://rubygems.org/gems/ionoscloud)
4
4
  [![Gitter](https://badges.gitter.im/ionos-cloud/sdk-general.png)](https://gitter.im/ionos-cloud/sdk-general)
5
5
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ionos-cloud_sdk-ruby&metric=alert_status)](https://sonarcloud.io/dashboard?id=ionos-cloud_sdk-ruby)
@@ -9,7 +9,6 @@
9
9
  | **maintenance_window** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
10
10
  | **available_upgrade_versions** | **Array<String>** | List of available versions for upgrading the cluster | [optional] |
11
11
  | **viable_node_pool_versions** | **Array<String>** | List of versions that may be used for node pools under this cluster | [optional] |
12
- | **public** | **Boolean** | The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase. | [optional][default to true] |
13
12
  | **api_subnet_allow_list** | **Array<String>** | Access to the K8s API server is restricted to these CIDRs. Cluster-internal traffic is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value will be used: 32 for IPv4 and 128 for IPv6. | [optional] |
14
13
  | **s3_buckets** | [**Array<S3Bucket>**](S3Bucket.md) | List of S3 bucket configured for K8s usage. For now it contains only one S3 bucket used to store K8s API audit logs | [optional] |
15
14
 
@@ -24,7 +23,6 @@ instance = Ionoscloud::KubernetesClusterProperties.new(
24
23
  maintenance_window: null,
25
24
  available_upgrade_versions: [1.16.4, 1.17.7],
26
25
  viable_node_pool_versions: [1.17.7, 1.18.2],
27
- public: null,
28
26
  api_subnet_allow_list: [1.2.3.4/32, 2002::1234:abcd:ffff:c0a8:101/64, 1.2.3.4, 2002::1234:abcd:ffff:c0a8:101],
29
27
  s3_buckets: null
30
28
  )
@@ -7,7 +7,6 @@
7
7
  | **name** | **String** | A Kubernetes Cluster Name. Valid Kubernetes Cluster name must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. | |
8
8
  | **k8s_version** | **String** | The kubernetes version in which a cluster is running. This imposes restrictions on what kubernetes versions can be run in a cluster's nodepools. Additionally, not all kubernetes versions are viable upgrade targets for all prior versions. | [optional] |
9
9
  | **maintenance_window** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
10
- | **public** | **Boolean** | The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase. | [optional][default to true] |
11
10
  | **api_subnet_allow_list** | **Array<String>** | Access to the K8s API server is restricted to these CIDRs. Cluster-internal traffic is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value will be used: 32 for IPv4 and 128 for IPv6. | [optional] |
12
11
  | **s3_buckets** | [**Array<S3Bucket>**](S3Bucket.md) | List of S3 bucket configured for K8s usage. For now it contains only one S3 bucket used to store K8s API audit logs | [optional] |
13
12
 
@@ -20,7 +19,6 @@ instance = Ionoscloud::KubernetesClusterPropertiesForPost.new(
20
19
  name: k8s,
21
20
  k8s_version: 1.15.4,
22
21
  maintenance_window: null,
23
- public: null,
24
22
  api_subnet_allow_list: [1.2.3.4/32, 2002::1234:abcd:ffff:c0a8:101/64, 1.2.3.4, 2002::1234:abcd:ffff:c0a8:101],
25
23
  s3_buckets: null
26
24
  )
@@ -21,7 +21,6 @@
21
21
  | **annotations** | **Hash<String, String>** | map of annotations attached to node pool | [optional] |
22
22
  | **public_ips** | **Array<String>** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one extra IP than maximum number of nodes could be. (nodeCount+1 if fixed node amount or maxNodeCount+1 if auto scaling is used) The extra provided IP Will be used during rebuilding of nodes. | [optional] |
23
23
  | **available_upgrade_versions** | **Array<String>** | List of available versions for upgrading the node pool | [optional] |
24
- | **gateway_ip** | **String** | Public IP address for the gateway performing source NAT for the node pool's nodes belonging to a private cluster. Required only if the node pool belongs to a private cluster. | [optional] |
25
24
 
26
25
  ## Example
27
26
 
@@ -46,7 +45,5 @@ instance = Ionoscloud::KubernetesNodePoolProperties.new(
46
45
  annotations: null,
47
46
  public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4],
48
47
  available_upgrade_versions: [1.16.4, 1.17.7],
49
- gateway_ip: 198.51.100.100
50
- )
51
48
  ```
52
49
 
@@ -20,7 +20,6 @@
20
20
  | **labels** | **Hash<String, String>** | map of labels attached to node pool | [optional] |
21
21
  | **annotations** | **Hash<String, String>** | map of annotations attached to node pool | [optional] |
22
22
  | **public_ips** | **Array<String>** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one extra IP than maximum number of nodes could be. (nodeCount+1 if fixed node amount or maxNodeCount+1 if auto scaling is used) The extra provided IP Will be used during rebuilding of nodes. | [optional] |
23
- | **gateway_ip** | **String** | Public IP address for the gateway performing source NAT for the node pool's nodes belonging to a private cluster. Required only if the node pool belongs to a private cluster. | [optional] |
24
23
 
25
24
  ## Example
26
25
 
@@ -44,7 +43,5 @@ instance = Ionoscloud::KubernetesNodePoolPropertiesForPost.new(
44
43
  labels: null,
45
44
  annotations: null,
46
45
  public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4],
47
- gateway_ip: 198.51.100.100
48
- )
49
46
  ```
50
47
 
@@ -38,7 +38,7 @@ module Ionoscloud
38
38
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
39
39
  def initialize(config = Configuration.default)
40
40
  @config = config
41
- @user_agent = "ionos-cloud-sdk-ruby/5.1.1"
41
+ @user_agent = "ionos-cloud-sdk-ruby/5.1.2"
42
42
  @default_headers = {
43
43
  'Content-Type' => 'application/json',
44
44
  'User-Agent' => @user_agent
@@ -499,7 +499,7 @@ module Ionoscloud
499
499
 
500
500
  current_time = Time.now.to_i
501
501
  if timeout && current_time > timeout
502
- raise Ionoscloud::ApiError.new(message: "Timed out waiting for request #{request_id}.")
502
+ raise Ionoscloud::ApiError.new(message: "Timed out.")
503
503
  end
504
504
 
505
505
  if current_time > next_increase
@@ -15,35 +15,49 @@ require 'time'
15
15
 
16
16
  module Ionoscloud
17
17
  class AttachedVolumes
18
+
18
19
  # The resource's unique identifier
19
20
  attr_accessor :id
20
21
 
22
+
21
23
  # The type of object that has been created
22
24
  attr_accessor :type
23
25
 
26
+
24
27
  # URL to the object representation (absolute path)
25
28
  attr_accessor :href
26
29
 
30
+
27
31
  # Array of items in that collection
28
32
  attr_accessor :items
29
33
 
34
+
30
35
  # the offset (if specified in the request)
31
36
  attr_accessor :offset
32
37
 
38
+
33
39
  # the limit (if specified in the request)
34
40
  attr_accessor :limit
35
41
 
42
+
36
43
  attr_accessor :_links
37
44
 
38
45
  # Attribute mapping from ruby-style variable name to JSON key.
39
46
  def self.attribute_map
40
47
  {
48
+
41
49
  :'id' => :'id',
50
+
42
51
  :'type' => :'type',
52
+
43
53
  :'href' => :'href',
54
+
44
55
  :'items' => :'items',
56
+
45
57
  :'offset' => :'offset',
58
+
46
59
  :'limit' => :'limit',
60
+
47
61
  :'_links' => :'_links'
48
62
  }
49
63
  end
@@ -56,12 +70,19 @@ module Ionoscloud
56
70
  # Attribute type mapping.
57
71
  def self.openapi_types
58
72
  {
73
+
59
74
  :'id' => :'String',
75
+
60
76
  :'type' => :'Type',
77
+
61
78
  :'href' => :'String',
79
+
62
80
  :'items' => :'Array<Volume>',
81
+
63
82
  :'offset' => :'Float',
83
+
64
84
  :'limit' => :'Float',
85
+
65
86
  :'_links' => :'PaginationLinks'
66
87
  }
67
88
  end
@@ -69,6 +90,13 @@ module Ionoscloud
69
90
  # List of attributes with nullable: true
70
91
  def self.openapi_nullable
71
92
  Set.new([
93
+
94
+
95
+
96
+
97
+
98
+
99
+
72
100
  ])
73
101
  end
74
102
 
@@ -86,33 +114,38 @@ module Ionoscloud
86
114
  end
87
115
  h[k.to_sym] = v
88
116
  }
117
+
89
118
 
90
119
  if attributes.key?(:'id')
91
120
  self.id = attributes[:'id']
92
121
  end
93
122
 
123
+
94
124
  if attributes.key?(:'type')
95
125
  self.type = attributes[:'type']
96
126
  end
97
127
 
128
+
98
129
  if attributes.key?(:'href')
99
130
  self.href = attributes[:'href']
100
131
  end
101
132
 
102
- if attributes.key?(:'items')
103
- if (value = attributes[:'items']).is_a?(Array)
104
- self.items = value
105
- end
133
+
134
+ if attributes.key?(:'items') && (value = attributes[:'items']).is_a?(Array)
135
+ self.items = value
106
136
  end
107
137
 
138
+
108
139
  if attributes.key?(:'offset')
109
140
  self.offset = attributes[:'offset']
110
141
  end
111
142
 
143
+
112
144
  if attributes.key?(:'limit')
113
145
  self.limit = attributes[:'limit']
114
146
  end
115
147
 
148
+
116
149
  if attributes.key?(:'_links')
117
150
  self._links = attributes[:'_links']
118
151
  end
@@ -122,27 +155,48 @@ module Ionoscloud
122
155
  # @return Array for valid properties with the reasons
123
156
  def list_invalid_properties
124
157
  invalid_properties = Array.new
158
+
159
+
160
+
161
+
162
+
163
+
164
+
125
165
  invalid_properties
126
166
  end
127
167
 
128
168
  # Check to see if the all the properties in the model are valid
129
169
  # @return true if the model is valid
130
170
  def valid?
171
+
172
+
173
+
174
+
175
+
176
+
177
+
131
178
  true
132
179
  end
133
180
 
181
+
182
+
183
+
184
+
185
+
186
+
187
+
134
188
  # Checks equality by comparing each attribute.
135
189
  # @param [Object] Object to be compared
136
190
  def ==(o)
137
191
  return true if self.equal?(o)
138
192
  self.class == o.class &&
139
- id == o.id &&
140
- type == o.type &&
141
- href == o.href &&
142
- items == o.items &&
143
- offset == o.offset &&
144
- limit == o.limit &&
145
- _links == o._links
193
+ id == o.id &&
194
+ type == o.type &&
195
+ href == o.href &&
196
+ items == o.items &&
197
+ offset == o.offset &&
198
+ limit == o.limit &&
199
+ _links == o._links
146
200
  end
147
201
 
148
202
  # @see the `==` method
@@ -15,17 +15,22 @@ require 'time'
15
15
 
16
16
  module Ionoscloud
17
17
  class BackupUnit
18
+
18
19
  # The resource's unique identifier
19
20
  attr_accessor :id
20
21
 
22
+
21
23
  # The type of object that has been created
22
24
  attr_accessor :type
23
25
 
26
+
24
27
  # URL to the object representation (absolute path)
25
28
  attr_accessor :href
26
29
 
30
+
27
31
  attr_accessor :metadata
28
32
 
33
+
29
34
  attr_accessor :properties
30
35
 
31
36
  class EnumAttributeValidator
@@ -53,10 +58,15 @@ module Ionoscloud
53
58
  # Attribute mapping from ruby-style variable name to JSON key.
54
59
  def self.attribute_map
55
60
  {
61
+
56
62
  :'id' => :'id',
63
+
57
64
  :'type' => :'type',
65
+
58
66
  :'href' => :'href',
67
+
59
68
  :'metadata' => :'metadata',
69
+
60
70
  :'properties' => :'properties'
61
71
  }
62
72
  end
@@ -69,10 +79,15 @@ module Ionoscloud
69
79
  # Attribute type mapping.
70
80
  def self.openapi_types
71
81
  {
82
+
72
83
  :'id' => :'String',
84
+
73
85
  :'type' => :'String',
86
+
74
87
  :'href' => :'String',
88
+
75
89
  :'metadata' => :'DatacenterElementMetadata',
90
+
76
91
  :'properties' => :'BackupUnitProperties'
77
92
  }
78
93
  end
@@ -80,6 +95,11 @@ module Ionoscloud
80
95
  # List of attributes with nullable: true
81
96
  def self.openapi_nullable
82
97
  Set.new([
98
+
99
+
100
+
101
+
102
+
83
103
  ])
84
104
  end
85
105
 
@@ -97,23 +117,28 @@ module Ionoscloud
97
117
  end
98
118
  h[k.to_sym] = v
99
119
  }
120
+
100
121
 
101
122
  if attributes.key?(:'id')
102
123
  self.id = attributes[:'id']
103
124
  end
104
125
 
126
+
105
127
  if attributes.key?(:'type')
106
128
  self.type = attributes[:'type']
107
129
  end
108
130
 
131
+
109
132
  if attributes.key?(:'href')
110
133
  self.href = attributes[:'href']
111
134
  end
112
135
 
136
+
113
137
  if attributes.key?(:'metadata')
114
138
  self.metadata = attributes[:'metadata']
115
139
  end
116
140
 
141
+
117
142
  if attributes.key?(:'properties')
118
143
  self.properties = attributes[:'properties']
119
144
  end
@@ -123,6 +148,11 @@ module Ionoscloud
123
148
  # @return Array for valid properties with the reasons
124
149
  def list_invalid_properties
125
150
  invalid_properties = Array.new
151
+
152
+
153
+
154
+
155
+
126
156
  if @properties.nil?
127
157
  invalid_properties.push('invalid value for "properties", properties cannot be nil.')
128
158
  end
@@ -133,12 +163,19 @@ module Ionoscloud
133
163
  # Check to see if the all the properties in the model are valid
134
164
  # @return true if the model is valid
135
165
  def valid?
166
+
167
+
136
168
  type_validator = EnumAttributeValidator.new('String', ["backupunit"])
137
169
  return false unless type_validator.valid?(@type)
170
+
171
+
172
+
138
173
  return false if @properties.nil?
139
174
  true
140
175
  end
141
176
 
177
+
178
+
142
179
  # Custom attribute writer method checking allowed values (enum).
143
180
  # @param [Object] type Object to be assigned
144
181
  def type=(type)
@@ -149,16 +186,19 @@ module Ionoscloud
149
186
  @type = type
150
187
  end
151
188
 
189
+
190
+
191
+
152
192
  # Checks equality by comparing each attribute.
153
193
  # @param [Object] Object to be compared
154
194
  def ==(o)
155
195
  return true if self.equal?(o)
156
196
  self.class == o.class &&
157
- id == o.id &&
158
- type == o.type &&
159
- href == o.href &&
160
- metadata == o.metadata &&
161
- properties == o.properties
197
+ id == o.id &&
198
+ type == o.type &&
199
+ href == o.href &&
200
+ metadata == o.metadata &&
201
+ properties == o.properties
162
202
  end
163
203
 
164
204
  # @see the `==` method
@@ -15,20 +15,26 @@ require 'time'
15
15
 
16
16
  module Ionoscloud
17
17
  class BackupUnitProperties
18
+
18
19
  # A name of that resource (only alphanumeric characters are acceptable)
19
20
  attr_accessor :name
20
21
 
22
+
21
23
  # the password associated to that resource
22
24
  attr_accessor :password
23
25
 
26
+
24
27
  # The email associated with the backup unit. Bear in mind that this email does not be the same email as of the user.
25
28
  attr_accessor :email
26
29
 
27
30
  # Attribute mapping from ruby-style variable name to JSON key.
28
31
  def self.attribute_map
29
32
  {
33
+
30
34
  :'name' => :'name',
35
+
31
36
  :'password' => :'password',
37
+
32
38
  :'email' => :'email'
33
39
  }
34
40
  end
@@ -41,8 +47,11 @@ module Ionoscloud
41
47
  # Attribute type mapping.
42
48
  def self.openapi_types
43
49
  {
50
+
44
51
  :'name' => :'String',
52
+
45
53
  :'password' => :'String',
54
+
46
55
  :'email' => :'String'
47
56
  }
48
57
  end
@@ -50,6 +59,9 @@ module Ionoscloud
50
59
  # List of attributes with nullable: true
51
60
  def self.openapi_nullable
52
61
  Set.new([
62
+
63
+
64
+
53
65
  ])
54
66
  end
55
67
 
@@ -67,15 +79,18 @@ module Ionoscloud
67
79
  end
68
80
  h[k.to_sym] = v
69
81
  }
82
+
70
83
 
71
84
  if attributes.key?(:'name')
72
85
  self.name = attributes[:'name']
73
86
  end
74
87
 
88
+
75
89
  if attributes.key?(:'password')
76
90
  self.password = attributes[:'password']
77
91
  end
78
92
 
93
+
79
94
  if attributes.key?(:'email')
80
95
  self.email = attributes[:'email']
81
96
  end
@@ -85,28 +100,37 @@ module Ionoscloud
85
100
  # @return Array for valid properties with the reasons
86
101
  def list_invalid_properties
87
102
  invalid_properties = Array.new
103
+
88
104
  if @name.nil?
89
105
  invalid_properties.push('invalid value for "name", name cannot be nil.')
90
106
  end
91
107
 
108
+
109
+
92
110
  invalid_properties
93
111
  end
94
112
 
95
113
  # Check to see if the all the properties in the model are valid
96
114
  # @return true if the model is valid
97
115
  def valid?
116
+
98
117
  return false if @name.nil?
118
+
119
+
99
120
  true
100
121
  end
101
122
 
123
+
124
+
125
+
102
126
  # Checks equality by comparing each attribute.
103
127
  # @param [Object] Object to be compared
104
128
  def ==(o)
105
129
  return true if self.equal?(o)
106
130
  self.class == o.class &&
107
- name == o.name &&
108
- password == o.password &&
109
- email == o.email
131
+ name == o.name &&
132
+ password == o.password &&
133
+ email == o.email
110
134
  end
111
135
 
112
136
  # @see the `==` method
@@ -15,12 +15,14 @@ require 'time'
15
15
 
16
16
  module Ionoscloud
17
17
  class BackupUnitSSO
18
+
18
19
  # The backup unit single sign on url
19
20
  attr_accessor :sso_url
20
21
 
21
22
  # Attribute mapping from ruby-style variable name to JSON key.
22
23
  def self.attribute_map
23
24
  {
25
+
24
26
  :'sso_url' => :'ssoUrl'
25
27
  }
26
28
  end
@@ -33,6 +35,7 @@ module Ionoscloud
33
35
  # Attribute type mapping.
34
36
  def self.openapi_types
35
37
  {
38
+
36
39
  :'sso_url' => :'String'
37
40
  }
38
41
  end
@@ -40,6 +43,7 @@ module Ionoscloud
40
43
  # List of attributes with nullable: true
41
44
  def self.openapi_nullable
42
45
  Set.new([
46
+
43
47
  ])
44
48
  end
45
49
 
@@ -57,6 +61,7 @@ module Ionoscloud
57
61
  end
58
62
  h[k.to_sym] = v
59
63
  }
64
+
60
65
 
61
66
  if attributes.key?(:'sso_url')
62
67
  self.sso_url = attributes[:'sso_url']
@@ -67,21 +72,24 @@ module Ionoscloud
67
72
  # @return Array for valid properties with the reasons
68
73
  def list_invalid_properties
69
74
  invalid_properties = Array.new
75
+
70
76
  invalid_properties
71
77
  end
72
78
 
73
79
  # Check to see if the all the properties in the model are valid
74
80
  # @return true if the model is valid
75
81
  def valid?
82
+
76
83
  true
77
84
  end
78
85
 
86
+
79
87
  # Checks equality by comparing each attribute.
80
88
  # @param [Object] Object to be compared
81
89
  def ==(o)
82
90
  return true if self.equal?(o)
83
91
  self.class == o.class &&
84
- sso_url == o.sso_url
92
+ sso_url == o.sso_url
85
93
  end
86
94
 
87
95
  # @see the `==` method