ionoscloud 5.1.1 → 6.0.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (536) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -19
  3. data/docs/CHANGELOG.md +1 -0
  4. data/docs/README.md +4 -4
  5. data/docs/api/BackupUnitsApi.md +594 -0
  6. data/docs/api/ContractResourcesApi.md +89 -0
  7. data/docs/api/DataCentersApi.md +516 -0
  8. data/docs/api/DefaultApi.md +8 -19
  9. data/docs/api/FirewallRulesApi.md +552 -0
  10. data/docs/api/FlowLogsApi.md +540 -0
  11. data/docs/api/IPBlocksApi.md +50 -51
  12. data/docs/api/ImagesApi.md +428 -0
  13. data/docs/api/KubernetesApi.md +131 -211
  14. data/docs/api/LabelsApi.md +2338 -0
  15. data/docs/api/LansApi.md +794 -0
  16. data/docs/api/LoadBalancersApi.md +877 -0
  17. data/docs/api/LocationsApi.md +259 -0
  18. data/docs/api/NATGatewaysApi.md +1574 -0
  19. data/docs/api/NetworkInterfacesApi.md +540 -0
  20. data/docs/api/NetworkLoadBalancersApi.md +1586 -0
  21. data/docs/api/PrivateCrossConnectsApi.md +426 -0
  22. data/docs/api/{RequestApi.md → RequestsApi.md} +36 -36
  23. data/docs/api/ServersApi.md +1908 -0
  24. data/docs/api/SnapshotsApi.md +428 -0
  25. data/docs/api/TemplatesApi.md +165 -0
  26. data/docs/api/UserManagementApi.md +173 -687
  27. data/docs/api/UserS3KeysApi.md +516 -0
  28. data/docs/api/VolumesApi.md +709 -0
  29. data/docs/models/AttachedVolumes.md +1 -1
  30. data/docs/models/Cdroms.md +1 -1
  31. data/docs/models/Contracts.md +24 -0
  32. data/docs/models/CpuArchitectureProperties.md +24 -0
  33. data/docs/models/DataCenterEntities.md +5 -1
  34. data/docs/models/DatacenterProperties.md +3 -1
  35. data/docs/models/FirewallruleProperties.md +3 -1
  36. data/docs/models/FlowLog.md +26 -0
  37. data/docs/models/FlowLogProperties.md +24 -0
  38. data/docs/models/FlowLogPut.md +24 -0
  39. data/docs/models/FlowLogs.md +30 -0
  40. data/docs/models/Group.md +1 -1
  41. data/docs/models/GroupMembers.md +1 -1
  42. data/docs/models/GroupProperties.md +7 -1
  43. data/docs/models/GroupShare.md +1 -1
  44. data/docs/models/GroupShares.md +1 -1
  45. data/docs/models/GroupUsers.md +1 -1
  46. data/docs/models/Groups.md +1 -1
  47. data/docs/models/KubernetesAutoScaling.md +2 -2
  48. data/docs/models/KubernetesClusterProperties.md +1 -1
  49. data/docs/models/KubernetesClusterPropertiesForPost.md +1 -1
  50. data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
  51. data/docs/models/KubernetesClusters.md +1 -1
  52. data/docs/models/KubernetesMaintenanceWindow.md +2 -2
  53. data/docs/models/KubernetesNodePoolLan.md +5 -1
  54. data/docs/models/KubernetesNodePoolLanRoutes.md +20 -0
  55. data/docs/models/KubernetesNodePools.md +1 -1
  56. data/docs/models/Lans.md +1 -1
  57. data/docs/models/LocationProperties.md +3 -1
  58. data/docs/models/NatGateway.md +28 -0
  59. data/docs/models/NatGatewayEntities.md +20 -0
  60. data/docs/models/NatGatewayLanProperties.md +20 -0
  61. data/docs/models/NatGatewayProperties.md +22 -0
  62. data/docs/models/NatGatewayPut.md +24 -0
  63. data/docs/models/NatGatewayRule.md +26 -0
  64. data/docs/models/NatGatewayRuleProperties.md +30 -0
  65. data/docs/models/NatGatewayRuleProtocol.md +15 -0
  66. data/docs/models/NatGatewayRulePut.md +24 -0
  67. data/docs/models/NatGatewayRuleType.md +15 -0
  68. data/docs/models/NatGatewayRules.md +24 -0
  69. data/docs/models/NatGateways.md +30 -0
  70. data/docs/models/NetworkLoadBalancer.md +28 -0
  71. data/docs/models/NetworkLoadBalancerEntities.md +20 -0
  72. data/docs/models/NetworkLoadBalancerForwardingRule.md +26 -0
  73. data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +24 -0
  74. data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +30 -0
  75. data/docs/models/NetworkLoadBalancerForwardingRulePut.md +24 -0
  76. data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +24 -0
  77. data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +22 -0
  78. data/docs/models/NetworkLoadBalancerForwardingRules.md +30 -0
  79. data/docs/models/NetworkLoadBalancerProperties.md +26 -0
  80. data/docs/models/NetworkLoadBalancerPut.md +24 -0
  81. data/docs/models/NetworkLoadBalancers.md +30 -0
  82. data/docs/models/NicEntities.md +2 -0
  83. data/docs/models/NicProperties.md +6 -2
  84. data/docs/models/NicPut.md +24 -0
  85. data/docs/models/Nics.md +1 -1
  86. data/docs/models/PrivateCrossConnectProperties.md +1 -1
  87. data/docs/models/RemoteConsoleUrl.md +18 -0
  88. data/docs/models/Resource.md +1 -1
  89. data/docs/models/ResourceGroups.md +1 -1
  90. data/docs/models/ResourceLimits.md +11 -1
  91. data/docs/models/ResourceProperties.md +1 -1
  92. data/docs/models/Resources.md +1 -1
  93. data/docs/models/ResourcesUsers.md +1 -1
  94. data/docs/models/S3Bucket.md +1 -1
  95. data/docs/models/S3Key.md +1 -1
  96. data/docs/models/S3Keys.md +1 -1
  97. data/docs/models/ServerProperties.md +6 -2
  98. data/docs/models/TargetPortRange.md +20 -0
  99. data/docs/models/Template.md +26 -0
  100. data/docs/models/TemplateProperties.md +24 -0
  101. data/docs/models/Templates.md +24 -0
  102. data/docs/models/Token.md +18 -0
  103. data/docs/models/VolumeProperties.md +5 -3
  104. data/docs/summary.md +386 -159
  105. data/ionoscloud.gemspec +3 -3
  106. data/lib/ionoscloud/api/_api.rb +9 -9
  107. data/lib/ionoscloud/api/{backup_unit_api.rb → backup_units_api.rb} +101 -101
  108. data/lib/ionoscloud/api/contract_resources_api.rb +96 -0
  109. data/lib/ionoscloud/api/data_centers_api.rb +532 -0
  110. data/lib/ionoscloud/api/firewall_rules_api.rb +640 -0
  111. data/lib/ionoscloud/api/flow_logs_api.rb +622 -0
  112. data/lib/ionoscloud/api/{image_api.rb → images_api.rb} +71 -71
  113. data/lib/ionoscloud/api/ip_blocks_api.rb +55 -55
  114. data/lib/ionoscloud/api/kubernetes_api.rb +131 -194
  115. data/lib/ionoscloud/api/{label_api.rb → labels_api.rb} +416 -470
  116. data/lib/ionoscloud/api/{lan_api.rb → lans_api.rb} +178 -178
  117. data/lib/ionoscloud/api/{load_balancer_api.rb → load_balancers_api.rb} +198 -216
  118. data/lib/ionoscloud/api/{location_api.rb → locations_api.rb} +49 -49
  119. data/lib/ionoscloud/api/nat_gateways_api.rb +1672 -0
  120. data/lib/ionoscloud/api/network_interfaces_api.rb +604 -0
  121. data/lib/ionoscloud/api/network_load_balancers_api.rb +1690 -0
  122. data/lib/ionoscloud/api/{private_cross_connect_api.rb → private_cross_connects_api.rb} +76 -76
  123. data/lib/ionoscloud/api/{request_api.rb → requests_api.rb} +45 -45
  124. data/lib/ionoscloud/api/servers_api.rb +2023 -0
  125. data/lib/ionoscloud/api/{snapshot_api.rb → snapshots_api.rb} +77 -77
  126. data/lib/ionoscloud/api/templates_api.rb +164 -0
  127. data/lib/ionoscloud/api/user_management_api.rb +172 -667
  128. data/lib/ionoscloud/api/user_s3_keys_api.rb +517 -0
  129. data/lib/ionoscloud/api/{volume_api.rb → volumes_api.rb} +145 -145
  130. data/lib/ionoscloud/api_client.rb +5 -5
  131. data/lib/ionoscloud/api_error.rb +2 -2
  132. data/lib/ionoscloud/configuration.rb +4 -4
  133. data/lib/ionoscloud/models/attached_volumes.rb +2 -2
  134. data/lib/ionoscloud/models/backup_unit.rb +2 -2
  135. data/lib/ionoscloud/models/backup_unit_properties.rb +2 -2
  136. data/lib/ionoscloud/models/backup_unit_sso.rb +2 -2
  137. data/lib/ionoscloud/models/backup_units.rb +2 -2
  138. data/lib/ionoscloud/models/balanced_nics.rb +2 -2
  139. data/lib/ionoscloud/models/cdroms.rb +2 -2
  140. data/lib/ionoscloud/models/connectable_datacenter.rb +2 -2
  141. data/lib/ionoscloud/models/contract.rb +2 -2
  142. data/lib/ionoscloud/models/contract_properties.rb +2 -2
  143. data/lib/ionoscloud/models/contracts.rb +251 -0
  144. data/lib/ionoscloud/models/cpu_architecture_properties.rb +249 -0
  145. data/lib/ionoscloud/models/data_center_entities.rb +24 -6
  146. data/lib/ionoscloud/models/datacenter.rb +2 -2
  147. data/lib/ionoscloud/models/datacenter_element_metadata.rb +4 -4
  148. data/lib/ionoscloud/models/datacenter_properties.rb +18 -6
  149. data/lib/ionoscloud/models/datacenters.rb +2 -2
  150. data/lib/ionoscloud/models/error.rb +2 -2
  151. data/lib/ionoscloud/models/error_message.rb +2 -2
  152. data/lib/ionoscloud/models/firewall_rule.rb +2 -2
  153. data/lib/ionoscloud/models/firewall_rules.rb +2 -2
  154. data/lib/ionoscloud/models/firewallrule_properties.rb +28 -6
  155. data/lib/ionoscloud/models/flow_log.rb +262 -0
  156. data/lib/ionoscloud/models/flow_log_properties.rb +315 -0
  157. data/lib/ionoscloud/models/{kubernetes_config.rb → flow_log_put.rb} +9 -43
  158. data/lib/ionoscloud/models/flow_logs.rb +280 -0
  159. data/lib/ionoscloud/models/group.rb +2 -2
  160. data/lib/ionoscloud/models/group_entities.rb +2 -2
  161. data/lib/ionoscloud/models/group_members.rb +2 -2
  162. data/lib/ionoscloud/models/group_properties.rb +36 -6
  163. data/lib/ionoscloud/models/group_share.rb +2 -2
  164. data/lib/ionoscloud/models/group_share_properties.rb +2 -2
  165. data/lib/ionoscloud/models/group_shares.rb +2 -2
  166. data/lib/ionoscloud/models/group_users.rb +2 -2
  167. data/lib/ionoscloud/models/groups.rb +2 -2
  168. data/lib/ionoscloud/models/image.rb +2 -2
  169. data/lib/ionoscloud/models/image_properties.rb +2 -2
  170. data/lib/ionoscloud/models/images.rb +2 -2
  171. data/lib/ionoscloud/models/info.rb +2 -2
  172. data/lib/ionoscloud/models/ip_block.rb +2 -2
  173. data/lib/ionoscloud/models/ip_block_properties.rb +2 -2
  174. data/lib/ionoscloud/models/ip_blocks.rb +2 -2
  175. data/lib/ionoscloud/models/ip_consumer.rb +2 -2
  176. data/lib/ionoscloud/models/ip_failover.rb +2 -2
  177. data/lib/ionoscloud/models/kubernetes_auto_scaling.rb +12 -2
  178. data/lib/ionoscloud/models/kubernetes_cluster.rb +2 -2
  179. data/lib/ionoscloud/models/kubernetes_cluster_entities.rb +2 -2
  180. data/lib/ionoscloud/models/kubernetes_cluster_for_post.rb +2 -2
  181. data/lib/ionoscloud/models/kubernetes_cluster_for_put.rb +2 -2
  182. data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +3 -3
  183. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +3 -3
  184. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +3 -3
  185. data/lib/ionoscloud/models/kubernetes_clusters.rb +3 -3
  186. data/lib/ionoscloud/models/kubernetes_maintenance_window.rb +12 -2
  187. data/lib/ionoscloud/models/kubernetes_node.rb +2 -2
  188. data/lib/ionoscloud/models/kubernetes_node_metadata.rb +4 -4
  189. data/lib/ionoscloud/models/kubernetes_node_pool.rb +2 -2
  190. data/lib/ionoscloud/models/kubernetes_node_pool_for_post.rb +2 -2
  191. data/lib/ionoscloud/models/kubernetes_node_pool_for_put.rb +2 -2
  192. data/lib/ionoscloud/models/kubernetes_node_pool_lan.rb +28 -6
  193. data/lib/ionoscloud/models/kubernetes_node_pool_lan_routes.rb +229 -0
  194. data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +2 -2
  195. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +2 -2
  196. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +2 -2
  197. data/lib/ionoscloud/models/kubernetes_node_pools.rb +3 -3
  198. data/lib/ionoscloud/models/kubernetes_node_properties.rb +2 -2
  199. data/lib/ionoscloud/models/kubernetes_nodes.rb +2 -2
  200. data/lib/ionoscloud/models/label.rb +2 -2
  201. data/lib/ionoscloud/models/label_properties.rb +2 -2
  202. data/lib/ionoscloud/models/label_resource.rb +2 -2
  203. data/lib/ionoscloud/models/label_resource_properties.rb +2 -2
  204. data/lib/ionoscloud/models/label_resources.rb +2 -2
  205. data/lib/ionoscloud/models/labels.rb +2 -2
  206. data/lib/ionoscloud/models/lan.rb +2 -2
  207. data/lib/ionoscloud/models/lan_entities.rb +2 -2
  208. data/lib/ionoscloud/models/lan_nics.rb +2 -2
  209. data/lib/ionoscloud/models/lan_post.rb +2 -2
  210. data/lib/ionoscloud/models/lan_properties.rb +2 -2
  211. data/lib/ionoscloud/models/lan_properties_post.rb +2 -2
  212. data/lib/ionoscloud/models/lans.rb +3 -3
  213. data/lib/ionoscloud/models/loadbalancer.rb +2 -2
  214. data/lib/ionoscloud/models/loadbalancer_entities.rb +2 -2
  215. data/lib/ionoscloud/models/loadbalancer_properties.rb +2 -2
  216. data/lib/ionoscloud/models/loadbalancers.rb +2 -2
  217. data/lib/ionoscloud/models/location.rb +2 -2
  218. data/lib/ionoscloud/models/location_properties.rb +18 -6
  219. data/lib/ionoscloud/models/locations.rb +2 -2
  220. data/lib/ionoscloud/models/nat_gateway.rb +271 -0
  221. data/lib/ionoscloud/models/nat_gateway_entities.rb +227 -0
  222. data/lib/ionoscloud/models/nat_gateway_lan_properties.rb +236 -0
  223. data/lib/ionoscloud/models/nat_gateway_properties.rb +253 -0
  224. data/lib/ionoscloud/models/nat_gateway_put.rb +253 -0
  225. data/lib/ionoscloud/models/nat_gateway_rule.rb +262 -0
  226. data/lib/ionoscloud/models/nat_gateway_rule_properties.rb +293 -0
  227. data/lib/ionoscloud/models/nat_gateway_rule_protocol.rb +39 -0
  228. data/lib/ionoscloud/models/nat_gateway_rule_put.rb +253 -0
  229. data/lib/ionoscloud/models/nat_gateway_rule_type.rb +36 -0
  230. data/lib/ionoscloud/models/nat_gateway_rules.rb +251 -0
  231. data/lib/ionoscloud/models/nat_gateways.rb +280 -0
  232. data/lib/ionoscloud/models/network_load_balancer.rb +271 -0
  233. data/lib/ionoscloud/models/network_load_balancer_entities.rb +227 -0
  234. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule.rb +262 -0
  235. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +249 -0
  236. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +356 -0
  237. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_put.rb +253 -0
  238. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +263 -0
  239. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +239 -0
  240. data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +280 -0
  241. data/lib/ionoscloud/models/network_load_balancer_properties.rb +278 -0
  242. data/lib/ionoscloud/models/network_load_balancer_put.rb +253 -0
  243. data/lib/ionoscloud/models/network_load_balancers.rb +280 -0
  244. data/lib/ionoscloud/models/nic.rb +2 -2
  245. data/lib/ionoscloud/models/nic_entities.rb +12 -3
  246. data/lib/ionoscloud/models/nic_properties.rb +64 -10
  247. data/lib/ionoscloud/models/nic_put.rb +253 -0
  248. data/lib/ionoscloud/models/nics.rb +2 -2
  249. data/lib/ionoscloud/models/no_state_meta_data.rb +2 -2
  250. data/lib/ionoscloud/models/pagination_links.rb +2 -2
  251. data/lib/ionoscloud/models/peer.rb +2 -2
  252. data/lib/ionoscloud/models/private_cross_connect.rb +2 -2
  253. data/lib/ionoscloud/models/private_cross_connect_properties.rb +3 -3
  254. data/lib/ionoscloud/models/private_cross_connects.rb +2 -2
  255. data/lib/ionoscloud/models/{kubernetes_config_properties.rb → remote_console_url.rb} +13 -13
  256. data/lib/ionoscloud/models/request.rb +2 -2
  257. data/lib/ionoscloud/models/request_metadata.rb +2 -2
  258. data/lib/ionoscloud/models/request_properties.rb +2 -2
  259. data/lib/ionoscloud/models/request_status.rb +2 -2
  260. data/lib/ionoscloud/models/request_status_metadata.rb +2 -2
  261. data/lib/ionoscloud/models/request_target.rb +2 -2
  262. data/lib/ionoscloud/models/requests.rb +2 -2
  263. data/lib/ionoscloud/models/resource.rb +2 -2
  264. data/lib/ionoscloud/models/resource_entities.rb +2 -2
  265. data/lib/ionoscloud/models/resource_groups.rb +2 -2
  266. data/lib/ionoscloud/models/resource_limits.rb +81 -6
  267. data/lib/ionoscloud/models/resource_properties.rb +3 -3
  268. data/lib/ionoscloud/models/resource_reference.rb +2 -2
  269. data/lib/ionoscloud/models/resources.rb +2 -2
  270. data/lib/ionoscloud/models/resources_users.rb +2 -2
  271. data/lib/ionoscloud/models/s3_bucket.rb +3 -3
  272. data/lib/ionoscloud/models/s3_key.rb +2 -2
  273. data/lib/ionoscloud/models/s3_key_metadata.rb +2 -2
  274. data/lib/ionoscloud/models/s3_key_properties.rb +2 -2
  275. data/lib/ionoscloud/models/s3_keys.rb +2 -2
  276. data/lib/ionoscloud/models/s3_object_storage_sso.rb +2 -2
  277. data/lib/ionoscloud/models/server.rb +2 -2
  278. data/lib/ionoscloud/models/server_entities.rb +2 -2
  279. data/lib/ionoscloud/models/server_properties.rb +27 -7
  280. data/lib/ionoscloud/models/servers.rb +2 -2
  281. data/lib/ionoscloud/models/snapshot.rb +2 -2
  282. data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
  283. data/lib/ionoscloud/models/snapshots.rb +2 -2
  284. data/lib/ionoscloud/models/target_port_range.rb +229 -0
  285. data/lib/ionoscloud/models/template.rb +262 -0
  286. data/lib/ionoscloud/models/template_properties.rb +269 -0
  287. data/lib/ionoscloud/models/templates.rb +251 -0
  288. data/lib/ionoscloud/models/token.rb +219 -0
  289. data/lib/ionoscloud/models/type.rb +10 -2
  290. data/lib/ionoscloud/models/user.rb +2 -2
  291. data/lib/ionoscloud/models/user_metadata.rb +2 -2
  292. data/lib/ionoscloud/models/user_post.rb +2 -2
  293. data/lib/ionoscloud/models/user_properties.rb +2 -2
  294. data/lib/ionoscloud/models/user_properties_post.rb +2 -2
  295. data/lib/ionoscloud/models/user_properties_put.rb +2 -2
  296. data/lib/ionoscloud/models/user_put.rb +2 -2
  297. data/lib/ionoscloud/models/users.rb +2 -2
  298. data/lib/ionoscloud/models/users_entities.rb +2 -2
  299. data/lib/ionoscloud/models/volume.rb +2 -2
  300. data/lib/ionoscloud/models/volume_properties.rb +16 -6
  301. data/lib/ionoscloud/models/volumes.rb +2 -2
  302. data/lib/ionoscloud/version.rb +3 -3
  303. data/lib/ionoscloud.rb +60 -18
  304. data/spec/api/_api_spec.rb +5 -5
  305. data/spec/api/backup_units_api_spec.rb +140 -0
  306. data/spec/api/contract_resources_api_spec.rb +49 -0
  307. data/spec/api/data_centers_api_spec.rb +128 -0
  308. data/spec/api/firewall_rules_api_spec.rb +146 -0
  309. data/spec/api/flow_logs_api_spec.rb +140 -0
  310. data/spec/api/images_api_spec.rb +111 -0
  311. data/spec/api/ip_blocks_api_spec.rb +27 -27
  312. data/spec/api/kubernetes_api_spec.rb +55 -67
  313. data/spec/api/labels_api_spec.rb +474 -0
  314. data/spec/api/lans_api_spec.rb +186 -0
  315. data/spec/api/load_balancers_api_spec.rb +201 -0
  316. data/spec/api/locations_api_spec.rb +80 -0
  317. data/spec/api/nat_gateways_api_spec.rb +334 -0
  318. data/spec/api/network_interfaces_api_spec.rb +140 -0
  319. data/spec/api/network_load_balancers_api_spec.rb +340 -0
  320. data/spec/api/private_cross_connects_api_spec.rb +110 -0
  321. data/spec/api/{request_api_spec.rb → requests_api_spec.rb} +19 -19
  322. data/spec/api/servers_api_spec.rb +401 -0
  323. data/spec/api/snapshots_api_spec.rb +111 -0
  324. data/spec/api/templates_api_spec.rb +60 -0
  325. data/spec/api/user_management_api_spec.rb +81 -174
  326. data/spec/api/user_s3_keys_api_spec.rb +128 -0
  327. data/spec/api/volumes_api_spec.rb +171 -0
  328. data/spec/api_client_spec.rb +2 -2
  329. data/spec/configuration_spec.rb +5 -5
  330. data/spec/models/attached_volumes_spec.rb +2 -2
  331. data/spec/models/backup_unit_properties_spec.rb +2 -2
  332. data/spec/models/backup_unit_spec.rb +2 -2
  333. data/spec/models/backup_unit_sso_spec.rb +2 -2
  334. data/spec/models/backup_units_spec.rb +2 -2
  335. data/spec/models/balanced_nics_spec.rb +2 -2
  336. data/spec/models/cdroms_spec.rb +2 -2
  337. data/spec/models/connectable_datacenter_spec.rb +2 -2
  338. data/spec/models/contract_properties_spec.rb +2 -2
  339. data/spec/models/contract_spec.rb +2 -2
  340. data/spec/models/contracts_spec.rb +52 -0
  341. data/spec/models/cpu_architecture_properties_spec.rb +52 -0
  342. data/spec/models/data_center_entities_spec.rb +14 -2
  343. data/spec/models/datacenter_element_metadata_spec.rb +3 -3
  344. data/spec/models/datacenter_properties_spec.rb +8 -2
  345. data/spec/models/datacenter_spec.rb +2 -2
  346. data/spec/models/datacenters_spec.rb +2 -2
  347. data/spec/models/error_message_spec.rb +2 -2
  348. data/spec/models/error_spec.rb +2 -2
  349. data/spec/models/firewall_rule_spec.rb +2 -2
  350. data/spec/models/firewall_rules_spec.rb +2 -2
  351. data/spec/models/firewallrule_properties_spec.rb +12 -2
  352. data/spec/models/flow_log_properties_spec.rb +60 -0
  353. data/spec/models/flow_log_put_spec.rb +52 -0
  354. data/spec/models/flow_log_spec.rb +58 -0
  355. data/spec/models/flow_logs_spec.rb +70 -0
  356. data/spec/models/group_entities_spec.rb +2 -2
  357. data/spec/models/group_members_spec.rb +2 -2
  358. data/spec/models/group_properties_spec.rb +20 -2
  359. data/spec/models/group_share_properties_spec.rb +2 -2
  360. data/spec/models/group_share_spec.rb +2 -2
  361. data/spec/models/group_shares_spec.rb +2 -2
  362. data/spec/models/group_spec.rb +2 -2
  363. data/spec/models/group_users_spec.rb +2 -2
  364. data/spec/models/groups_spec.rb +2 -2
  365. data/spec/models/image_properties_spec.rb +2 -2
  366. data/spec/models/image_spec.rb +2 -2
  367. data/spec/models/images_spec.rb +2 -2
  368. data/spec/models/info_spec.rb +2 -2
  369. data/spec/models/ip_block_properties_spec.rb +2 -2
  370. data/spec/models/ip_block_spec.rb +2 -2
  371. data/spec/models/ip_blocks_spec.rb +2 -2
  372. data/spec/models/ip_consumer_spec.rb +2 -2
  373. data/spec/models/ip_failover_spec.rb +2 -2
  374. data/spec/models/kubernetes_auto_scaling_spec.rb +2 -2
  375. data/spec/models/kubernetes_cluster_entities_spec.rb +2 -2
  376. data/spec/models/kubernetes_cluster_for_post_spec.rb +2 -2
  377. data/spec/models/kubernetes_cluster_for_put_spec.rb +2 -2
  378. data/spec/models/kubernetes_cluster_properties_for_post_spec.rb +2 -2
  379. data/spec/models/kubernetes_cluster_properties_for_put_spec.rb +2 -2
  380. data/spec/models/kubernetes_cluster_properties_spec.rb +2 -2
  381. data/spec/models/kubernetes_cluster_spec.rb +2 -2
  382. data/spec/models/kubernetes_clusters_spec.rb +2 -2
  383. data/spec/models/kubernetes_maintenance_window_spec.rb +2 -2
  384. data/spec/models/kubernetes_node_metadata_spec.rb +3 -3
  385. data/spec/models/kubernetes_node_pool_for_post_spec.rb +2 -2
  386. data/spec/models/kubernetes_node_pool_for_put_spec.rb +2 -2
  387. data/spec/models/kubernetes_node_pool_lan_routes_spec.rb +40 -0
  388. data/spec/models/kubernetes_node_pool_lan_spec.rb +14 -2
  389. data/spec/models/kubernetes_node_pool_properties_for_post_spec.rb +2 -2
  390. data/spec/models/kubernetes_node_pool_properties_for_put_spec.rb +2 -2
  391. data/spec/models/kubernetes_node_pool_properties_spec.rb +2 -2
  392. data/spec/models/kubernetes_node_pool_spec.rb +2 -2
  393. data/spec/models/kubernetes_node_pools_spec.rb +2 -2
  394. data/spec/models/kubernetes_node_properties_spec.rb +2 -2
  395. data/spec/models/kubernetes_node_spec.rb +2 -2
  396. data/spec/models/kubernetes_nodes_spec.rb +2 -2
  397. data/spec/models/label_properties_spec.rb +2 -2
  398. data/spec/models/label_resource_properties_spec.rb +2 -2
  399. data/spec/models/label_resource_spec.rb +2 -2
  400. data/spec/models/label_resources_spec.rb +2 -2
  401. data/spec/models/label_spec.rb +2 -2
  402. data/spec/models/labels_spec.rb +2 -2
  403. data/spec/models/lan_entities_spec.rb +2 -2
  404. data/spec/models/lan_nics_spec.rb +2 -2
  405. data/spec/models/lan_post_spec.rb +2 -2
  406. data/spec/models/lan_properties_post_spec.rb +2 -2
  407. data/spec/models/lan_properties_spec.rb +2 -2
  408. data/spec/models/lan_spec.rb +2 -2
  409. data/spec/models/lans_spec.rb +2 -2
  410. data/spec/models/loadbalancer_entities_spec.rb +2 -2
  411. data/spec/models/loadbalancer_properties_spec.rb +2 -2
  412. data/spec/models/loadbalancer_spec.rb +2 -2
  413. data/spec/models/loadbalancers_spec.rb +2 -2
  414. data/spec/models/location_properties_spec.rb +8 -2
  415. data/spec/models/location_spec.rb +2 -2
  416. data/spec/models/locations_spec.rb +2 -2
  417. data/spec/models/nat_gateway_entities_spec.rb +40 -0
  418. data/spec/models/nat_gateway_lan_properties_spec.rb +40 -0
  419. data/spec/models/nat_gateway_properties_spec.rb +46 -0
  420. data/spec/models/nat_gateway_put_spec.rb +52 -0
  421. data/spec/models/nat_gateway_rule_properties_spec.rb +70 -0
  422. data/spec/models/nat_gateway_rule_protocol_spec.rb +28 -0
  423. data/spec/models/nat_gateway_rule_put_spec.rb +52 -0
  424. data/spec/models/nat_gateway_rule_spec.rb +58 -0
  425. data/spec/models/nat_gateway_rule_type_spec.rb +28 -0
  426. data/spec/models/nat_gateway_rules_spec.rb +52 -0
  427. data/spec/models/nat_gateway_spec.rb +64 -0
  428. data/spec/models/nat_gateways_spec.rb +70 -0
  429. data/spec/models/network_load_balancer_entities_spec.rb +40 -0
  430. data/spec/models/network_load_balancer_forwarding_rule_health_check_spec.rb +52 -0
  431. data/spec/models/network_load_balancer_forwarding_rule_properties_spec.rb +78 -0
  432. data/spec/models/network_load_balancer_forwarding_rule_put_spec.rb +52 -0
  433. data/spec/models/network_load_balancer_forwarding_rule_spec.rb +58 -0
  434. data/spec/models/network_load_balancer_forwarding_rule_target_health_check_spec.rb +46 -0
  435. data/spec/models/network_load_balancer_forwarding_rule_target_spec.rb +52 -0
  436. data/spec/models/network_load_balancer_forwarding_rules_spec.rb +70 -0
  437. data/spec/models/network_load_balancer_properties_spec.rb +58 -0
  438. data/spec/models/network_load_balancer_put_spec.rb +52 -0
  439. data/spec/models/network_load_balancer_spec.rb +64 -0
  440. data/spec/models/network_load_balancers_spec.rb +70 -0
  441. data/spec/models/nic_entities_spec.rb +8 -2
  442. data/spec/models/nic_properties_spec.rb +19 -3
  443. data/spec/models/nic_put_spec.rb +52 -0
  444. data/spec/models/nic_spec.rb +2 -2
  445. data/spec/models/nics_spec.rb +2 -2
  446. data/spec/models/no_state_meta_data_spec.rb +2 -2
  447. data/spec/models/pagination_links_spec.rb +2 -2
  448. data/spec/models/peer_spec.rb +2 -2
  449. data/spec/models/private_cross_connect_properties_spec.rb +2 -2
  450. data/spec/models/private_cross_connect_spec.rb +2 -2
  451. data/spec/models/private_cross_connects_spec.rb +2 -2
  452. data/spec/models/remote_console_url_spec.rb +34 -0
  453. data/spec/models/request_metadata_spec.rb +2 -2
  454. data/spec/models/request_properties_spec.rb +2 -2
  455. data/spec/models/request_spec.rb +2 -2
  456. data/spec/models/request_status_metadata_spec.rb +2 -2
  457. data/spec/models/request_status_spec.rb +2 -2
  458. data/spec/models/request_target_spec.rb +2 -2
  459. data/spec/models/requests_spec.rb +2 -2
  460. data/spec/models/resource_entities_spec.rb +2 -2
  461. data/spec/models/resource_groups_spec.rb +2 -2
  462. data/spec/models/resource_limits_spec.rb +32 -2
  463. data/spec/models/resource_properties_spec.rb +2 -2
  464. data/spec/models/resource_reference_spec.rb +2 -2
  465. data/spec/models/resource_spec.rb +2 -2
  466. data/spec/models/resources_spec.rb +2 -2
  467. data/spec/models/resources_users_spec.rb +2 -2
  468. data/spec/models/s3_bucket_spec.rb +2 -2
  469. data/spec/models/s3_key_metadata_spec.rb +2 -2
  470. data/spec/models/s3_key_properties_spec.rb +2 -2
  471. data/spec/models/s3_key_spec.rb +2 -2
  472. data/spec/models/s3_keys_spec.rb +2 -2
  473. data/spec/models/s3_object_storage_sso_spec.rb +2 -2
  474. data/spec/models/server_entities_spec.rb +2 -2
  475. data/spec/models/server_properties_spec.rb +14 -2
  476. data/spec/models/server_spec.rb +2 -2
  477. data/spec/models/servers_spec.rb +2 -2
  478. data/spec/models/snapshot_properties_spec.rb +2 -2
  479. data/spec/models/snapshot_spec.rb +2 -2
  480. data/spec/models/snapshots_spec.rb +2 -2
  481. data/spec/models/target_port_range_spec.rb +40 -0
  482. data/spec/models/template_properties_spec.rb +52 -0
  483. data/spec/models/template_spec.rb +58 -0
  484. data/spec/models/templates_spec.rb +52 -0
  485. data/spec/models/token_spec.rb +34 -0
  486. data/spec/models/type_spec.rb +2 -2
  487. data/spec/models/user_metadata_spec.rb +2 -2
  488. data/spec/models/user_post_spec.rb +2 -2
  489. data/spec/models/user_properties_post_spec.rb +2 -2
  490. data/spec/models/user_properties_put_spec.rb +2 -2
  491. data/spec/models/user_properties_spec.rb +2 -2
  492. data/spec/models/user_put_spec.rb +2 -2
  493. data/spec/models/user_spec.rb +2 -2
  494. data/spec/models/users_entities_spec.rb +2 -2
  495. data/spec/models/users_spec.rb +2 -2
  496. data/spec/models/volume_properties_spec.rb +8 -2
  497. data/spec/models/volume_spec.rb +2 -2
  498. data/spec/models/volumes_spec.rb +2 -2
  499. data/spec/spec_helper.rb +2 -2
  500. metadata +246 -80
  501. data/Gemfile.lock +0 -68
  502. data/docs/api/BackupUnitApi.md +0 -595
  503. data/docs/api/ContractApi.md +0 -89
  504. data/docs/api/DataCenterApi.md +0 -517
  505. data/docs/api/ImageApi.md +0 -429
  506. data/docs/api/LabelApi.md +0 -2355
  507. data/docs/api/LanApi.md +0 -795
  508. data/docs/api/LoadBalancerApi.md +0 -883
  509. data/docs/api/LocationApi.md +0 -259
  510. data/docs/api/NicApi.md +0 -1087
  511. data/docs/api/PrivateCrossConnectApi.md +0 -427
  512. data/docs/api/ServerApi.md +0 -1573
  513. data/docs/api/SnapshotApi.md +0 -429
  514. data/docs/api/VolumeApi.md +0 -711
  515. data/docs/models/KubernetesConfig.md +0 -24
  516. data/docs/models/KubernetesConfigProperties.md +0 -18
  517. data/lib/ionoscloud/api/contract_api.rb +0 -96
  518. data/lib/ionoscloud/api/data_center_api.rb +0 -532
  519. data/lib/ionoscloud/api/nic_api.rb +0 -1222
  520. data/lib/ionoscloud/api/server_api.rb +0 -1679
  521. data/lib/test_driver.rb +0 -104
  522. data/spec/api/backup_unit_api_spec.rb +0 -140
  523. data/spec/api/contract_api_spec.rb +0 -49
  524. data/spec/api/data_center_api_spec.rb +0 -128
  525. data/spec/api/image_api_spec.rb +0 -111
  526. data/spec/api/label_api_spec.rb +0 -480
  527. data/spec/api/lan_api_spec.rb +0 -186
  528. data/spec/api/load_balancer_api_spec.rb +0 -203
  529. data/spec/api/location_api_spec.rb +0 -80
  530. data/spec/api/nic_api_spec.rb +0 -251
  531. data/spec/api/private_cross_connect_api_spec.rb +0 -110
  532. data/spec/api/server_api_spec.rb +0 -337
  533. data/spec/api/snapshot_api_spec.rb +0 -111
  534. data/spec/api/volume_api_spec.rb +0 -171
  535. data/spec/models/kubernetes_config_properties_spec.rb +0 -34
  536. data/spec/models/kubernetes_config_spec.rb +0 -56
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #CLOUD API
3
3
 
