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
@@ -64,7 +64,7 @@ key = 'key_example' # String | The label key
64
64
  opts = {
65
65
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
66
66
  depth: 56, # Integer | 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
67
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
67
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
68
68
  }
69
69
 
70
70
  begin
@@ -101,7 +101,7 @@ end
101
101
  | **key** | **String** | The label key | |
102
102
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
103
103
  | **depth** | **Integer** | 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 | [optional][default to 0] |
104
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
104
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
105
105
 
106
106
  ### Return type
107
107
 
@@ -148,7 +148,7 @@ key = 'key_example' # String | The label key
148
148
  opts = {
149
149
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
150
150
  depth: 56, # Integer | 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
151
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
151
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
152
152
  }
153
153
 
154
154
  begin
@@ -186,7 +186,7 @@ end
186
186
  | **key** | **String** | The label key | |
187
187
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
188
188
  | **depth** | **Integer** | 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 | [optional][default to 0] |
189
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
189
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
190
190
 
191
191
  ### Return type
192
192
 
@@ -232,7 +232,7 @@ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data cen
232
232
  opts = {
233
233
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
234
234
  depth: 56, # Integer | 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
235
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
235
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
236
236
  }
237
237
 
238
238
  begin
@@ -269,7 +269,7 @@ end
269
269
  | **datacenter_id** | **String** | The unique ID of the data center. | |
270
270
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
271
271
  | **depth** | **Integer** | 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 | [optional][default to 0] |
272
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
272
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
273
273
 
274
274
  ### Return type
275
275
 
@@ -316,7 +316,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
316
316
  opts = {
317
317
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
318
318
  depth: 56, # Integer | 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
319
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
319
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
320
320
  }
321
321
 
322
322
  begin
@@ -354,7 +354,7 @@ end
354
354
  | **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
355
355
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
356
356
  | **depth** | **Integer** | 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 | [optional][default to 0] |
357
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
357
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
358
358
 
359
359
  ### Return type
360
360
 
@@ -402,7 +402,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
402
402
  opts = {
403
403
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
404
404
  depth: 56, # Integer | 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
405
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
405
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
406
406
  }
407
407
 
408
408
  begin
@@ -441,7 +441,7 @@ end
441
441
  | **label** | [**LabelResource**](LabelResource.md) | The modified label | |
442
442
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
443
443
  | **depth** | **Integer** | 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 | [optional][default to 0] |
444
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
444
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
445
445
 
446
446
  ### Return type
447
447
 
@@ -489,7 +489,7 @@ key = 'key_example' # String | The label key
489
489
  opts = {
490
490
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
491
491
  depth: 56, # Integer | 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
492
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
492
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
493
493
  }
494
494
 
495
495
  begin
@@ -527,7 +527,7 @@ end
527
527
  | **key** | **String** | The label key | |
528
528
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
529
529
  | **depth** | **Integer** | 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 | [optional][default to 0] |
530
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
530
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
531
531
 
532
532
  ### Return type
533
533
 
@@ -575,7 +575,7 @@ key = 'key_example' # String | The label key
575
575
  opts = {
576
576
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
577
577
  depth: 56, # Integer | 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
578
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
578
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
579
579
  }
580
580
 
581
581
  begin
@@ -614,7 +614,7 @@ end
614
614
  | **key** | **String** | The label key | |
615
615
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
616
616
  | **depth** | **Integer** | 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 | [optional][default to 0] |
617
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
617
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
618
618
 
619
619
  ### Return type
620
620
 
@@ -661,7 +661,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
661
661
  opts = {
662
662
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
663
663
  depth: 56, # Integer | 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
664
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
664
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
665
665
  }
666
666
 
667
667
  begin
@@ -699,7 +699,7 @@ end
699
699
  | **server_id** | **String** | The unique ID of the server. | |
700
700
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
701
701
  | **depth** | **Integer** | 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 | [optional][default to 0] |
702
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
702
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
703
703
 
704
704
  ### Return type
705
705
 
@@ -747,7 +747,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
747
747
  opts = {
748
748
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
749
749
  depth: 56, # Integer | 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
750
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
750
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
751
751
  }
752
752
 
753
753
  begin
@@ -786,7 +786,7 @@ end
786
786
  | **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
787
787
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
788
788
  | **depth** | **Integer** | 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 | [optional][default to 0] |
789
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
789
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
790
790
 
791
791
  ### Return type
792
792
 
@@ -835,7 +835,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
835
835
  opts = {
836
836
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
837
837
  depth: 56, # Integer | 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
838
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
838
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
839
839
  }
840
840
 
841
841
  begin
