ionoscloud 6.0.0 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +70 -0
  3. data/README.md +10 -1
  4. data/docs/README.md +2 -2
  5. data/docs/api/BackupUnitsApi.md +14 -14
  6. data/docs/api/ContractResourcesApi.md +2 -2
  7. data/docs/api/DataCentersApi.md +15 -15
  8. data/docs/api/DefaultApi.md +2 -2
  9. data/docs/api/FirewallRulesApi.md +14 -14
  10. data/docs/api/FlowLogsApi.md +2 -2
  11. data/docs/api/IPBlocksApi.md +14 -14
  12. data/docs/api/ImagesApi.md +10 -10
  13. data/docs/api/KubernetesApi.md +30 -30
  14. data/docs/api/LANsApi.md +22 -22
  15. data/docs/api/LabelsApi.md +54 -54
  16. data/docs/api/LoadBalancersApi.md +22 -22
  17. data/docs/api/LocationsApi.md +6 -6
  18. data/docs/api/NATGatewaysApi.md +26 -26
  19. data/docs/api/NetworkInterfacesApi.md +14 -14
  20. data/docs/api/NetworkLoadBalancersApi.md +38 -38
  21. data/docs/api/PrivateCrossConnectsApi.md +10 -10
  22. data/docs/api/RequestsApi.md +8 -8
  23. data/docs/api/ServersApi.md +62 -52
  24. data/docs/api/SnapshotsApi.md +10 -10
  25. data/docs/api/UserManagementApi.md +50 -50
  26. data/docs/api/UserS3KeysApi.md +12 -12
  27. data/docs/api/VolumesApi.md +18 -18
  28. data/docs/models/AttachedVolumes.md +1 -1
  29. data/docs/models/BackupUnits.md +1 -1
  30. data/docs/models/BalancedNics.md +1 -1
  31. data/docs/models/Cdroms.md +1 -1
  32. data/docs/models/Contracts.md +1 -1
  33. data/docs/models/Datacenters.md +1 -1
  34. data/docs/models/ErrorMessage.md +1 -1
  35. data/docs/models/FirewallRules.md +1 -1
  36. data/docs/models/FirewallruleProperties.md +1 -1
  37. data/docs/models/FlowLogs.md +1 -1
  38. data/docs/models/GroupMembers.md +1 -1
  39. data/docs/models/GroupShares.md +1 -1
  40. data/docs/models/GroupUsers.md +1 -1
  41. data/docs/models/Groups.md +1 -1
  42. data/docs/models/Images.md +1 -1
  43. data/docs/models/IpBlocks.md +3 -3
  44. data/docs/models/KubernetesClusterProperties.md +3 -1
  45. data/docs/models/KubernetesClusterPropertiesForPost.md +3 -1
  46. data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
  47. data/docs/models/KubernetesClusters.md +1 -1
  48. data/docs/models/KubernetesNodePoolProperties.md +4 -1
  49. data/docs/models/KubernetesNodePoolPropertiesForPost.md +4 -1
  50. data/docs/models/KubernetesNodePoolPropertiesForPut.md +1 -1
  51. data/docs/models/KubernetesNodePools.md +1 -1
  52. data/docs/models/KubernetesNodes.md +1 -1
  53. data/docs/models/LabelResources.md +1 -1
  54. data/docs/models/Labels.md +1 -1
  55. data/docs/models/LanNics.md +1 -1
  56. data/docs/models/Lans.md +1 -1
  57. data/docs/models/Loadbalancers.md +1 -1
  58. data/docs/models/Locations.md +1 -1
  59. data/docs/models/NatGatewayProperties.md +1 -1
  60. data/docs/models/NatGatewayRules.md +1 -1
  61. data/docs/models/NatGateways.md +1 -1
  62. data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +4 -4
  63. data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +5 -5
  64. data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +3 -3
  65. data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +3 -3
  66. data/docs/models/NetworkLoadBalancerForwardingRules.md +1 -1
  67. data/docs/models/NetworkLoadBalancerProperties.md +2 -2
  68. data/docs/models/NetworkLoadBalancers.md +1 -1
  69. data/docs/models/NicProperties.md +3 -3
  70. data/docs/models/Nics.md +1 -1
  71. data/docs/models/PrivateCrossConnects.md +1 -1
  72. data/docs/models/Requests.md +3 -3
  73. data/docs/models/ResourceGroups.md +1 -1
  74. data/docs/models/Resources.md +1 -1
  75. data/docs/models/ResourcesUsers.md +1 -1
  76. data/docs/models/S3Keys.md +1 -1
  77. data/docs/models/Servers.md +1 -1
  78. data/docs/models/Snapshots.md +1 -1
  79. data/docs/models/Templates.md +1 -1
  80. data/docs/models/Users.md +1 -1
  81. data/docs/models/VolumeProperties.md +4 -2
  82. data/docs/models/Volumes.md +1 -1
  83. data/git_push.sh +0 -3
  84. data/lib/ionoscloud/api/_api.rb +2 -2
  85. data/lib/ionoscloud/api/backup_units_api.rb +14 -14
  86. data/lib/ionoscloud/api/contract_resources_api.rb +2 -2
  87. data/lib/ionoscloud/api/data_centers_api.rb +16 -16
  88. data/lib/ionoscloud/api/firewall_rules_api.rb +14 -14
  89. data/lib/ionoscloud/api/flow_logs_api.rb +2 -2
  90. data/lib/ionoscloud/api/images_api.rb +10 -10
  91. data/lib/ionoscloud/api/ip_blocks_api.rb +14 -14
  92. data/lib/ionoscloud/api/kubernetes_api.rb +30 -30
  93. data/lib/ionoscloud/api/labels_api.rb +54 -54
  94. data/lib/ionoscloud/api/lans_api.rb +22 -22
  95. data/lib/ionoscloud/api/load_balancers_api.rb +22 -22
  96. data/lib/ionoscloud/api/locations_api.rb +6 -6
  97. data/lib/ionoscloud/api/nat_gateways_api.rb +26 -26
  98. data/lib/ionoscloud/api/network_interfaces_api.rb +14 -14
  99. data/lib/ionoscloud/api/network_load_balancers_api.rb +38 -38
  100. data/lib/ionoscloud/api/private_cross_connects_api.rb +10 -10
  101. data/lib/ionoscloud/api/requests_api.rb +8 -8
  102. data/lib/ionoscloud/api/servers_api.rb +52 -52
  103. data/lib/ionoscloud/api/snapshots_api.rb +10 -10
  104. data/lib/ionoscloud/api/user_management_api.rb +50 -50
  105. data/lib/ionoscloud/api/user_s3_keys_api.rb +12 -12
  106. data/lib/ionoscloud/api/volumes_api.rb +19 -19
  107. data/lib/ionoscloud/api_client.rb +1 -1
  108. data/lib/ionoscloud/models/attached_volumes.rb +1 -1
  109. data/lib/ionoscloud/models/backup_units.rb +1 -1
  110. data/lib/ionoscloud/models/balanced_nics.rb +1 -1
  111. data/lib/ionoscloud/models/cdroms.rb +1 -1
  112. data/lib/ionoscloud/models/contracts.rb +1 -1
  113. data/lib/ionoscloud/models/datacenters.rb +1 -1
  114. data/lib/ionoscloud/models/error_message.rb +1 -1
  115. data/lib/ionoscloud/models/firewall_rules.rb +1 -1
  116. data/lib/ionoscloud/models/firewallrule_properties.rb +6 -1
  117. data/lib/ionoscloud/models/flow_logs.rb +1 -1
  118. data/lib/ionoscloud/models/group_members.rb +1 -1
  119. data/lib/ionoscloud/models/group_shares.rb +1 -1
  120. data/lib/ionoscloud/models/group_users.rb +1 -1
  121. data/lib/ionoscloud/models/groups.rb +1 -1
  122. data/lib/ionoscloud/models/image_properties.rb +2 -2
  123. data/lib/ionoscloud/models/images.rb +1 -1
  124. data/lib/ionoscloud/models/ip_blocks.rb +3 -3
  125. data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +22 -2
  126. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +22 -2
  127. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +1 -1
  128. data/lib/ionoscloud/models/kubernetes_clusters.rb +1 -1
  129. data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +21 -3
  130. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +21 -3
  131. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +1 -1
  132. data/lib/ionoscloud/models/kubernetes_node_pools.rb +1 -1
  133. data/lib/ionoscloud/models/kubernetes_nodes.rb +1 -1
  134. data/lib/ionoscloud/models/label_resources.rb +1 -1
  135. data/lib/ionoscloud/models/labels.rb +1 -1
  136. data/lib/ionoscloud/models/lan_nics.rb +1 -1
  137. data/lib/ionoscloud/models/lans.rb +1 -1
  138. data/lib/ionoscloud/models/loadbalancer_properties.rb +1 -0
  139. data/lib/ionoscloud/models/loadbalancers.rb +1 -1
  140. data/lib/ionoscloud/models/locations.rb +1 -1
  141. data/lib/ionoscloud/models/nat_gateway_properties.rb +1 -1
  142. data/lib/ionoscloud/models/nat_gateway_rules.rb +1 -1
  143. data/lib/ionoscloud/models/nat_gateways.rb +1 -1
  144. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +4 -4
  145. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +5 -5
  146. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +3 -3
  147. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +3 -3
  148. data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +1 -1
  149. data/lib/ionoscloud/models/network_load_balancer_properties.rb +2 -2
  150. data/lib/ionoscloud/models/network_load_balancers.rb +1 -1
  151. data/lib/ionoscloud/models/nic_properties.rb +4 -3
  152. data/lib/ionoscloud/models/nics.rb +1 -1
  153. data/lib/ionoscloud/models/private_cross_connects.rb +1 -1
  154. data/lib/ionoscloud/models/requests.rb +3 -3
  155. data/lib/ionoscloud/models/resource_groups.rb +1 -1
  156. data/lib/ionoscloud/models/resources.rb +1 -1
  157. data/lib/ionoscloud/models/resources_users.rb +1 -1
  158. data/lib/ionoscloud/models/s3_keys.rb +1 -1
  159. data/lib/ionoscloud/models/servers.rb +1 -1
  160. data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
  161. data/lib/ionoscloud/models/snapshots.rb +1 -1
  162. data/lib/ionoscloud/models/templates.rb +1 -1
  163. data/lib/ionoscloud/models/users.rb +1 -1
  164. data/lib/ionoscloud/models/volume_properties.rb +25 -7
  165. data/lib/ionoscloud/models/volumes.rb +1 -1
  166. data/lib/ionoscloud/version.rb +1 -1
  167. data/lib/test_driver.rb +119 -0
  168. metadata +7 -5