4
- #An enterprise-grade Infrastructure is provided as a Service (IaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on.
5
5
 
6
- The version of the OpenAPI document: 5.0
6
+ The version of the OpenAPI document: 6.0-SDK.3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -23,23 +23,23 @@ module Ionoscloud
23
23
  # Delete a group
24
24
  # @param group_id [String] The unique ID of the group
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
27
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on (default to 0)
28
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
29
- # @return [Object]
26
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
27
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
28
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
29
+ # @return [nil]
30
30
  def um_groups_delete(group_id, opts = {})
31
- data, _status_code, _headers = um_groups_delete_with_http_info(group_id, opts)
32
- data
31
+ um_groups_delete_with_http_info(group_id, opts)
32
+ nil
33
33
  end
34
34
 
35
35
  # Delete a Group
36
36
  # Delete a group
37
37
  # @param group_id [String] The unique ID of the group
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
40
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
41
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
42
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
39
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
40
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
41
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
42
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
43
43
  def um_groups_delete_with_http_info(group_id, opts = {})
44
44
  if @api_client.config.debugging
45
45
  @api_client.config.logger.debug 'Calling API: UserManagementApi.um_groups_delete ...'
@@ -77,7 +77,7 @@ module Ionoscloud
77
77
  post_body = opts[:debug_body]
