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
@@ -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=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)
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 datacenters_labels_delete(datacenter_id, key, opts = {})
32
32
  datacenters_labels_delete_with_http_info(datacenter_id, key, 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=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
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 datacenters_labels_delete_with_http_info(datacenter_id, key, 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 [LabelResource]
117
117
  def datacenters_labels_find_by_key(datacenter_id, key, opts = {})
118
118
  data, _status_code, _headers = datacenters_labels_find_by_key_with_http_info(datacenter_id, key, 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<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
131
131
  def datacenters_labels_find_by_key_with_http_info(datacenter_id, key, 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 [LabelResources]
202
202
  def datacenters_labels_get(datacenter_id, opts = {})
203
203
  data, _status_code, _headers = datacenters_labels_get_with_http_info(datacenter_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<(LabelResources, Integer, Hash)>] LabelResources data, response status code and response headers
215
215
  def datacenters_labels_get_with_http_info(datacenter_id, opts = {})
216
216
  if @api_client.config.debugging
@@ -278,7 +278,7 @@ module Ionoscloud
278
278
  # @param [Hash] opts the optional parameters
279
279
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
280
280
  # @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)
281
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
281
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
282
282
  # @return [LabelResource]
283
283
  def datacenters_labels_post(datacenter_id, label, opts = {})
284
284
  data, _status_code, _headers = datacenters_labels_post_with_http_info(datacenter_id, label, opts)
@@ -292,7 +292,7 @@ module Ionoscloud
292
292
  # @param [Hash] opts the optional parameters
293
293
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
294
294
  # @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
295
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
295
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
296
296
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
297
297
  def datacenters_labels_post_with_http_info(datacenter_id, label, opts = {})
298
298
  if @api_client.config.debugging
@@ -367,7 +367,7 @@ module Ionoscloud
367
367
  # @param [Hash] opts the optional parameters
368
368
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
369
369
  # @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)
370
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
370
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
371
371
  # @return [LabelResource]
372
372
  def datacenters_labels_put(datacenter_id, key, label, opts = {})
373
373
  data, _status_code, _headers = datacenters_labels_put_with_http_info(datacenter_id, key, label, opts)
@@ -382,7 +382,7 @@ module Ionoscloud
382
382
  # @param [Hash] opts the optional parameters
383
383
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
384
384
  # @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
385
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
385
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
386
386
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
387
387
  def datacenters_labels_put_with_http_info(datacenter_id, key, label, opts = {})
388
388
  if @api_client.config.debugging
@@ -461,7 +461,7 @@ module Ionoscloud
461
461
  # @param [Hash] opts the optional parameters
462
462
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
463
463
  # @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)
464
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
464
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
465
465
  # @return [nil]
466
466
  def datacenters_servers_labels_delete(datacenter_id, server_id, key, opts = {})
467
467
  datacenters_servers_labels_delete_with_http_info(datacenter_id, server_id, key, opts)
@@ -476,7 +476,7 @@ module Ionoscloud
476
476
  # @param [Hash] opts the optional parameters
477
477
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
478
478
  # @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
479
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
479
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
480
480
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
481
481
  def datacenters_servers_labels_delete_with_http_info(datacenter_id, server_id, key, opts = {})
482
482
  if @api_client.config.debugging
@@ -553,7 +553,7 @@ module Ionoscloud
553
553
  # @param [Hash] opts the optional parameters
554
554
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
555
555
  # @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)
556
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
556
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
557
557
  # @return [LabelResource]
558
558
  def datacenters_servers_labels_find_by_key(datacenter_id, server_id, key, opts = {})
559
559
  data, _status_code, _headers = datacenters_servers_labels_find_by_key_with_http_info(datacenter_id, server_id, key, opts)
@@ -568,7 +568,7 @@ module Ionoscloud
568
568
  # @param [Hash] opts the optional parameters
569
569
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
570
570
  # @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
571
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
571
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
572
572
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
573
573
  def datacenters_servers_labels_find_by_key_with_http_info(datacenter_id, server_id, key, opts = {})
574
574
  if @api_client.config.debugging
@@ -644,7 +644,7 @@ module Ionoscloud
644
644
  # @param [Hash] opts the optional parameters
645
645
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
646
646
  # @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)
647
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
647
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
648
648
  # @return [LabelResources]
649
649
  def datacenters_servers_labels_get(datacenter_id, server_id, opts = {})
650
650
  data, _status_code, _headers = datacenters_servers_labels_get_with_http_info(datacenter_id, server_id, opts)
@@ -658,7 +658,7 @@ module Ionoscloud
658
658
  # @param [Hash] opts the optional parameters
659
659
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
660
660
  # @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
661
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
661
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
662
662
  # @return [Array<(LabelResources, Integer, Hash)>] LabelResources data, response status code and response headers
663
663
  def datacenters_servers_labels_get_with_http_info(datacenter_id, server_id, opts = {})
664
664
  if @api_client.config.debugging
@@ -731,7 +731,7 @@ module Ionoscloud
731
731
  # @param [Hash] opts the optional parameters
732
732
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
733
733
  # @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)
734
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
734
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
735
735
  # @return [LabelResource]
736
736
  def datacenters_servers_labels_post(datacenter_id, server_id, label, opts = {})
737
737
  data, _status_code, _headers = datacenters_servers_labels_post_with_http_info(datacenter_id, server_id, label, opts)
@@ -746,7 +746,7 @@ module Ionoscloud
746
746
  # @param [Hash] opts the optional parameters
747
747
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
748
748
  # @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
749
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
749
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
750
750
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
751
751
  def datacenters_servers_labels_post_with_http_info(datacenter_id, server_id, label, opts = {})
752
752
  if @api_client.config.debugging
@@ -826,7 +826,7 @@ module Ionoscloud
826
826
  # @param [Hash] opts the optional parameters
827
827
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
828
828
  # @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)
829
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
829
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
830
830
  # @return [LabelResource]
831
831
  def datacenters_servers_labels_put(datacenter_id, server_id, key, label, opts = {})
832
832
  data, _status_code, _headers = datacenters_servers_labels_put_with_http_info(datacenter_id, server_id, key, label, opts)
@@ -842,7 +842,7 @@ module Ionoscloud
842
842
  # @param [Hash] opts the optional parameters
843
843
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
844
844
  # @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
845
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
845
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
846
846
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
847
847
  def datacenters_servers_labels_put_with_http_info(datacenter_id, server_id, key, label, opts = {})
848
848
  if @api_client.config.debugging
@@ -925,7 +925,7 @@ module Ionoscloud
925
925
  # @param [Hash] opts the optional parameters
926
926
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
927
927
  # @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)
928
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
928
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
929
929
  # @return [nil]
930
930
  def datacenters_volumes_labels_delete(datacenter_id, volume_id, key, opts = {})
931
931
  datacenters_volumes_labels_delete_with_http_info(datacenter_id, volume_id, key, opts)
@@ -940,7 +940,7 @@ module Ionoscloud
940
940
  # @param [Hash] opts the optional parameters
941
941
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
942
942
  # @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
943
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
943
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
944
944
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
945
945
  def datacenters_volumes_labels_delete_with_http_info(datacenter_id, volume_id, key, opts = {})
946
946
  if @api_client.config.debugging
@@ -1017,7 +1017,7 @@ module Ionoscloud
1017
1017
  # @param [Hash] opts the optional parameters
1018
1018
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1019
1019
  # @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)
1020
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1020
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1021
1021
  # @return [LabelResource]
1022
1022
  def datacenters_volumes_labels_find_by_key(datacenter_id, volume_id, key, opts = {})
1023
1023
  data, _status_code, _headers = datacenters_volumes_labels_find_by_key_with_http_info(datacenter_id, volume_id, key, opts)
@@ -1032,7 +1032,7 @@ module Ionoscloud
1032
1032
  # @param [Hash] opts the optional parameters
1033
1033
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1034
1034
  # @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
1035
- # @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
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1036
1036
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
1037
1037
  def datacenters_volumes_labels_find_by_key_with_http_info(datacenter_id, volume_id, key, opts = {})
1038
1038
  if @api_client.config.debugging
@@ -1108,7 +1108,7 @@ module Ionoscloud
1108
1108
  # @param [Hash] opts the optional parameters
1109
1109
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1110
1110
  # @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)
1111
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1111
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1112
1112
  # @return [LabelResources]
1113
1113
  def datacenters_volumes_labels_get(datacenter_id, volume_id, opts = {})
1114
1114
  data, _status_code, _headers = datacenters_volumes_labels_get_with_http_info(datacenter_id, volume_id, opts)
@@ -1122,7 +1122,7 @@ module Ionoscloud
1122
1122
  # @param [Hash] opts the optional parameters
1123
1123
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1124
1124
  # @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
1125
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1125
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1126
1126
  # @return [Array<(LabelResources, Integer, Hash)>] LabelResources data, response status code and response headers
1127
1127
  def datacenters_volumes_labels_get_with_http_info(datacenter_id, volume_id, opts = {})
1128
1128
  if @api_client.config.debugging
@@ -1195,7 +1195,7 @@ module Ionoscloud
1195
1195
  # @param [Hash] opts the optional parameters
1196
1196
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1197
1197
  # @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)
1198
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1198
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1199
1199
  # @return [LabelResource]
1200
1200
  def datacenters_volumes_labels_post(datacenter_id, volume_id, label, opts = {})
1201
1201
  data, _status_code, _headers = datacenters_volumes_labels_post_with_http_info(datacenter_id, volume_id, label, opts)
@@ -1210,7 +1210,7 @@ module Ionoscloud
1210
1210
  # @param [Hash] opts the optional parameters
1211
1211
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1212
1212
  # @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
1213
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1213
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1214
1214
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
1215
1215
  def datacenters_volumes_labels_post_with_http_info(datacenter_id, volume_id, label, opts = {})
1216
1216
  if @api_client.config.debugging
@@ -1290,7 +1290,7 @@ module Ionoscloud
1290
1290
  # @param [Hash] opts the optional parameters
1291
1291
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1292
1292
  # @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)
1293
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1293
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1294
1294
  # @return [LabelResource]
1295
1295
  def datacenters_volumes_labels_put(datacenter_id, volume_id, key, label, opts = {})
1296
1296
  data, _status_code, _headers = datacenters_volumes_labels_put_with_http_info(datacenter_id, volume_id, key, label, opts)
@@ -1306,7 +1306,7 @@ module Ionoscloud
1306
1306
  # @param [Hash] opts the optional parameters
1307
1307
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1308
1308
  # @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
1309
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1309
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1310
1310
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
1311
1311
  def datacenters_volumes_labels_put_with_http_info(datacenter_id, volume_id, key, label, opts = {})
1312
1312
  if @api_client.config.debugging
@@ -1388,7 +1388,7 @@ module Ionoscloud
1388
1388
  # @param [Hash] opts the optional parameters
1389
1389
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1390
1390
  # @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)
1391
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1391
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1392
1392
  # @return [nil]
1393
1393
  def ipblocks_labels_delete(ipblock_id, key, opts = {})
1394
1394
  ipblocks_labels_delete_with_http_info(ipblock_id, key, opts)
@@ -1402,7 +1402,7 @@ module Ionoscloud
1402
1402
  # @param [Hash] opts the optional parameters
1403
1403
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1404
1404
  # @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
1405
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1405
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1406
1406
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1407
1407
  def ipblocks_labels_delete_with_http_info(ipblock_id, key, opts = {})
1408
1408
  if @api_client.config.debugging
@@ -1474,7 +1474,7 @@ module Ionoscloud
1474
1474
  # @param [Hash] opts the optional parameters
1475
1475
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1476
1476
  # @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)
1477
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1477
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1478
1478
  # @return [LabelResource]
1479
1479
  def ipblocks_labels_find_by_key(ipblock_id, key, opts = {})
1480
1480
  data, _status_code, _headers = ipblocks_labels_find_by_key_with_http_info(ipblock_id, key, opts)
@@ -1488,7 +1488,7 @@ module Ionoscloud
1488
1488
  # @param [Hash] opts the optional parameters
1489
1489
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1490
1490
  # @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
1491
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1491
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1492
1492
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
1493
1493
  def ipblocks_labels_find_by_key_with_http_info(ipblock_id, key, opts = {})
1494
1494
  if @api_client.config.debugging
@@ -1559,7 +1559,7 @@ module Ionoscloud
1559
1559
  # @param [Hash] opts the optional parameters
1560
1560
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1561
1561
  # @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)
1562
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1562
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1563
1563
  # @return [LabelResources]
1564
1564
  def ipblocks_labels_get(ipblock_id, opts = {})
1565
1565
  data, _status_code, _headers = ipblocks_labels_get_with_http_info(ipblock_id, opts)
@@ -1572,7 +1572,7 @@ module Ionoscloud
1572
1572
  # @param [Hash] opts the optional parameters
1573
1573
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1574
1574
  # @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
1575
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1575
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1576
1576
  # @return [Array<(LabelResources, Integer, Hash)>] LabelResources data, response status code and response headers
1577
1577
  def ipblocks_labels_get_with_http_info(ipblock_id, opts = {})
1578
1578
  if @api_client.config.debugging
@@ -1640,7 +1640,7 @@ module Ionoscloud
1640
1640
  # @param [Hash] opts the optional parameters
1641
1641
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1642
1642
  # @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)
1643
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1643
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1644
1644
  # @return [LabelResource]
1645
1645
  def ipblocks_labels_post(ipblock_id, label, opts = {})
1646
1646
  data, _status_code, _headers = ipblocks_labels_post_with_http_info(ipblock_id, label, opts)
@@ -1654,7 +1654,7 @@ module Ionoscloud
1654
1654
  # @param [Hash] opts the optional parameters
1655
1655
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1656
1656
  # @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
1657
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1657
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1658
1658
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
1659
1659
  def ipblocks_labels_post_with_http_info(ipblock_id, label, opts = {})
1660
1660
  if @api_client.config.debugging
@@ -1729,7 +1729,7 @@ module Ionoscloud
1729
1729
  # @param [Hash] opts the optional parameters
1730
1730
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1731
1731
  # @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)
1732
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1732
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1733
1733
  # @return [LabelResource]
1734
1734
  def ipblocks_labels_put(ipblock_id, key, label, opts = {})
1735
1735
  data, _status_code, _headers = ipblocks_labels_put_with_http_info(ipblock_id, key, label, opts)
@@ -1744,7 +1744,7 @@ module Ionoscloud
1744
1744
  # @param [Hash] opts the optional parameters
1745
1745
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1746
1746
  # @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
1747
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1747
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1748
1748
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
1749
1749
  def ipblocks_labels_put_with_http_info(ipblock_id, key, label, opts = {})
1750
1750
  if @api_client.config.debugging
@@ -1821,7 +1821,7 @@ module Ionoscloud
1821
1821
  # @param [Hash] opts the optional parameters
1822
1822
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1823
1823
  # @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)
1824
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1824
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1825
1825
  # @return [Label]
1826
1826
  def labels_find_by_urn(labelurn, opts = {})
1827
1827
  data, _status_code, _headers = labels_find_by_urn_with_http_info(labelurn, opts)
@@ -1834,7 +1834,7 @@ module Ionoscloud
1834
1834
  # @param [Hash] opts the optional parameters
1835
1835
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1836
1836
  # @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
1837
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1837
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1838
1838
  # @return [Array<(Label, Integer, Hash)>] Label data, response status code and response headers
1839
1839
  def labels_find_by_urn_with_http_info(labelurn, opts = {})
1840
1840
  if @api_client.config.debugging
@@ -1900,7 +1900,7 @@ module Ionoscloud
1900
1900
  # @param [Hash] opts the optional parameters
1901
1901
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1902
1902
  # @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)
1903
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1903
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1904
1904
  # @return [Labels]
1905
1905
  def labels_get(opts = {})
1906
1906
  data, _status_code, _headers = labels_get_with_http_info(opts)
@@ -1912,7 +1912,7 @@ module Ionoscloud
1912
1912
  # @param [Hash] opts the optional parameters
1913
1913
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1914
1914
  # @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
1915
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1915
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1916
1916
  # @return [Array<(Labels, Integer, Hash)>] Labels data, response status code and response headers
1917
1917
  def labels_get_with_http_info(opts = {})
1918
1918
  if @api_client.config.debugging
@@ -1976,7 +1976,7 @@ module Ionoscloud
1976
1976
  # @param [Hash] opts the optional parameters
1977
1977
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
1978
1978
  # @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)
1979
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1979
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1980
1980
  # @return [nil]
1981
1981
  def snapshots_labels_delete(snapshot_id, key, opts = {})
1982
1982
  snapshots_labels_delete_with_http_info(snapshot_id, key, opts)
@@ -1990,7 +1990,7 @@ module Ionoscloud
1990
1990
  # @param [Hash] opts the optional parameters
1991
1991
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
1992
1992
  # @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
1993
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1993
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1994
1994
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1995
1995
  def snapshots_labels_delete_with_http_info(snapshot_id, key, opts = {})
1996
1996
  if @api_client.config.debugging
@@ -2062,7 +2062,7 @@ module Ionoscloud
2062
2062
  # @param [Hash] opts the optional parameters
2063
2063
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
2064
2064
  # @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)
2065
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2065
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2066
2066
  # @return [LabelResource]
2067
2067
  def snapshots_labels_find_by_key(snapshot_id, key, opts = {})
2068
2068
  data, _status_code, _headers = snapshots_labels_find_by_key_with_http_info(snapshot_id, key, opts)
@@ -2076,7 +2076,7 @@ module Ionoscloud
2076
2076
  # @param [Hash] opts the optional parameters
2077
2077
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
2078
2078
  # @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
2079
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2079
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2080
2080
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
2081
2081
  def snapshots_labels_find_by_key_with_http_info(snapshot_id, key, opts = {})
2082
2082
  if @api_client.config.debugging
@@ -2147,7 +2147,7 @@ module Ionoscloud
2147
2147
  # @param [Hash] opts the optional parameters
2148
2148
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
2149
2149
  # @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)
2150
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2150
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2151
2151
  # @return [LabelResources]
2152
2152
  def snapshots_labels_get(snapshot_id, opts = {})
2153
2153
  data, _status_code, _headers = snapshots_labels_get_with_http_info(snapshot_id, opts)
@@ -2160,7 +2160,7 @@ module Ionoscloud
2160
2160
  # @param [Hash] opts the optional parameters
2161
2161
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
2162
2162
  # @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
2163
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2163
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2164
2164
  # @return [Array<(LabelResources, Integer, Hash)>] LabelResources data, response status code and response headers
2165
2165
  def snapshots_labels_get_with_http_info(snapshot_id, opts = {})
2166
2166
  if @api_client.config.debugging
@@ -2228,7 +2228,7 @@ module Ionoscloud
2228
2228
  # @param [Hash] opts the optional parameters
2229
2229
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
2230
2230
  # @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)
2231
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2231
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2232
2232
  # @return [LabelResource]
2233
2233
  def snapshots_labels_post(snapshot_id, label, opts = {})
2234
2234
  data, _status_code, _headers = snapshots_labels_post_with_http_info(snapshot_id, label, opts)
@@ -2242,7 +2242,7 @@ module Ionoscloud
2242
2242
  # @param [Hash] opts the optional parameters
2243
2243
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
2244
2244
  # @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
2245
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2245
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2246
2246
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
2247
2247
  def snapshots_labels_post_with_http_info(snapshot_id, label, opts = {})
2248
2248
  if @api_client.config.debugging
@@ -2317,7 +2317,7 @@ module Ionoscloud
2317
2317
  # @param [Hash] opts the optional parameters
2318
2318
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
2319
2319
  # @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)
2320
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2320
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2321
2321
  # @return [LabelResource]
2322
2322
  def snapshots_labels_put(snapshot_id, key, label, opts = {})
2323
2323
  data, _status_code, _headers = snapshots_labels_put_with_http_info(snapshot_id, key, label, opts)
@@ -2332,7 +2332,7 @@ module Ionoscloud
2332
2332
  # @param [Hash] opts the optional parameters
2333
2333
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
2334
2334
  # @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
2335
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2335
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2336
2336
  # @return [Array<(LabelResource, Integer, Hash)>] LabelResource data, response status code and response headers
2337
2337
  def snapshots_labels_put_with_http_info(snapshot_id, key, label, opts = {})
2338
2338
  if @api_client.config.debugging