@@ -25,7 +25,7 @@ module Ionoscloud
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
27
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.
28
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
29
29
  # @return [nil]
30
30
  def um_groups_delete(group_id, opts = {})
31
31
  um_groups_delete_with_http_info(group_id, opts)
@@ -38,7 +38,7 @@ module Ionoscloud
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
40
40
  # @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
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.
41
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
42
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
@@ -105,7 +105,7 @@ module Ionoscloud
105
105
  # @param [Hash] opts the optional parameters
106
106
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
107
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.
108
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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)
@@ -118,7 +118,7 @@ module Ionoscloud
118
118
  # @param [Hash] opts the optional parameters
119
119
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
120
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.
121
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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
@@ -184,7 +184,7 @@ module Ionoscloud
184
184
  # @param [Hash] opts the optional parameters
185
185
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
186
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.
187
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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)
@@ -196,7 +196,7 @@ module Ionoscloud
196
196
  # @param [Hash] opts the optional parameters
197
197
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
198
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.
199
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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
@@ -259,7 +259,7 @@ module Ionoscloud
259
259
  # @param [Hash] opts the optional parameters
260
260
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
261
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.
262
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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)
@@ -272,7 +272,7 @@ module Ionoscloud
272
272
  # @param [Hash] opts the optional parameters