78
78
 
79
79
  # return_type
80
- return_type = opts[:debug_return_type] || 'Object'
80
+ return_type = opts[:debug_return_type]
81
81
 
82
82
  # auth_names
83
83
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
@@ -103,9 +103,9 @@ module Ionoscloud
103
103
  # You can retrieve a group by using the group ID. This value can be found in the response body when a group is created or when you GET a list of groups.
104
104
  # @param group_id [String] The unique ID of the group
105
105
  # @param [Hash] opts the optional parameters
106
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
107
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
108
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
106
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
107
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
108
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
109
109
  # @return [Group]
110
110
  def um_groups_find_by_id(group_id, opts = {})
111
111
  data, _status_code, _headers = um_groups_find_by_id_with_http_info(group_id, opts)
@@ -116,9 +116,9 @@ module Ionoscloud
116
116
  # You can retrieve a group by using the group ID. This value can be found in the response body when a group is created or when you GET a list of groups.
117
117
  # @param group_id [String] The unique ID of the group
118
118
  # @param [Hash] opts the optional parameters
119
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
120
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
121
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
119
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
120
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
121
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
122
122
  # @return [Array<(Group, Integer, Hash)>] Group data, response status code and response headers
123
123
  def um_groups_find_by_id_with_http_info(group_id, opts = {})