@@ -875,7 +875,7 @@ end
875
875
  | **label** | [**LabelResource**](LabelResource.md) | The modified label | |
876
876
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
877
877
  | **depth** | **Integer** | 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 | [optional][default to 0] |
878
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
878
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
879
879
 
880
880
  ### Return type
881
881
 
@@ -923,7 +923,7 @@ key = 'key_example' # String | The label key
923
923
  opts = {
924
924
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
925
925
  depth: 56, # Integer | 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
926
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
926
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
927
927
  }
928
928
 
929
929
  begin
@@ -961,7 +961,7 @@ end
961
961
  | **key** | **String** | The label key | |
962
962
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
963
963
  | **depth** | **Integer** | 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 | [optional][default to 0] |
964
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
964
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
965
965
 
966
966
  ### Return type
967
967
 
@@ -1009,7 +1009,7 @@ key = 'key_example' # String | The label key
1009
1009
  opts = {
1010
1010
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1011
1011
  depth: 56, # Integer | 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
1012
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1012
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1013
1013
  }
1014
1014
 
1015
1015
  begin
@@ -1048,7 +1048,7 @@ end
1048
1048
  | **key** | **String** | The label key | |
1049
1049
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1050
1050
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1051
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1051
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1052
1052
 
1053
1053
  ### Return type
1054
1054
 
@@ -1095,7 +1095,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
1095
1095
  opts = {
1096
1096
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1097
1097
  depth: 56, # Integer | 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
1098
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1098
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1099
1099
  }
1100
1100
 
1101
1101
  begin
@@ -1133,7 +1133,7 @@ end
1133
1133
  | **volume_id** | **String** | The unique ID of the volume. | |
1134
1134
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1135
1135
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1136
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1136
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1137
1137
 
1138
1138
  ### Return type
1139
1139
 
@@ -1181,7 +1181,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
1181
1181
  opts = {
1182
1182
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1183
1183
  depth: 56, # Integer | 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
1184
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1184
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1185
1185
  }
1186
1186
 
1187
1187
  begin
@@ -1220,7 +1220,7 @@ end
1220
1220
  | **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
1221
1221
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1222
1222
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1223
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1223
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1224
1224
 
1225
1225
  ### Return type
1226
1226
 
@@ -1269,7 +1269,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
1269
1269
  opts = {
1270
1270
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1271
1271
  depth: 56, # Integer | 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
1272
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1272
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1273
1273
  }
1274
1274
 
1275
1275
  begin
@@ -1309,7 +1309,7 @@ end
1309
1309
  | **label** | [**LabelResource**](LabelResource.md) | The modified label | |
1310
1310
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1311
1311
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1312
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1312
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1313
1313
 
1314
1314
  ### Return type
1315
1315
 
@@ -1356,7 +1356,7 @@ key = 'key_example' # String | The label key
1356
1356
  opts = {
1357
1357
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1358
1358
  depth: 56, # Integer | 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
1359
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1359
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1360
1360
  }
1361
1361
 
1362
1362
  begin
@@ -1393,7 +1393,7 @@ end
1393
1393
  | **key** | **String** | The label key | |
1394
1394
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1395
1395
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1396
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1396
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1397
1397
 
1398
1398
  ### Return type
1399
1399
 
@@ -1440,7 +1440,7 @@ key = 'key_example' # String | The label key
1440
1440
  opts = {
1441
1441
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1442
1442
  depth: 56, # Integer | 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
1443
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1443
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1444
1444
  }
1445
1445
 
1446
1446
  begin
@@ -1478,7 +1478,7 @@ end
1478
1478
  | **key** | **String** | The label key | |
1479
1479
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1480
1480
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1481
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1481
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1482
1482
 
1483
1483
  ### Return type
1484
1484
 
@@ -1524,7 +1524,7 @@ ipblock_id = 'ipblock_id_example' # String | The unique ID of the IP block.
1524
1524
  opts = {
1525
1525
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1526
1526
  depth: 56, # Integer | 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
1527
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1527
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1528
1528
  }
1529
1529
 
1530
1530
  begin
@@ -1561,7 +1561,7 @@ end
1561
1561
  | **ipblock_id** | **String** | The unique ID of the IP block. | |
1562
1562
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1563
1563
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1564
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1564
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1565
1565
 
1566
1566
  ### Return type
1567
1567
 
@@ -1608,7 +1608,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
1608
1608
  opts = {
1609
1609
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1610
1610
  depth: 56, # Integer | 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
1611
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1611
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1612
1612
  }
1613
1613
 
1614
1614
  begin
@@ -1646,7 +1646,7 @@ end
1646
1646
  | **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
1647
1647
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1648
1648
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1649
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1649
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1650
1650
 