273
273
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
274
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.
275
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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
@@ -342,7 +342,7 @@ module Ionoscloud
342
342
  # @param [Hash] opts the optional parameters
343
343
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
344
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.
345
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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)
@@ -356,7 +356,7 @@ module Ionoscloud
356
356
  # @param [Hash] opts the optional parameters
357
357
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
358
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.
359
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for 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
@@ -429,7 +429,7 @@ module Ionoscloud
429
429
  # @param [Hash] opts the optional parameters
430
430
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
431
431
  # @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)
432
- # @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
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
433
433
  # @return [ResourceGroups]
434
434
  def um_groups_resources_get(group_id, opts = {})
435
435
  data, _status_code, _headers = um_groups_resources_get_with_http_info(group_id, opts)
@@ -442,7 +442,7 @@ module Ionoscloud
442
442
  # @param [Hash] opts the optional parameters
443
443
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
444
444
  # @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
445
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
445
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
446
446
  # @return [Array<(ResourceGroups, Integer, Hash)>] ResourceGroups data, response status code and response headers
447
447
  def um_groups_resources_get_with_http_info(group_id, opts = {})
448
448
  if @api_client.config.debugging
@@ -510,7 +510,7 @@ module Ionoscloud
510
510
  # @param [Hash] opts the optional parameters