124
124
  if @api_client.config.debugging
@@ -182,9 +182,9 @@ module Ionoscloud
182
182
  # List All Groups.
183
183
  # You can retrieve a complete list of all groups that you have access to
184
184
  # @param [Hash] opts the optional parameters
185
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
186
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
187
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
185
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
186
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
187
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
188
188
  # @return [Groups]
189
189
  def um_groups_get(opts = {})
190
190
  data, _status_code, _headers = um_groups_get_with_http_info(opts)
@@ -194,9 +194,9 @@ module Ionoscloud
194
194
  # List All Groups.
195
195
  # You can retrieve a complete list of all groups that you have access to
196
196
  # @param [Hash] opts the optional parameters
197
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
198
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
199
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
197
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
198
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
199
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
200
200
  # @return [Array<(Groups, Integer, Hash)>] Groups data, response status code and response headers
201
201
  def um_groups_get_with_http_info(opts = {})
202
202
  if @api_client.config.debugging
@@ -257,9 +257,9 @@ module Ionoscloud
257
257
  # You can use this POST method to create a group
258
258
  # @param group [Group] Group to be created
259
259
  # @param [Hash] opts the optional parameters
260
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
261
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
262
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
260
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
261
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
262
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
263
263
  # @return [Group]
264
264
  def um_groups_post(group, opts = {})
265
265
  data, _status_code, _headers = um_groups_post_with_http_info(group, opts)
@@ -270,9 +270,9 @@ module Ionoscloud
270
270
  # You can use this POST method to create a group
271
271
  # @param group [Group] Group to be created
272
272
  # @param [Hash] opts the optional parameters
273
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
274
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
275
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
273
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
274
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
275
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
276
276
  # @return [Array<(Group, Integer, Hash)>] Group data, response status code and response headers
277
277
  def um_groups_post_with_http_info(group, opts = {})
278
278
  if @api_client.config.debugging
@@ -340,9 +340,9 @@ module Ionoscloud
340
340
  # @param group_id [String] The unique ID of the group
341
341
  # @param group [Group] Modified properties of the Group
342
342
  # @param [Hash] opts the optional parameters
343
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
344
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
345
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
343
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
344
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
345
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
346
346
  # @return [Group]
347
347
  def um_groups_put(group_id, group, opts = {})
348
348
  data, _status_code, _headers = um_groups_put_with_http_info(group_id, group, opts)
@@ -354,9 +354,9 @@ module Ionoscloud
354
354
  # @param group_id [String] The unique ID of the group