1651
1651
  ### Return type
1652
1652
 
@@ -1694,7 +1694,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
1694
1694
  opts = {
1695
1695
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1696
1696
  depth: 56, # Integer | 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
1697
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1697
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1698
1698
  }
1699
1699
 
1700
1700
  begin
@@ -1733,7 +1733,7 @@ end
1733
1733
  | **label** | [**LabelResource**](LabelResource.md) | The modified label | |
1734
1734
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1735
1735
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1736
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1736
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1737
1737
 
1738
1738
  ### Return type
1739
1739
 
@@ -1779,7 +1779,7 @@ labelurn = 'labelurn_example' # String | The label URN; URN is unique for each l
1779
1779
  opts = {
1780
1780
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1781
1781
  depth: 56, # Integer | 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
1782
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1782
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1783
1783
  }
1784
1784
 
1785
1785
  begin
@@ -1816,7 +1816,7 @@ end
1816
1816
  | **labelurn** | **String** | The label URN; URN is unique for each label, and consists of: urn:label:<resource_type>:<resource_uuid>:<key><key> | |
1817
1817
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1818
1818
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1819
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1819
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1820
1820
 
1821
1821
  ### Return type
1822
1822
 
@@ -1861,7 +1861,7 @@ api_instance = Ionoscloud::LabelsApi.new
1861
1861
  opts = {
1862
1862
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1863
1863
  depth: 56, # Integer | 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
1864
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1864
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1865
1865
  }
1866
1866
 
1867
1867
  begin
@@ -1897,7 +1897,7 @@ end
1897
1897
  | ---- | ---- | ----------- | ----- |
1898
1898
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1899
1899
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1900
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1900
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1901
1901
 
1902
1902
  ### Return type
1903
1903
 
@@ -1944,7 +1944,7 @@ key = 'key_example' # String | The label key
1944
1944
  opts = {
1945
1945
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1946
1946
  depth: 56, # Integer | 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
1947
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1947
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
1948
1948
  }
1949
1949
 
1950
1950
  begin
@@ -1981,7 +1981,7 @@ end
1981
1981
  | **key** | **String** | The label key | |
1982
1982
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1983
1983
  | **depth** | **Integer** | 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 | [optional][default to 0] |
1984
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1984
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
1985
1985
 
1986
1986
  ### Return type
1987
1987
 
@@ -2028,7 +2028,7 @@ key = 'key_example' # String | The label key
2028
2028
  opts = {
2029
2029
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
2030
2030
  depth: 56, # Integer | 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
2031
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2031
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2032
2032
  }
2033
2033
 
2034
2034
  begin
@@ -2066,7 +2066,7 @@ end
2066
2066
  | **key** | **String** | The label key | |
2067
2067
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
2068
2068
  | **depth** | **Integer** | 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 | [optional][default to 0] |
2069
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
2069
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
2070
2070
 
2071
2071
  ### Return type
2072
2072
 
@@ -2112,7 +2112,7 @@ snapshot_id = 'snapshot_id_example' # String | The unique ID of the snapshot.
2112
2112
  opts = {
2113
2113
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
2114
2114
  depth: 56, # Integer | 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
2115
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2115
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2116
2116
  }
2117
2117
 
2118
2118
  begin
@@ -2149,7 +2149,7 @@ end
2149
2149
  | **snapshot_id** | **String** | The unique ID of the snapshot. | |
2150
2150
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
2151
2151
  | **depth** | **Integer** | 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 | [optional][default to 0] |
2152
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
2152
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
2153
2153
 
2154
2154
  ### Return type
2155
2155
 
@@ -2196,7 +2196,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
2196
2196
  opts = {
2197
2197
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
2198
2198
  depth: 56, # Integer | 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
2199
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2199
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2200
2200
  }
2201
2201
 
2202
2202
  begin
@@ -2234,7 +2234,7 @@ end
2234
2234
  | **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
2235
2235
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
2236
2236
  | **depth** | **Integer** | 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 | [optional][default to 0] |
2237
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
2237
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
2238
2238
 
2239
2239
  ### Return type
2240
2240
 
@@ -2282,7 +2282,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
2282
2282
  opts = {
2283
2283
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
2284
2284
  depth: 56, # Integer | 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
2285
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
2285
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
2286
2286
  }
2287
2287
 
2288
2288
  begin
@@ -2321,7 +2321,7 @@ end
2321
2321
  | **label** | [**LabelResource**](LabelResource.md) | The modified label | |
2322
2322
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
2323
2323
  | **depth** | **Integer** | 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 | [optional][default to 0] |
2324
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
2324
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
2325
2325
 
2326
2326
  ### Return type
2327
2327