511
511
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
512
512
  # @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)
513
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
513
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
514
514
  # @return [nil]
515
515
  def um_groups_shares_delete(group_id, resource_id, opts = {})
516
516
  um_groups_shares_delete_with_http_info(group_id, resource_id, opts)
@@ -524,7 +524,7 @@ module Ionoscloud
524
524
  # @param [Hash] opts the optional parameters
525
525
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
526
526
  # @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
527
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
527
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
528
528
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
529
529
  def um_groups_shares_delete_with_http_info(group_id, resource_id, opts = {})
530
530
  if @api_client.config.debugging
@@ -596,7 +596,7 @@ module Ionoscloud
596
596
  # @param [Hash] opts the optional parameters
597
597
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
598
598
  # @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)
599
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
599
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
600
600
  # @return [GroupShare]
601
601
  def um_groups_shares_find_by_resource_id(group_id, resource_id, opts = {})
602
602
  data, _status_code, _headers = um_groups_shares_find_by_resource_id_with_http_info(group_id, resource_id, opts)
@@ -610,7 +610,7 @@ module Ionoscloud
610
610
  # @param [Hash] opts the optional parameters
611
611
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
612
612
  # @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
613
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
613
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
614
614
  # @return [Array<(GroupShare, Integer, Hash)>] GroupShare data, response status code and response headers
615
615
  def um_groups_shares_find_by_resource_id_with_http_info(group_id, resource_id, opts = {})
616
616
  if @api_client.config.debugging
@@ -681,7 +681,7 @@ module Ionoscloud
681
681
  # @param [Hash] opts the optional parameters
682
682
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
683
683
  # @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)
684
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
684
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
685
685
  # @return [GroupShares]
686
686
  def um_groups_shares_get(group_id, opts = {})
687
687
  data, _status_code, _headers = um_groups_shares_get_with_http_info(group_id, opts)
@@ -694,7 +694,7 @@ module Ionoscloud
694
694
  # @param [Hash] opts the optional parameters
695
695
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
696
696
  # @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
697
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
697
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
698
698
  # @return [Array<(GroupShares, Integer, Hash)>] GroupShares data, response status code and response headers
699
699
  def um_groups_shares_get_with_http_info(group_id, opts = {})
700
700
  if @api_client.config.debugging
@@ -763,7 +763,7 @@ module Ionoscloud
763
763
  # @param [Hash] opts the optional parameters
764
764
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
765
765
  # @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)
766
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
766
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
767
767
  # @return [GroupShare]
768
768
  def um_groups_shares_post(group_id, resource_id, resource, opts = {})
769
769
  data, _status_code, _headers = um_groups_shares_post_with_http_info(group_id, resource_id, resource, opts)
@@ -778,7 +778,7 @@ module Ionoscloud
778
778
  # @param [Hash] opts the optional parameters
779
779
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
780
780
  # @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
781
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
781
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
782
782
  # @return [Array<(GroupShare, Integer, Hash)>] GroupShare data, response status code and response headers