355
355
  # @param group [Group] Modified properties of the Group
356
356
  # @param [Hash] opts the optional parameters
357
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
358
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
359
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
357
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
358
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
359
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
360
360
  # @return [Array<(Group, Integer, Hash)>] Group data, response status code and response headers
361
361
  def um_groups_put_with_http_info(group_id, group, opts = {})
362
362
  if @api_client.config.debugging
@@ -426,9 +426,9 @@ module Ionoscloud
426
426
  # Retrieve resources assigned to a group
427
427
  # @param group_id [String] The unique ID of the group
428
428
  # @param [Hash] opts the optional parameters
429
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
430
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
431
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
429
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
430
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
431
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
432
432
  # @return [ResourceGroups]
433
433
  def um_groups_resources_get(group_id, opts = {})
434
434
  data, _status_code, _headers = um_groups_resources_get_with_http_info(group_id, opts)
@@ -438,9 +438,9 @@ module Ionoscloud
438
438
  # Retrieve resources assigned to a group
439
439
  # @param group_id [String] The unique ID of the group
440
440
  # @param [Hash] opts the optional parameters
441
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
442
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
443
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
441
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
442
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
443
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
444
444
  # @return [Array<(ResourceGroups, Integer, Hash)>] ResourceGroups data, response status code and response headers
445
445
  def um_groups_resources_get_with_http_info(group_id, opts = {})
446
446
  if @api_client.config.debugging
@@ -506,13 +506,13 @@ module Ionoscloud
506
506
  # @param group_id [String]
507
507
  # @param resource_id [String]
508
508
  # @param [Hash] opts the optional parameters
509
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
510
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
511
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
512
- # @return [Object]
509
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
510
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
511
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
512
+ # @return [nil]
513
513
  def um_groups_shares_delete(group_id, resource_id, opts = {})
514
- data, _status_code, _headers = um_groups_shares_delete_with_http_info(group_id, resource_id, opts)
515
- data
514
+ um_groups_shares_delete_with_http_info(group_id, resource_id, opts)
515
+ nil
516
516
  end
517
517
 
518
518
  # Remove a resource from a group
@@ -520,10 +520,10 @@ module Ionoscloud
520
520
  # @param group_id [String]
521
521
  # @param resource_id [String]
522
522
  # @param [Hash] opts the optional parameters
523
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
524
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
525
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
526
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
523
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
524
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
525
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
526
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
527
527
  def um_groups_shares_delete_with_http_info(group_id, resource_id, opts = {})
528
528
  if @api_client.config.debugging
529
529
  @api_client.config.logger.debug 'Calling API: UserManagementApi.um_groups_shares_delete ...'
@@ -565,7 +565,7 @@ module Ionoscloud
565
565
  post_body = opts[:debug_body]
566
566
 
567
567
  # return_type
568
- return_type = opts[:debug_return_type] || 'Object'
568
+ return_type = opts[:debug_return_type]
569
569
 
570
570
  # auth_names
571
571
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
@@ -592,9 +592,9 @@ module Ionoscloud
592
592
  # @param group_id [String]
593
593
  # @param resource_id [String]
594
594
  # @param [Hash] opts the optional parameters
595
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
596
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
597
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
595
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
596
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
597
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
598
598
  # @return [GroupShare]
599
599
  def um_groups_shares_find_by_resource_id(group_id, resource_id, opts = {})
600
600
  data, _status_code, _headers = um_groups_shares_find_by_resource_id_with_http_info(group_id, resource_id, opts)
@@ -606,9 +606,9 @@ module Ionoscloud
606
606
  # @param group_id [String]
607
607
  # @param resource_id [String]
608
608
  # @param [Hash] opts the optional parameters
609
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
610
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
611
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
609
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
610
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
611
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
612
612
  # @return [Array<(GroupShare, Integer, Hash)>] GroupShare data, response status code and response headers
613
613
  def um_groups_shares_find_by_resource_id_with_http_info(group_id, resource_id, opts = {})
614
614
  if @api_client.config.debugging
@@ -677,9 +677,9 @@ module Ionoscloud
677
677
  # You can retrieve a list of all resources along with their permissions of the group
678
678
  # @param group_id [String]
679
679
  # @param [Hash] opts the optional parameters
680
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
681
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
682
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
680
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
681
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
682
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
683
683
  # @return [GroupShares]
684
684
  def um_groups_shares_get(group_id, opts = {})
685
685
  data, _status_code, _headers = um_groups_shares_get_with_http_info(group_id, opts)
@@ -690,9 +690,9 @@ module Ionoscloud
690
690
  # You can retrieve a list of all resources along with their permissions of the group
691
691
  # @param group_id [String]
692
692
  # @param [Hash] opts the optional parameters
693
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
694
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
695
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
693
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
694
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
695
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
696
696
  # @return [Array<(GroupShares, Integer, Hash)>] GroupShares data, response status code and response headers
697
697
  def um_groups_shares_get_with_http_info(group_id, opts = {})
698
698
  if @api_client.config.debugging
@@ -759,9 +759,9 @@ module Ionoscloud
759
759
  # @param resource_id [String]
760
760
  # @param resource [GroupShare] Resource to be added
761
761
  # @param [Hash] opts the optional parameters
762
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
763
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
764
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
762
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
763
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
764
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
765
765
  # @return [GroupShare]
766
766
  def um_groups_shares_post(group_id, resource_id, resource, opts = {})
767
767
  data, _status_code, _headers = um_groups_shares_post_with_http_info(group_id, resource_id, resource, opts)
@@ -774,9 +774,9 @@ module Ionoscloud
774
774
  # @param resource_id [String]
775
775
  # @param resource [GroupShare] Resource to be added
776
776
  # @param [Hash] opts the optional parameters
777
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
778
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
779
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
777
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
778
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
779
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
780
780
  # @return [Array<(GroupShare, Integer, Hash)>] GroupShare data, response status code and response headers
781
781
  def um_groups_shares_post_with_http_info(group_id, resource_id, resource, opts = {})
782
782
  if @api_client.config.debugging
@@ -851,9 +851,9 @@ module Ionoscloud
851
851
  # @param resource_id [String]
852
852
  # @param resource [GroupShare] Modified Resource
853
853
  # @param [Hash] opts the optional parameters
854
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
855
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
856
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
854
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
855
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
856
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
857
857
  # @return [GroupShare]
858
858
  def um_groups_shares_put(group_id, resource_id, resource, opts = {})
859
859
  data, _status_code, _headers = um_groups_shares_put_with_http_info(group_id, resource_id, resource, opts)
@@ -866,9 +866,9 @@ module Ionoscloud
866
866
  # @param resource_id [String]
867
867
  # @param resource [GroupShare] Modified Resource
868
868
  # @param [Hash] opts the optional parameters
869
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
870
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
871
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
869
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
870
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
871
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
872
872
  # @return [Array<(GroupShare, Integer, Hash)>] GroupShare data, response status code and response headers
873
873
  def um_groups_shares_put_with_http_info(group_id, resource_id, resource, opts = {})
874
874
  if @api_client.config.debugging
@@ -940,28 +940,28 @@ module Ionoscloud
940
940
  end
941
941
 
942
942
  # Remove a user from a group
943
- # This will remove a user from a group
943
+ # This will remove a user from a group.
944
944
  # @param group_id [String]
945
945
  # @param user_id [String]
946
946
  # @param [Hash] opts the optional parameters
947
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
948
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
949
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
950
- # @return [Object]
947
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
948
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
949
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
950
+ # @return [nil]
951
951
  def um_groups_users_delete(group_id, user_id, opts = {})
952
- data, _status_code, _headers = um_groups_users_delete_with_http_info(group_id, user_id, opts)
953
- data
952
+ um_groups_users_delete_with_http_info(group_id, user_id, opts)
953
+ nil
954
954
  end
955
955
 
956
956
  # Remove a user from a group
957
- # This will remove a user from a group
957
+ # This will remove a user from a group.
958
958
  # @param group_id [String]
959
959
  # @param user_id [String]
960
960
  # @param [Hash] opts the optional parameters
961
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
962
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
963
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
964
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
961
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
962
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
963
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
964
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
965
965
  def um_groups_users_delete_with_http_info(group_id, user_id, opts = {})
966
966
  if @api_client.config.debugging
967
967
  @api_client.config.logger.debug 'Calling API: UserManagementApi.um_groups_users_delete ...'
@@ -1003,7 +1003,7 @@ module Ionoscloud
1003
1003
  post_body = opts[:debug_body]
1004
1004
 
1005
1005
  # return_type
1006
- return_type = opts[:debug_return_type] || 'Object'
1006
+ return_type = opts[:debug_return_type]
1007
1007
 
1008
1008
  # auth_names
1009
1009
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
@@ -1029,9 +1029,9 @@ module Ionoscloud
1029
1029
  # You can retrieve a list of users who are members of the group
1030
1030
  # @param group_id [String]
1031
1031
  # @param [Hash] opts the optional parameters
1032
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1033
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1034
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1032
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1033
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1034
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1035
1035
  # @return [GroupMembers]
1036
1036
  def um_groups_users_get(group_id, opts = {})
1037
1037
  data, _status_code, _headers = um_groups_users_get_with_http_info(group_id, opts)
@@ -1042,9 +1042,9 @@ module Ionoscloud
1042
1042
  # You can retrieve a list of users who are members of the group
1043
1043
  # @param group_id [String]
1044
1044
  # @param [Hash] opts the optional parameters
1045
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1046
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1047
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1045
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1046
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1047
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1048
1048
  # @return [Array<(GroupMembers, Integer, Hash)>] GroupMembers data, response status code and response headers
1049
1049
  def um_groups_users_get_with_http_info(group_id, opts = {})
1050
1050
  if @api_client.config.debugging
@@ -1110,9 +1110,9 @@ module Ionoscloud
1110
1110
  # @param group_id [String]
1111
1111
  # @param user [User] User to be added
1112
1112
  # @param [Hash] opts the optional parameters
1113
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1114
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1115
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1113
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1114
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1115
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1116
1116
  # @return [User]
1117
1117
  def um_groups_users_post(group_id, user, opts = {})
1118
1118
  data, _status_code, _headers = um_groups_users_post_with_http_info(group_id, user, opts)
@@ -1124,9 +1124,9 @@ module Ionoscloud
1124
1124
  # @param group_id [String]
1125
1125
  # @param user [User] User to be added
1126
1126
  # @param [Hash] opts the optional parameters
1127
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1128
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1129
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1127
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1128
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1129
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1130
1130
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1131
1131
  def um_groups_users_post_with_http_info(group_id, user, opts = {})
1132
1132
  if @api_client.config.debugging