783
783
  def um_groups_shares_post_with_http_info(group_id, resource_id, resource, opts = {})
784
784
  if @api_client.config.debugging
@@ -855,7 +855,7 @@ module Ionoscloud
855
855
  # @param [Hash] opts the optional parameters
856
856
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
857
857
  # @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)
858
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
858
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
859
859
  # @return [GroupShare]
860
860
  def um_groups_shares_put(group_id, resource_id, resource, opts = {})
861
861
  data, _status_code, _headers = um_groups_shares_put_with_http_info(group_id, resource_id, resource, opts)
@@ -870,7 +870,7 @@ module Ionoscloud
870
870
  # @param [Hash] opts the optional parameters
871
871
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
872
872
  # @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
873
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
873
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
874
874
  # @return [Array<(GroupShare, Integer, Hash)>] GroupShare data, response status code and response headers
875
875
  def um_groups_shares_put_with_http_info(group_id, resource_id, resource, opts = {})
876
876
  if @api_client.config.debugging
@@ -948,7 +948,7 @@ module Ionoscloud
948
948
  # @param [Hash] opts the optional parameters
949
949
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
950
950
  # @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)
951
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
951
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
952
952
  # @return [nil]
953
953
  def um_groups_users_delete(group_id, user_id, opts = {})
954
954
  um_groups_users_delete_with_http_info(group_id, user_id, opts)
@@ -962,7 +962,7 @@ module Ionoscloud
962
962
  # @param [Hash] opts the optional parameters
963
963
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
964
964
  # @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
965
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
965
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
966
966
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
967
967
  def um_groups_users_delete_with_http_info(group_id, user_id, opts = {})
968
968
  if @api_client.config.debugging
@@ -1033,7 +1033,7 @@ module Ionoscloud
1033
1033
  # @param [Hash] opts the optional parameters
1034
1034
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1035
1035
  # @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)
1036
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1036
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1037
1037
  # @return [GroupMembers]
1038
1038
  def um_groups_users_get(group_id, opts = {})
1039
1039
  data, _status_code, _headers = um_groups_users_get_with_http_info(group_id, opts)
@@ -1046,7 +1046,7 @@ module Ionoscloud
1046
1046
  # @param [Hash] opts the optional parameters
1047
1047
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1048
1048
  # @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
1049
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1049
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1050
1050
  # @return [Array<(GroupMembers, Integer, Hash)>] GroupMembers data, response status code and response headers
1051
1051
  def um_groups_users_get_with_http_info(group_id, opts = {})
1052
1052
  if @api_client.config.debugging
@@ -1114,7 +1114,7 @@ module Ionoscloud
1114
1114
  # @param [Hash] opts the optional parameters
1115
1115
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1116
1116
  # @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)
1117
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1117
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1118
1118
  # @return [User]
1119
1119
  def um_groups_users_post(group_id, user, opts = {})
1120
1120
  data, _status_code, _headers = um_groups_users_post_with_http_info(group_id, user, opts)
@@ -1128,7 +1128,7 @@ module Ionoscloud
1128
1128
  # @param [Hash] opts the optional parameters
1129
1129
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1130
1130
  # @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
1131
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1131
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1132
1132
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1133
1133
  def um_groups_users_post_with_http_info(group_id, user, opts = {})
1134
1134
  if @api_client.config.debugging
@@ -1201,7 +1201,7 @@ module Ionoscloud
1201
1201
  # @param [Hash] opts the optional parameters
1202
1202
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1203
1203
  # @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)
1204
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1204
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1205
1205
  # @return [Resources]
1206
1206
  def um_resources_find_by_type(resource_type, opts = {})
1207
1207
  data, _status_code, _headers = um_resources_find_by_type_with_http_info(resource_type, opts)
@@ -1214,7 +1214,7 @@ module Ionoscloud
1214
1214
  # @param [Hash] opts the optional parameters
1215
1215
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1216
1216
  # @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
1217
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1217
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1218
1218
  # @return [Array<(Resources, Integer, Hash)>] Resources data, response status code and response headers