@@ -1197,9 +1197,9 @@ module Ionoscloud
1197
1197
  # You can retrieve a list of resources by using the type. Allowed values are { datacenter, snapshot, image, ipblock, pcc, backupunit, k8s }. This value of resource type also be found in the response body when you GET a list of all resources.
1198
1198
  # @param resource_type [String] The resource Type
1199
1199
  # @param [Hash] opts the optional parameters
1200
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1201
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1202
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1200
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1201
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1202
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1203
1203
  # @return [Resources]
1204
1204
  def um_resources_find_by_type(resource_type, opts = {})
1205
1205
  data, _status_code, _headers = um_resources_find_by_type_with_http_info(resource_type, opts)
@@ -1210,9 +1210,9 @@ module Ionoscloud
1210
1210
  # You can retrieve a list of resources by using the type. Allowed values are { datacenter, snapshot, image, ipblock, pcc, backupunit, k8s }. This value of resource type also be found in the response body when you GET a list of all resources.
1211
1211
  # @param resource_type [String] The resource Type
1212
1212
  # @param [Hash] opts the optional parameters
1213
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1214
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1215
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1213
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1214
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1215
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1216
1216
  # @return [Array<(Resources, Integer, Hash)>] Resources data, response status code and response headers
1217
1217
  def um_resources_find_by_type_with_http_info(resource_type, opts = {})
1218
1218
  if @api_client.config.debugging
@@ -1278,9 +1278,9 @@ module Ionoscloud
1278
1278
  # @param resource_type [String] The resource Type
1279
1279
  # @param resource_id [String] The resource Uuid
1280
1280
  # @param [Hash] opts the optional parameters
1281
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1282
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1283
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1281
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1282
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1283
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1284
1284
  # @return [Resource]
1285
1285
  def um_resources_find_by_type_and_id(resource_type, resource_id, opts = {})
1286
1286
  data, _status_code, _headers = um_resources_find_by_type_and_id_with_http_info(resource_type, resource_id, opts)
@@ -1292,9 +1292,9 @@ module Ionoscloud
1292
1292
  # @param resource_type [String] The resource Type
1293
1293
  # @param resource_id [String] The resource Uuid
1294
1294
  # @param [Hash] opts the optional parameters
1295
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1296
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1297
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1295
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1296
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1297
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1298
1298
  # @return [Array<(Resource, Integer, Hash)>] Resource data, response status code and response headers
1299
1299
  def um_resources_find_by_type_and_id_with_http_info(resource_type, resource_id, opts = {})
1300
1300
  if @api_client.config.debugging
@@ -1360,11 +1360,11 @@ module Ionoscloud
1360
1360
  end
1361
1361
 
1362
1362
  # List All Resources.
1363
- # You can retrieve a complete list of all resources that you have access to
1363
+ # You can retrieve a complete list of all resources that you have access to.
1364
1364
  # @param [Hash] opts the optional parameters
1365
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1366
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1367
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1365
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1366
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1367
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1368
1368
  # @return [Resources]
1369
1369
  def um_resources_get(opts = {})
1370
1370
  data, _status_code, _headers = um_resources_get_with_http_info(opts)
@@ -1372,11 +1372,11 @@ module Ionoscloud
1372
1372
  end
1373
1373
 
1374
1374
  # List All Resources.
1375
- # You can retrieve a complete list of all resources that you have access to
1375
+ # You can retrieve a complete list of all resources that you have access to.
1376
1376
  # @param [Hash] opts the optional parameters
1377
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1378
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1379
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1377
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1378
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1379
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1380
1380
  # @return [Array<(Resources, Integer, Hash)>] Resources data, response status code and response headers
1381
1381
  def um_resources_get_with_http_info(opts = {})
1382
1382
  if @api_client.config.debugging
@@ -1437,23 +1437,23 @@ module Ionoscloud
1437
1437
  # Delete a user
1438
1438
  # @param user_id [String] The unique ID of the user
1439
1439
  # @param [Hash] opts the optional parameters
1440
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1441
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1442
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1443
- # @return [Object]
1440
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1441
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1442
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1443
+ # @return [nil]
1444
1444
  def um_users_delete(user_id, opts = {})
1445
- data, _status_code, _headers = um_users_delete_with_http_info(user_id, opts)
1446
- data
1445
+ um_users_delete_with_http_info(user_id, opts)
1446
+ nil
1447
1447
  end
1448
1448
 
1449
1449
  # Delete a User
1450
1450
  # Delete a user
1451
1451
  # @param user_id [String] The unique ID of the user
1452
1452
  # @param [Hash] opts the optional parameters
1453
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1454
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1455
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1456
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
1453
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1454
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1455
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1456
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1457
1457
  def um_users_delete_with_http_info(user_id, opts = {})
1458
1458
  if @api_client.config.debugging
1459
1459
  @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_delete ...'
@@ -1491,7 +1491,7 @@ module Ionoscloud
1491
1491
  post_body = opts[:debug_body]
1492
1492
 
1493
1493
  # return_type
1494
- return_type = opts[:debug_return_type] || 'Object'
1494
+ return_type = opts[:debug_return_type]
1495
1495
 
1496
1496
  # auth_names
1497
1497
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
@@ -1517,9 +1517,9 @@ module Ionoscloud
1517
1517
  # You can retrieve user details by using the users ID. This value can be found in the response body when a user is created or when you GET a list of users.
1518
1518
  # @param user_id [String] The unique ID of the user
1519
1519
  # @param [Hash] opts the optional parameters
1520
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1521
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1522
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1520
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1521
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1522
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1523
1523
  # @return [User]
1524
1524
  def um_users_find_by_id(user_id, opts = {})
1525
1525
  data, _status_code, _headers = um_users_find_by_id_with_http_info(user_id, opts)
@@ -1530,9 +1530,9 @@ module Ionoscloud
1530
1530
  # You can retrieve user details by using the users ID. This value can be found in the response body when a user is created or when you GET a list of users.
1531
1531
  # @param user_id [String] The unique ID of the user
1532
1532
  # @param [Hash] opts the optional parameters
1533
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1534
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1535
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1533
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1534
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1535
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1536
1536
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1537
1537
  def um_users_find_by_id_with_http_info(user_id, opts = {})
1538
1538
  if @api_client.config.debugging
@@ -1596,10 +1596,10 @@ module Ionoscloud
1596
1596
  # List all Users
1597
1597
  # You can retrieve a complete list of users under your account
1598
1598
  # @param [Hash] opts the optional parameters
1599
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1600
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1601
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1602
- # @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination) (default to 0)
1599
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1600
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1601
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1602
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (use together with limit for pagination). (default to 0)
1603
1603
  # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination) (default to 100)
1604
1604
  # @return [Users]
1605
1605
  def um_users_get(opts = {})
@@ -1610,10 +1610,10 @@ module Ionoscloud
1610
1610
  # List all Users
1611
1611
  # You can retrieve a complete list of users under your account
1612
1612
  # @param [Hash] opts the optional parameters
1613
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1614
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1615
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1616
- # @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination)
1613
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1614
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1615
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1616
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (use together with limit for pagination).
1617
1617
  # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination)
1618
1618
  # @return [Array<(Users, Integer, Hash)>] Users data, response status code and response headers
1619
1619
  def um_users_get_with_http_info(opts = {})
@@ -1689,9 +1689,9 @@ module Ionoscloud
1689
1689
  # You can retrieve group resources of user by using the users ID. This value can be found in the response body when a user is created or when you GET a list of users.
1690
1690
  # @param user_id [String] The unique ID of the user
1691
1691
  # @param [Hash] opts the optional parameters
1692
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1693
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1694
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1692
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1693
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1694
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1695
1695
  # @return [ResourceGroups]
1696
1696
  def um_users_groups_get(user_id, opts = {})
1697
1697
  data, _status_code, _headers = um_users_groups_get_with_http_info(user_id, opts)
@@ -1702,9 +1702,9 @@ module Ionoscloud
1702
1702
  # You can retrieve group resources of user by using the users ID. This value can be found in the response body when a user is created or when you GET a list of users.
1703
1703
  # @param user_id [String] The unique ID of the user
1704
1704
  # @param [Hash] opts the optional parameters
1705
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1706
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1707
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1705
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1706
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1707
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1708
1708
  # @return [Array<(ResourceGroups, Integer, Hash)>] ResourceGroups data, response status code and response headers
1709
1709
  def um_users_groups_get_with_http_info(user_id, opts = {})
1710
1710
  if @api_client.config.debugging
@@ -1769,9 +1769,9 @@ module Ionoscloud
1769
1769
  # You can retrieve resources owned by using the users ID. This value can be found in the response body when a user is created or when you GET a list of users.
1770
1770
  # @param user_id [String] The unique ID of the user
1771
1771
  # @param [Hash] opts the optional parameters
1772
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1773
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1774
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1772
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1773
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1774
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1775
1775
  # @return [ResourcesUsers]
1776
1776
  def um_users_owns_get(user_id, opts = {})
1777
1777
  data, _status_code, _headers = um_users_owns_get_with_http_info(user_id, opts)
@@ -1782,9 +1782,9 @@ module Ionoscloud
1782
1782
  # You can retrieve resources owned by using the users ID. This value can be found in the response body when a user is created or when you GET a list of users.
1783
1783
  # @param user_id [String] The unique ID of the user
1784
1784
  # @param [Hash] opts the optional parameters
1785
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1786
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1787
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1785
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1786
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1787
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1788
1788
  # @return [Array<(ResourcesUsers, Integer, Hash)>] ResourcesUsers data, response status code and response headers
1789
1789
  def um_users_owns_get_with_http_info(user_id, opts = {})
1790
1790
  if @api_client.config.debugging
@@ -1849,9 +1849,9 @@ module Ionoscloud
1849
1849
  # You can use this POST method to create a user
1850
1850
  # @param user [UserPost] User to be created
1851
1851
  # @param [Hash] opts the optional parameters
1852
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1853
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1854
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1852
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1853
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1854
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1855
1855
  # @return [User]
1856
1856
  def um_users_post(user, opts = {})
1857
1857
  data, _status_code, _headers = um_users_post_with_http_info(user, opts)
@@ -1862,9 +1862,9 @@ module Ionoscloud
1862
1862
  # You can use this POST method to create a user
1863
1863
  # @param user [UserPost] User to be created
1864
1864
  # @param [Hash] opts the optional parameters
1865
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1866
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1867
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1865
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1866
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1867
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1868
1868
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1869
1869
  def um_users_post_with_http_info(user, opts = {})
1870
1870
  if @api_client.config.debugging
@@ -1932,9 +1932,9 @@ module Ionoscloud
1932
1932
  # @param user_id [String]
1933
1933
  # @param user [UserPut] Modified user