1219
1219
  def um_resources_find_by_type_with_http_info(resource_type, opts = {})
1220
1220
  if @api_client.config.debugging
@@ -1282,7 +1282,7 @@ module Ionoscloud
1282
1282
  # @param [Hash] opts the optional parameters
1283
1283
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1284
1284
  # @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)
1285
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1285
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1286
1286
  # @return [Resource]
1287
1287
  def um_resources_find_by_type_and_id(resource_type, resource_id, opts = {})
1288
1288
  data, _status_code, _headers = um_resources_find_by_type_and_id_with_http_info(resource_type, resource_id, opts)
@@ -1296,7 +1296,7 @@ module Ionoscloud
1296
1296
  # @param [Hash] opts the optional parameters
1297
1297
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1298
1298
  # @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
1299
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1299
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1300
1300
  # @return [Array<(Resource, Integer, Hash)>] Resource data, response status code and response headers
1301
1301
  def um_resources_find_by_type_and_id_with_http_info(resource_type, resource_id, opts = {})
1302
1302
  if @api_client.config.debugging
@@ -1366,7 +1366,7 @@ module Ionoscloud
1366
1366
  # @param [Hash] opts the optional parameters
1367
1367
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1368
1368
  # @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)
1369
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1369
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1370
1370
  # @return [Resources]
1371
1371
  def um_resources_get(opts = {})
1372
1372
  data, _status_code, _headers = um_resources_get_with_http_info(opts)
@@ -1378,7 +1378,7 @@ module Ionoscloud
1378
1378
  # @param [Hash] opts the optional parameters
1379
1379
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1380
1380
  # @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
1381
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1381
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1382
1382
  # @return [Array<(Resources, Integer, Hash)>] Resources data, response status code and response headers
1383
1383
  def um_resources_get_with_http_info(opts = {})
1384
1384
  if @api_client.config.debugging
@@ -1441,7 +1441,7 @@ module Ionoscloud
1441
1441
  # @param [Hash] opts the optional parameters
1442
1442
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1443
1443
  # @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)
1444
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1444
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1445
1445
  # @return [nil]
1446
1446
  def um_users_delete(user_id, opts = {})
1447
1447
  um_users_delete_with_http_info(user_id, opts)
@@ -1454,7 +1454,7 @@ module Ionoscloud
1454
1454
  # @param [Hash] opts the optional parameters
1455
1455
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1456
1456
  # @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
1457
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1457
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1458
1458
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1459
1459
  def um_users_delete_with_http_info(user_id, opts = {})
1460
1460
  if @api_client.config.debugging
@@ -1521,7 +1521,7 @@ module Ionoscloud
1521
1521
  # @param [Hash] opts the optional parameters
1522
1522
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1523
1523
  # @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)
1524
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1524
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1525
1525
  # @return [User]
1526
1526
  def um_users_find_by_id(user_id, opts = {})
1527
1527
  data, _status_code, _headers = um_users_find_by_id_with_http_info(user_id, opts)
@@ -1534,7 +1534,7 @@ module Ionoscloud
1534
1534
  # @param [Hash] opts the optional parameters
1535
1535
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1536
1536
  # @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
1537
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1537
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1538
1538
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1539
1539
  def um_users_find_by_id_with_http_info(user_id, opts = {})
1540
1540
  if @api_client.config.debugging
@@ -1600,8 +1600,8 @@ module Ionoscloud
1600
1600
  # @param [Hash] opts the optional parameters
1601
1601
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1602
1602
  # @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)
1603
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1604
- # @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
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1604
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with &lt;b&gt;&lt;i&gt;limit&lt;/i&gt;&lt;/b&gt; for pagination). (default to 0)
1605
1605
  # @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)
1606
1606
  # @return [Users]
1607
1607
  def um_users_get(opts = {})
@@ -1614,8 +1614,8 @@ module Ionoscloud
1614
1614
  # @param [Hash] opts the optional parameters
1615
1615
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1616
1616
  # @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
1617
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1618
- # @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
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1618
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with &lt;b&gt;&lt;i&gt;limit&lt;/i&gt;&lt;/b&gt; for pagination).
1619
1619
  # @option opts [Integer] :limit The maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination).
1620
1620
  # @return [Array<(Users, Integer, Hash)>] Users data, response status code and response headers
1621
1621
  def um_users_get_with_http_info(opts = {})
@@ -1693,7 +1693,7 @@ module Ionoscloud
1693
1693
  # @param [Hash] opts the optional parameters
1694
1694
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1695
1695
  # @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)
1696
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1696
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1697
1697
  # @return [ResourceGroups]
1698
1698
  def um_users_groups_get(user_id, opts = {})
1699
1699
  data, _status_code, _headers = um_users_groups_get_with_http_info(user_id, opts)
@@ -1706,7 +1706,7 @@ module Ionoscloud
1706
1706
  # @param [Hash] opts the optional parameters
1707
1707
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1708
1708
  # @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
1709
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1709
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1710
1710
  # @return [Array<(ResourceGroups, Integer, Hash)>] ResourceGroups data, response status code and response headers
1711
1711
  def um_users_groups_get_with_http_info(user_id, opts = {})
1712
1712
  if @api_client.config.debugging
@@ -1773,7 +1773,7 @@ module Ionoscloud
1773
1773
  # @param [Hash] opts the optional parameters
1774
1774
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1775
1775
  # @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)
1776
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1776
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1777
1777
  # @return [ResourcesUsers]
1778
1778
  def um_users_owns_get(user_id, opts = {})
1779
1779
  data, _status_code, _headers = um_users_owns_get_with_http_info(user_id, opts)
@@ -1786,7 +1786,7 @@ module Ionoscloud
1786
1786
  # @param [Hash] opts the optional parameters
1787
1787
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1788
1788
  # @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
1789
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1789
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1790
1790
  # @return [Array<(ResourcesUsers, Integer, Hash)>] ResourcesUsers data, response status code and response headers
1791
1791
  def um_users_owns_get_with_http_info(user_id, opts = {})
1792
1792
  if @api_client.config.debugging
@@ -1853,7 +1853,7 @@ module Ionoscloud
1853
1853
  # @param [Hash] opts the optional parameters
1854
1854
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1855
1855
  # @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)
1856
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1856
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1857
1857
  # @return [User]
1858
1858
  def um_users_post(user, opts = {})
1859
1859
  data, _status_code, _headers = um_users_post_with_http_info(user, opts)
@@ -1866,7 +1866,7 @@ module Ionoscloud
1866
1866
  # @param [Hash] opts the optional parameters
1867
1867
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1868
1868
  # @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
1869
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1869
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1870
1870
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1871
1871
  def um_users_post_with_http_info(user, opts = {})
1872
1872
  if @api_client.config.debugging
@@ -1936,7 +1936,7 @@ module Ionoscloud
1936
1936
  # @param [Hash] opts the optional parameters
1937
1937
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1938
1938
  # @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)
1939
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1939
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1940
1940
  # @return [User]
1941
1941
  def um_users_put(user_id, user, opts = {})
1942
1942
  data, _status_code, _headers = um_users_put_with_http_info(user_id, user, opts)
@@ -1950,7 +1950,7 @@ module Ionoscloud
1950
1950
  # @param [Hash] opts the optional parameters
1951
1951
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1952
1952
  # @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
1953
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1953
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1954
1954
  # @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
1955
1955
  def um_users_put_with_http_info(user_id, user, opts = {})
1956
1956
  if @api_client.config.debugging
@@ -26,7 +26,7 @@ module Ionoscloud
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
28
28
  # @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)
29
- # @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
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
30
30
  # @return [nil]
31
31
  def um_users_s3keys_delete(user_id, key_id, opts = {})
32
32
  um_users_s3keys_delete_with_http_info(user_id, key_id, opts)
@@ -40,7 +40,7 @@ module Ionoscloud
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
42
42
  # @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
43
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
43
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
44
44
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
45
45
  def um_users_s3keys_delete_with_http_info(user_id, key_id, opts = {})
46
46
  if @api_client.config.debugging
@@ -112,7 +112,7 @@ module Ionoscloud
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
114
114
  # @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)