1934
1934
  # @param [Hash] opts the optional parameters
1935
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
1936
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
1937
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1935
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1936
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
1937
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1938
1938
  # @return [User]
1939
1939
  def um_users_put(user_id, user, opts = {})
1940
1940
  data, _status_code, _headers = um_users_put_with_http_info(user_id, user, opts)
@@ -1946,9 +1946,9 @@ module Ionoscloud
1946
1946
  # @param user_id [String]
1947
1947
  # @param user [UserPut] Modified user
1948
1948
  # @param [Hash] opts the optional parameters
1949
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
1950
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
1951
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1949
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1950
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
1951
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1952
1952
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1953
1953
  def um_users_put_with_http_info(user_id, user, opts = {})
1954
1954
  if @api_client.config.debugging
@@ -2014,500 +2014,5 @@ module Ionoscloud
2014
2014
  end
2015
2015
  return data, status_code, headers
2016
2016
  end
2017
-
2018
- # Delete a S3 key
2019
- # Delete a S3 key
2020
- # @param user_id [String] The unique ID of the user
2021
- # @param key_id [String] The unique access key ID of the S3 key
2022
- # @param [Hash] opts the optional parameters
2023
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
2024
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
2025
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2026
- # @return [Object]
2027
- def um_users_s3keys_delete(user_id, key_id, opts = {})
2028
- data, _status_code, _headers = um_users_s3keys_delete_with_http_info(user_id, key_id, opts)
2029
- data
2030
- end
2031
-
2032
- # Delete a S3 key
2033
- # Delete a S3 key
2034
- # @param user_id [String] The unique ID of the user
2035
- # @param key_id [String] The unique access key ID of the S3 key
2036
- # @param [Hash] opts the optional parameters
2037
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
2038
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
2039
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2040
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
2041
- def um_users_s3keys_delete_with_http_info(user_id, key_id, opts = {})
2042
- if @api_client.config.debugging
2043
- @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_s3keys_delete ...'
2044
- end
2045
- # verify the required parameter 'user_id' is set
2046
- if @api_client.config.client_side_validation && user_id.nil?
2047
- fail ArgumentError, "Missing the required parameter 'user_id' when calling UserManagementApi.um_users_s3keys_delete"
2048
- end
2049
- # verify the required parameter 'key_id' is set
2050
- if @api_client.config.client_side_validation && key_id.nil?
2051
- fail ArgumentError, "Missing the required parameter 'key_id' when calling UserManagementApi.um_users_s3keys_delete"
2052
- end
2053
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
2054
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_delete, must be smaller than or equal to 10.'
2055
- end
2056
-
2057
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
2058
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_delete, must be greater than or equal to 0.'
2059
- end
2060
-
2061
- # resource path
2062
- local_var_path = '/um/users/{userId}/s3keys/{keyId}'.sub('{' + 'userId' + '}', CGI.escape(user_id.to_s)).sub('{' + 'keyId' + '}', CGI.escape(key_id.to_s))
2063
-
2064
- # query parameters
2065
- query_params = opts[:query_params] || {}
2066
- query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
2067
- query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
2068
-
2069
- # header parameters
2070
- header_params = opts[:header_params] || {}
2071
- # HTTP header 'Accept' (if needed)
2072
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2073
- header_params[:'X-Contract-Number'] = opts[:'x_contract_number'] if !opts[:'x_contract_number'].nil?
2074
-
2075
- # form parameters
2076
- form_params = opts[:form_params] || {}
2077
-
2078
- # http body (model)
2079
- post_body = opts[:debug_body]
2080
-
2081
- # return_type
2082
- return_type = opts[:debug_return_type] || 'Object'
2083
-
2084
- # auth_names
2085
- auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
2086
-
2087
- new_options = opts.merge(
2088
- :operation => :"UserManagementApi.um_users_s3keys_delete",
2089
- :header_params => header_params,
2090
- :query_params => query_params,
2091
- :form_params => form_params,
2092
- :body => post_body,
2093
- :auth_names => auth_names,
2094
- :return_type => return_type
2095
- )
2096
-
2097
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
2098
- if @api_client.config.debugging
2099
- @api_client.config.logger.debug "API called: UserManagementApi#um_users_s3keys_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2100
- end
2101
- return data, status_code, headers
2102
- end
2103
-
2104
- # Retrieve given S3 key belonging to the given User
2105
- # You can retrieve S3 key belonging to the given User. This user Id can be found in the response body when a user is created or when you GET a list of users. The key Id can be found in the response body when a S3 key is created or when you GET a list of all S3 keys of a user
2106
- # @param user_id [String] The unique ID of the user
2107
- # @param key_id [String] The unique access key ID of the S3 key
2108
- # @param [Hash] opts the optional parameters
2109
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
2110
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
2111
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2112
- # @return [S3Key]
2113
- def um_users_s3keys_find_by_key_id(user_id, key_id, opts = {})
2114
- data, _status_code, _headers = um_users_s3keys_find_by_key_id_with_http_info(user_id, key_id, opts)
2115
- data
2116
- end
2117
-
2118
- # Retrieve given S3 key belonging to the given User
2119
- # You can retrieve S3 key belonging to the given User. This user Id can be found in the response body when a user is created or when you GET a list of users. The key Id can be found in the response body when a S3 key is created or when you GET a list of all S3 keys of a user
2120
- # @param user_id [String] The unique ID of the user
2121
- # @param key_id [String] The unique access key ID of the S3 key
2122
- # @param [Hash] opts the optional parameters
2123
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
2124
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
2125
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2126
- # @return [Array<(S3Key, Integer, Hash)>] S3Key data, response status code and response headers
2127
- def um_users_s3keys_find_by_key_id_with_http_info(user_id, key_id, opts = {})
2128
- if @api_client.config.debugging
2129
- @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_s3keys_find_by_key_id ...'
2130
- end
2131
- # verify the required parameter 'user_id' is set
2132
- if @api_client.config.client_side_validation && user_id.nil?
2133
- fail ArgumentError, "Missing the required parameter 'user_id' when calling UserManagementApi.um_users_s3keys_find_by_key_id"
2134
- end
2135
- # verify the required parameter 'key_id' is set
2136
- if @api_client.config.client_side_validation && key_id.nil?
2137
- fail ArgumentError, "Missing the required parameter 'key_id' when calling UserManagementApi.um_users_s3keys_find_by_key_id"
2138
- end
2139
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
2140
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_find_by_key_id, must be smaller than or equal to 10.'
2141
- end
2142
-
2143
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
2144
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_find_by_key_id, must be greater than or equal to 0.'
2145
- end
2146
-
2147
- # resource path
2148
- local_var_path = '/um/users/{userId}/s3keys/{keyId}'.sub('{' + 'userId' + '}', CGI.escape(user_id.to_s)).sub('{' + 'keyId' + '}', CGI.escape(key_id.to_s))
2149
-
2150
- # query parameters
2151
- query_params = opts[:query_params] || {}
2152
- query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
2153
- query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
2154
-
2155
- # header parameters
2156
- header_params = opts[:header_params] || {}
2157
- # HTTP header 'Accept' (if needed)
2158
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2159
- header_params[:'X-Contract-Number'] = opts[:'x_contract_number'] if !opts[:'x_contract_number'].nil?
2160
-
2161
- # form parameters
2162
- form_params = opts[:form_params] || {}
2163
-
2164
- # http body (model)
2165
- post_body = opts[:debug_body]
2166
-
2167
- # return_type
2168
- return_type = opts[:debug_return_type] || 'S3Key'
2169
-
2170
- # auth_names
2171
- auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
2172
-
2173
- new_options = opts.merge(
2174
- :operation => :"UserManagementApi.um_users_s3keys_find_by_key_id",
2175
- :header_params => header_params,
2176
- :query_params => query_params,
2177
- :form_params => form_params,
2178
- :body => post_body,
2179
- :auth_names => auth_names,
2180
- :return_type => return_type
2181
- )
2182
-
2183
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
2184
- if @api_client.config.debugging
2185
- @api_client.config.logger.debug "API called: UserManagementApi#um_users_s3keys_find_by_key_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2186
- end
2187
- return data, status_code, headers
2188
- end
2189
-
2190
- # Retrieve a User's S3 keys
2191
- # You can retrieve S3 keys owned by a user by using the users ID. This user Id can be found in the response body when a user is created or when you GET a list of users.
2192
- # @param user_id [String] The unique ID of the user
2193
- # @param [Hash] opts the optional parameters
2194
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
2195
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
2196
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2197
- # @return [S3Keys]
2198
- def um_users_s3keys_get(user_id, opts = {})
2199
- data, _status_code, _headers = um_users_s3keys_get_with_http_info(user_id, opts)
2200
- data
2201
- end
2202
-
2203
- # Retrieve a User&#39;s S3 keys
2204
- # You can retrieve S3 keys owned by a user by using the users ID. This user Id can be found in the response body when a user is created or when you GET a list of users.
2205
- # @param user_id [String] The unique ID of the user
2206
- # @param [Hash] opts the optional parameters
2207
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
2208
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
2209
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2210
- # @return [Array<(S3Keys, Integer, Hash)>] S3Keys data, response status code and response headers
2211
- def um_users_s3keys_get_with_http_info(user_id, opts = {})
2212
- if @api_client.config.debugging
2213
- @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_s3keys_get ...'
2214
- end
2215
- # verify the required parameter 'user_id' is set
2216
- if @api_client.config.client_side_validation && user_id.nil?
2217
- fail ArgumentError, "Missing the required parameter 'user_id' when calling UserManagementApi.um_users_s3keys_get"
2218
- end
2219
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
2220
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_get, must be smaller than or equal to 10.'
2221
- end
2222
-
2223
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
2224
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_get, must be greater than or equal to 0.'
2225
- end
2226
-
2227
- # resource path
2228
- local_var_path = '/um/users/{userId}/s3keys'.sub('{' + 'userId' + '}', CGI.escape(user_id.to_s))
2229
-
2230
- # query parameters
2231
- query_params = opts[:query_params] || {}
2232
- query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
2233
- query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
2234
-
2235
- # header parameters
2236
- header_params = opts[:header_params] || {}
2237
- # HTTP header 'Accept' (if needed)
2238
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2239
- header_params[:'X-Contract-Number'] = opts[:'x_contract_number'] if !opts[:'x_contract_number'].nil?
2240
-
2241
- # form parameters
2242
- form_params = opts[:form_params] || {}
2243
-
2244
- # http body (model)
2245
- post_body = opts[:debug_body]
2246
-
2247
- # return_type
2248
- return_type = opts[:debug_return_type] || 'S3Keys'
2249
-
2250
- # auth_names
2251
- auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
2252
-
2253
- new_options = opts.merge(
2254
- :operation => :"UserManagementApi.um_users_s3keys_get",
2255
- :header_params => header_params,
2256
- :query_params => query_params,
2257
- :form_params => form_params,
2258
- :body => post_body,
2259
- :auth_names => auth_names,
2260
- :return_type => return_type
2261
- )
2262
-
2263
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
2264
- if @api_client.config.debugging
2265
- @api_client.config.logger.debug "API called: UserManagementApi#um_users_s3keys_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2266
- end
2267
- return data, status_code, headers
2268
- end
2269
-
2270
- # Create a S3 key for the given user
2271
- # Creates a S3 key for the given user. This user Id can be found in the response body when a user is created or when you GET a list of users. Maximum of 5 keys can be generated for a given user
2272
- # @param user_id [String] The unique ID of the user
2273
- # @param [Hash] opts the optional parameters
2274
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
2275
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
2276
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2277
- # @return [S3Key]
2278
- def um_users_s3keys_post(user_id, opts = {})
2279
- data, _status_code, _headers = um_users_s3keys_post_with_http_info(user_id, opts)
2280
- data
2281
- end
2282
-
2283
- # Create a S3 key for the given user
2284
- # Creates a S3 key for the given user. This user Id can be found in the response body when a user is created or when you GET a list of users. Maximum of 5 keys can be generated for a given user
2285
- # @param user_id [String] The unique ID of the user
2286
- # @param [Hash] opts the optional parameters
2287
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
2288
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
2289
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2290
- # @return [Array<(S3Key, Integer, Hash)>] S3Key data, response status code and response headers
2291
- def um_users_s3keys_post_with_http_info(user_id, opts = {})
2292
- if @api_client.config.debugging
2293
- @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_s3keys_post ...'
2294
- end
2295
- # verify the required parameter 'user_id' is set
2296
- if @api_client.config.client_side_validation && user_id.nil?
2297
- fail ArgumentError, "Missing the required parameter 'user_id' when calling UserManagementApi.um_users_s3keys_post"
2298
- end
2299
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
2300
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_post, must be smaller than or equal to 10.'
2301
- end
2302
-
2303
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
2304
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_post, must be greater than or equal to 0.'
2305
- end
2306
-
2307
- # resource path
2308
- local_var_path = '/um/users/{userId}/s3keys'.sub('{' + 'userId' + '}', CGI.escape(user_id.to_s))
2309
-
2310
- # query parameters
2311
- query_params = opts[:query_params] || {}
2312
- query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
2313
- query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
2314
-
2315
- # header parameters
2316
- header_params = opts[:header_params] || {}
2317
- # HTTP header 'Accept' (if needed)
2318
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2319
- header_params[:'X-Contract-Number'] = opts[:'x_contract_number'] if !opts[:'x_contract_number'].nil?
2320
-
2321
- # form parameters
2322
- form_params = opts[:form_params] || {}
2323
-
2324
- # http body (model)
2325
- post_body = opts[:debug_body]
2326
-
2327
- # return_type
2328
- return_type = opts[:debug_return_type] || 'S3Key'
2329
-
2330
- # auth_names
2331
- auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
2332
-
2333
- new_options = opts.merge(
2334
- :operation => :"UserManagementApi.um_users_s3keys_post",
2335
- :header_params => header_params,
2336
- :query_params => query_params,
2337
- :form_params => form_params,
2338
- :body => post_body,
2339
- :auth_names => auth_names,
2340
- :return_type => return_type
2341
- )
2342
-
2343
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
2344
- if @api_client.config.debugging
2345
- @api_client.config.logger.debug "API called: UserManagementApi#um_users_s3keys_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2346
- end
2347
- return data, status_code, headers
2348
- end
2349
-
2350
- # Modify a S3 key having the given key id
2351
- # You can enable or disable a given S3 key.
2352
- # @param user_id [String]
2353
- # @param key_id [String] The unique access key ID of the S3 key
2354
- # @param s3_key [S3Key] Modified S3 key
2355
- # @param [Hash] opts the optional parameters
2356
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
2357
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
2358
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2359
- # @return [S3Key]
2360
- def um_users_s3keys_put(user_id, key_id, s3_key, opts = {})
2361
- data, _status_code, _headers = um_users_s3keys_put_with_http_info(user_id, key_id, s3_key, opts)
2362
- data
2363
- end
2364
-
2365
- # Modify a S3 key having the given key id
2366
- # You can enable or disable a given S3 key.
2367
- # @param user_id [String]
2368
- # @param key_id [String] The unique access key ID of the S3 key
2369
- # @param s3_key [S3Key] Modified S3 key
2370
- # @param [Hash] opts the optional parameters
2371
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
2372
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
2373
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2374
- # @return [Array<(S3Key, Integer, Hash)>] S3Key data, response status code and response headers
2375
- def um_users_s3keys_put_with_http_info(user_id, key_id, s3_key, opts = {})
2376
- if @api_client.config.debugging
2377
- @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_s3keys_put ...'
2378
- end
2379
- # verify the required parameter 'user_id' is set
2380
- if @api_client.config.client_side_validation && user_id.nil?
2381
- fail ArgumentError, "Missing the required parameter 'user_id' when calling UserManagementApi.um_users_s3keys_put"
2382
- end
2383
- # verify the required parameter 'key_id' is set
2384
- if @api_client.config.client_side_validation && key_id.nil?
2385
- fail ArgumentError, "Missing the required parameter 'key_id' when calling UserManagementApi.um_users_s3keys_put"
2386
- end
2387
- # verify the required parameter 's3_key' is set
2388
- if @api_client.config.client_side_validation && s3_key.nil?
2389
- fail ArgumentError, "Missing the required parameter 's3_key' when calling UserManagementApi.um_users_s3keys_put"
2390
- end
2391
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
2392
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_put, must be smaller than or equal to 10.'
2393
- end
2394
-
2395
- if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
2396
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_s3keys_put, must be greater than or equal to 0.'
2397
- end
2398
-
2399
- # resource path
2400
- local_var_path = '/um/users/{userId}/s3keys/{keyId}'.sub('{' + 'userId' + '}', CGI.escape(user_id.to_s)).sub('{' + 'keyId' + '}', CGI.escape(key_id.to_s))
2401
-
2402
- # query parameters
2403
- query_params = opts[:query_params] || {}
2404
- query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
2405
- query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
2406
-
2407
- # header parameters
2408
- header_params = opts[:header_params] || {}
2409
- # HTTP header 'Accept' (if needed)
2410
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2411
- # HTTP header 'Content-Type'
2412
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2413
- header_params[:'X-Contract-Number'] = opts[:'x_contract_number'] if !opts[:'x_contract_number'].nil?
2414
-
2415
- # form parameters
2416
- form_params = opts[:form_params] || {}
2417
-
2418
- # http body (model)
2419
- post_body = opts[:debug_body] || @api_client.object_to_http_body(s3_key)
2420
-
2421
- # return_type
2422
- return_type = opts[:debug_return_type] || 'S3Key'
2423
-
2424
- # auth_names
2425
- auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
2426
-
2427
- new_options = opts.merge(
2428
- :operation => :"UserManagementApi.um_users_s3keys_put",
2429
- :header_params => header_params,
2430
- :query_params => query_params,
2431
- :form_params => form_params,
2432
- :body => post_body,
2433
- :auth_names => auth_names,
2434
- :return_type => return_type
2435
- )
2436
-
2437
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
2438
- if @api_client.config.debugging
2439
- @api_client.config.logger.debug "API called: UserManagementApi#um_users_s3keys_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2440
- end
2441
- return data, status_code, headers
2442
- end
2443
-
2444
- # Retrieve S3 object storage single signon URL for the given user
2445
- # You can retrieve S3 object storage single signon URL for the given user. This user Id can be found in the response body when a user is created or when you GET a list of users.
2446
- # @param user_id [String] The unique ID of the user
2447
- # @param [Hash] opts the optional parameters
2448
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
2449
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2450
- # @return [S3ObjectStorageSSO]
2451
- def um_users_s3ssourl_get(user_id, opts = {})
2452
- data, _status_code, _headers = um_users_s3ssourl_get_with_http_info(user_id, opts)
2453
- data
2454
- end
2455
-
2456
- # Retrieve S3 object storage single signon URL for the given user
2457
- # You can retrieve S3 object storage single signon URL for the given user. This user Id can be found in the response body when a user is created or when you GET a list of users.
2458
- # @param user_id [String] The unique ID of the user
2459
- # @param [Hash] opts the optional parameters
2460
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
2461
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
2462
- # @return [Array<(S3ObjectStorageSSO, Integer, Hash)>] S3ObjectStorageSSO data, response status code and response headers
2463
- def um_users_s3ssourl_get_with_http_info(user_id, opts = {})
2464
- if @api_client.config.debugging
2465
- @api_client.config.logger.debug 'Calling API: UserManagementApi.um_users_s3ssourl_get ...'
2466
- end
2467
- # verify the required parameter 'user_id' is set
2468
- if @api_client.config.client_side_validation && user_id.nil?
2469
- fail ArgumentError, "Missing the required parameter 'user_id' when calling UserManagementApi.um_users_s3ssourl_get"
2470
- end
2471
- # resource path
2472
- local_var_path = '/um/users/{userId}/s3ssourl'.sub('{' + 'userId' + '}', CGI.escape(user_id.to_s))
2473
-
2474
- # query parameters
2475
- query_params = opts[:query_params] || {}
2476
- query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
2477
-
2478
- # header parameters
2479
- header_params = opts[:header_params] || {}
2480
- # HTTP header 'Accept' (if needed)
2481
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2482
- header_params[:'X-Contract-Number'] = opts[:'x_contract_number'] if !opts[:'x_contract_number'].nil?
2483
-
2484
- # form parameters
2485
- form_params = opts[:form_params] || {}
2486
-
2487
- # http body (model)
2488
- post_body = opts[:debug_body]
2489
-
2490
- # return_type
2491
- return_type = opts[:debug_return_type] || 'S3ObjectStorageSSO'
2492
-
2493
- # auth_names
2494
- auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
2495
-
2496
- new_options = opts.merge(
2497
- :operation => :"UserManagementApi.um_users_s3ssourl_get",
2498
- :header_params => header_params,
2499
- :query_params => query_params,
2500
- :form_params => form_params,
2501
- :body => post_body,
2502
- :auth_names => auth_names,
2503
- :return_type => return_type
2504
- )
2505
-
2506
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
2507
- if @api_client.config.debugging
2508
- @api_client.config.logger.debug "API called: UserManagementApi#um_users_s3ssourl_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2509
- end
2510
- return data, status_code, headers
2511
- end
2512
2017
  end
2513
2018
  end