115
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
115
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
116
116
  # @return [S3Key]
117
117
  def um_users_s3keys_find_by_key_id(user_id, key_id, opts = {})
118
118
  data, _status_code, _headers = um_users_s3keys_find_by_key_id_with_http_info(user_id, key_id, opts)
@@ -126,7 +126,7 @@ module Ionoscloud
126
126
  # @param [Hash] opts the optional parameters
127
127
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
128
128
  # @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
129
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
129
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
130
130
  # @return [Array<(S3Key, Integer, Hash)>] S3Key data, response status code and response headers
131
131
  def um_users_s3keys_find_by_key_id_with_http_info(user_id, key_id, opts = {})
132
132
  if @api_client.config.debugging
@@ -197,7 +197,7 @@ module Ionoscloud
197
197
  # @param [Hash] opts the optional parameters
198
198
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
199
199
  # @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)
200
- # @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
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
201
201
  # @return [S3Keys]
202
202
  def um_users_s3keys_get(user_id, opts = {})
203
203
  data, _status_code, _headers = um_users_s3keys_get_with_http_info(user_id, opts)
@@ -210,7 +210,7 @@ module Ionoscloud
210
210
  # @param [Hash] opts the optional parameters
211
211
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
212
212
  # @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
213
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
213
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
214
214
  # @return [Array<(S3Keys, Integer, Hash)>] S3Keys data, response status code and response headers
215
215
  def um_users_s3keys_get_with_http_info(user_id, opts = {})
216
216
  if @api_client.config.debugging
@@ -277,7 +277,7 @@ module Ionoscloud
277
277
  # @param [Hash] opts the optional parameters
278
278
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
279
279
  # @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)
280
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
280
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
281
281
  # @return [S3Key]
282
282
  def um_users_s3keys_post(user_id, opts = {})
283
283
  data, _status_code, _headers = um_users_s3keys_post_with_http_info(user_id, opts)
@@ -290,7 +290,7 @@ module Ionoscloud
290
290
  # @param [Hash] opts the optional parameters
291
291
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
292
292
  # @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
293
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
293
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
294
294
  # @return [Array<(S3Key, Integer, Hash)>] S3Key data, response status code and response headers
295
295
  def um_users_s3keys_post_with_http_info(user_id, opts = {})
296
296
  if @api_client.config.debugging
@@ -359,7 +359,7 @@ module Ionoscloud
359
359
  # @param [Hash] opts the optional parameters
360
360
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
361
361
  # @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)
362
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
362
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
363
363
  # @return [S3Key]
364
364
  def um_users_s3keys_put(user_id, key_id, s3_key, opts = {})
365
365
  data, _status_code, _headers = um_users_s3keys_put_with_http_info(user_id, key_id, s3_key, opts)
@@ -374,7 +374,7 @@ module Ionoscloud
374
374
  # @param [Hash] opts the optional parameters
375
375
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
376
376
  # @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
377
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
377
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
378
378
  # @return [Array<(S3Key, Integer, Hash)>] S3Key data, response status code and response headers
379
379
  def um_users_s3keys_put_with_http_info(user_id, key_id, s3_key, opts = {})
380
380
  if @api_client.config.debugging
@@ -450,7 +450,7 @@ module Ionoscloud
450
450
  # @param user_id [String] The unique ID of the user.
451
451
  # @param [Hash] opts the optional parameters
452
452
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
453
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
453
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
454
454
  # @return [S3ObjectStorageSSO]
455
455
  def um_users_s3ssourl_get(user_id, opts = {})
456
456
  data, _status_code, _headers = um_users_s3ssourl_get_with_http_info(user_id, opts)
@@ -462,7 +462,7 @@ module Ionoscloud
462
462
  # @param user_id [String] The unique ID of the user.
463
463
  # @param [Hash] opts the optional parameters
464
464
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
465
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
465
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
466
466
  # @return [Array<(S3ObjectStorageSSO, Integer, Hash)>] S3ObjectStorageSSO data, response status code and response headers
467
467
  def um_users_s3ssourl_get_with_http_info(user_id, opts = {})
468
468
  if @api_client.config.debugging