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
@@ -43,7 +43,7 @@ key_id = 'key_id_example' # String | The unique ID of the S3 key.
43
43
  opts = {
44
44
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
45
45
  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
46
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
46
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
47
47
  }
48
48
 
49
49
  begin
@@ -80,7 +80,7 @@ end
80
80
  | **key_id** | **String** | The unique ID of the S3 key. | |
81
81
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
82
82
  | **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] |
83
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
83
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
84
84
 
85
85
  ### Return type
86
86
 
@@ -127,7 +127,7 @@ key_id = 'key_id_example' # String | The unique ID of the S3 key.
127
127
  opts = {
128
128
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
129
129
  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
130
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
130
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
131
131
  }
132
132
 
133
133
  begin
@@ -165,7 +165,7 @@ end
165
165
  | **key_id** | **String** | The unique ID of the S3 key. | |
166
166
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
167
167
  | **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] |
168
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
168
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
169
169
 
170
170
  ### Return type
171
171
 
@@ -211,7 +211,7 @@ user_id = 'user_id_example' # String | The unique ID of the user.
211
211
  opts = {
212
212
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
213
213
  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
214
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
214
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
215
215
  }
216
216
 
217
217
  begin
@@ -248,7 +248,7 @@ end
248
248
  | **user_id** | **String** | The unique ID of the user. | |
249
249
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
250
250
  | **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] |
251
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
251
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
252
252
 
253
253
  ### Return type
254
254
 
@@ -294,7 +294,7 @@ user_id = 'user_id_example' # String | The unique ID of the user.
294
294
  opts = {
295
295
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
296
296
  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
297
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
297
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
298
298
  }
299
299
 
300
300
  begin
@@ -331,7 +331,7 @@ end
331
331
  | **user_id** | **String** | The unique ID of the user. | |
332
332
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
333
333
  | **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] |
334
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
334
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
335
335
 
336
336
  ### Return type
337
337
 
@@ -379,7 +379,7 @@ s3_key = Ionoscloud::S3Key.new({properties: Ionoscloud::S3KeyProperties.new}) #
379
379
  opts = {
380
380
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
381
381
  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
382
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
382
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
383
383
  }
384
384
 
385
385
  begin
@@ -418,7 +418,7 @@ end
418
418
  | **s3_key** | [**S3Key**](S3Key.md) | The modified S3 key. | |
419
419
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
420
420
  | **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] |
421
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
421
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
422
422
 
423
423
  ### Return type
424
424
 
@@ -463,7 +463,7 @@ api_instance = Ionoscloud::UserS3KeysApi.new
463
463
  user_id = 'user_id_example' # String | The unique ID of the user.
464
464
  opts = {
465
465
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
466
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
466
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
467
467
  }
468
468
 
469
469
  begin
@@ -499,7 +499,7 @@ end
499
499
  | ---- | ---- | ----------- | ----- |
500
500
  | **user_id** | **String** | The unique ID of the user. | |
501
501
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
502
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
502
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
503
503
 
504
504
  ### Return type
505
505
 
@@ -45,7 +45,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
45
45
  opts = {
46
46
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
47
47
  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
48
- x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
48
+ x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
49
49
  name: 'name_example', # String | Snapshot name
50
50
  description: 'description_example', # String | Snapshot description
51
51
  sec_auth_protection: true, # Boolean | Flag for enabling extra protection for this snapshot, such as two-step verification.
@@ -87,7 +87,7 @@ end
87
87
  | **volume_id** | **String** | The unique ID of the volume. | |
88
88
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
89
89
  | **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] |
90
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
90
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
91
91
  | **name** | **String** | Snapshot name | [optional] |
92
92
  | **description** | **String** | Snapshot description | [optional] |
93
93
  | **sec_auth_protection** | **Boolean** | Flag for enabling extra protection for this snapshot, such as two-step verification. | [optional] |
@@ -138,7 +138,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
138
138
  opts = {
139
139
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
140
140
  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
141
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
141
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
142
142
  }
143
143
 
144
144
  begin
@@ -175,7 +175,7 @@ end
175
175
  | **volume_id** | **String** | The unique ID of the volume. | |
176
176
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
177
177
  | **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] |
178
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
178
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
179
179
 
180
180
  ### Return type
181
181
 
@@ -222,7 +222,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
222
222
  opts = {
223
223
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
224
224
  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
225
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
225
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
226
226
  }
227
227
 
228
228
  begin
@@ -260,7 +260,7 @@ end
260
260
  | **volume_id** | **String** | The unique ID of the volume. | |
261
261
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
262
262
  | **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] |
263
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
263
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
264
264
 
265
265
  ### Return type
266
266
 
@@ -306,8 +306,8 @@ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data cen
306
306
  opts = {
307
307
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
308
308
  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
309
- x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
310
- offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (use together with limit for pagination).
309
+ x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
310
+ offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
311
311
  limit: 56 # Integer | The maximum number of elements to return (use together with offset for pagination).
312
312
  }
313
313
 
@@ -345,8 +345,8 @@ end
345
345
  | **datacenter_id** | **String** | The unique ID of the data center. | |
346
346
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
347
347
  | **depth** | **Integer** | 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 | [optional][default to 0] |
348
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
349
- | **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (use together with limit for pagination). | [optional][default to 0] |
348
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
349
+ | **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (used together with &lt;b&gt;&lt;i&gt;limit&lt;/i&gt;&lt;/b&gt; for pagination). | [optional][default to 0] |
350
350
  | **limit** | **Integer** | The maximum number of elements to return (use together with offset for pagination). | [optional][default to 1000] |
351
351
 
352
352
  ### Return type
@@ -395,7 +395,7 @@ volume = Ionoscloud::VolumeProperties.new({size: 100.0}) # VolumeProperties | Th
395
395
  opts = {
396
396
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
397
397
  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
398
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
398
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
399
399
  }
400
400
 
401
401
  begin
@@ -434,7 +434,7 @@ end
434
434
  | **volume** | [**VolumeProperties**](VolumeProperties.md) | The properties of the volume to be updated. | |
435
435
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
436
436
  | **depth** | **Integer** | 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 | [optional][default to 0] |
437
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
437
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
438
438
 
439
439
  ### Return type
440
440
 
@@ -481,7 +481,7 @@ volume = Ionoscloud::Volume.new({properties: Ionoscloud::VolumeProperties.new({s
481
481
  opts = {
482
482
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
483
483
  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
484
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
484
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
485
485
  }
486
486
 
487
487
  begin
@@ -519,7 +519,7 @@ end
519
519
  | **volume** | [**Volume**](Volume.md) | The volume to create. | |
520
520
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
521
521
  | **depth** | **Integer** | 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 | [optional][default to 0] |
522
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
522
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
523
523
 
524
524
  ### Return type
525
525
 
@@ -567,7 +567,7 @@ volume = Ionoscloud::Volume.new({properties: Ionoscloud::VolumeProperties.new({s
567
567
  opts = {
568
568
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
569
569
  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
570
- x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
570
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
571
571
  }
572
572
 
573
573
  begin
@@ -606,7 +606,7 @@ end
606
606
  | **volume** | [**Volume**](Volume.md) | The modified volume | |
607
607
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
608
608
  | **depth** | **Integer** | 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 | [optional][default to 0] |
609
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
609
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
610
610
 
611
611
  ### Return type
612
612
 
@@ -653,7 +653,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
653
653
  opts = {
654
654
  pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
655
655
  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
656
- x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
656
+ x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
657
657
  snapshot_id: 'snapshot_id_example' # String | The unique ID of the snapshot.
658
658
  }
659
659
 
@@ -691,7 +691,7 @@ end
691
691
  | **volume_id** | **String** | The unique ID of the volume. | |
692
692
  | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
693
693
  | **depth** | **Integer** | 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 | [optional][default to 0] |
694
- | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
694
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
695
695
  | **snapshot_id** | **String** | The unique ID of the snapshot. | [optional] |
696
696
 
697
697
  ### Return type
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Volume&gt;**](Volume.md) | Array of items in that collection. | [optional] |
10
+ | **items** | [**Array&lt;Volume&gt;**](Volume.md) | Array of items in the collection. | [optional] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | **String** | The type of object that has been created. | [optional][readonly] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;BackupUnit&gt;**](BackupUnit.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;BackupUnit&gt;**](BackupUnit.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Nic&gt;**](Nic.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Nic&gt;**](Nic.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Image&gt;**](Image.md) | Array of items in that collection. | [optional] |
10
+ | **items** | [**Array&lt;Image&gt;**](Image.md) | Array of items in the collection. | [optional] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Contract&gt;**](Contract.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Contract&gt;**](Contract.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Datacenter&gt;**](Datacenter.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Datacenter&gt;**](Datacenter.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **error_code** | **String** | Application internal error code. | [optional][readonly] |
8
- | **message** | **String** | Human-readable message. | [optional][readonly] |
8
+ | **message** | **String** | A human-readable message. | [optional][readonly] |
9
9
 
10
10
  ## Example
11
11
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;FirewallRule&gt;**](FirewallRule.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;FirewallRule&gt;**](FirewallRule.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -13,7 +13,7 @@
13
13
  | **icmp_type** | **Integer** | Defines the allowed type (from 0 to 254) if the protocol ICMP is chosen. Value null allows all types. | [optional] |
14
14
  | **port_range_start** | **Integer** | Defines the start range of the allowed port (from 1 to 65534) if protocol TCP or UDP is chosen. Leave portRangeStart and portRangeEnd value null to allow all ports. | [optional] |
15
15
  | **port_range_end** | **Integer** | Defines the end range of the allowed port (from 1 to 65534) if the protocol TCP or UDP is chosen. Leave portRangeStart and portRangeEnd null to allow all ports. | [optional] |
16
- | **type** | **String** | The type of firewall rule. If not specified, the default INGRESS value is taken. | [optional] |
16
+ | **type** | **String** | The type of the firewall rule. If not specified, the default INGRESS value is used. | [optional] |
17
17
 
18
18
  ## Example
19
19
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;FlowLog&gt;**](FlowLog.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;FlowLog&gt;**](FlowLog.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;User&gt;**](User.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;User&gt;**](User.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | Share representing groups and resource relationship | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;GroupShare&gt;**](GroupShare.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;GroupShare&gt;**](GroupShare.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Group&gt;**](Group.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Group&gt;**](Group.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Group&gt;**](Group.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Group&gt;**](Group.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Image&gt;**](Image.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Image&gt;**](Image.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,9 +7,9 @@
7
7
  | **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;IpBlock&gt;**](IpBlock.md) | Array of items in that collection | [optional][readonly] |
11
- | **offset** | **Float** | The offset specified in the request (or, if none was specified, the default offset of 0) | [optional] |
12
- | **limit** | **Float** | The limit specified in the request (if none was specified, use the endpoint&#39;s default pagination limit). | [optional] |
10
+ | **items** | [**Array&lt;IpBlock&gt;**](IpBlock.md) | Array of items in the collection. | [optional][readonly] |
11
+ | **offset** | **Float** | The offset, specified in the request (if not is specified, 0 is used by default). | [optional] |
12
+ | **limit** | **Float** | The limit, specified in the request (if not specified, the endpoint&#39;s default pagination limit is used). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
14
14
 
15
15
  ## Example
@@ -9,7 +9,8 @@
9
9
  | **maintenance_window** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
10
10
  | **available_upgrade_versions** | **Array&lt;String&gt;** | List of available versions for upgrading the cluster | [optional] |
11
11
  | **viable_node_pool_versions** | **Array&lt;String&gt;** | List of versions that may be used for node pools under this cluster | [optional] |
12
- | **api_subnet_allow_list** | **Array&lt;String&gt;** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value will be used: 32 for IPv4 and 128 for IPv6. | [optional] |
12
+ | **public** | **Boolean** | The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase. | [optional][default to true] |
13
+ | **api_subnet_allow_list** | **Array&lt;String&gt;** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value is used: 32 for IPv4 and 128 for IPv6. | [optional] |
13
14
  | **s3_buckets** | [**Array&lt;S3Bucket&gt;**](S3Bucket.md) | List of S3 bucket configured for K8s usage. For now it contains only an S3 bucket used to store K8s API audit logs | [optional] |
14
15
 
15
16
  ## Example
@@ -23,6 +24,7 @@ instance = Ionoscloud::KubernetesClusterProperties.new(
23
24
  maintenance_window: null,
24
25
  available_upgrade_versions: [1.16.4, 1.17.7],
25
26
  viable_node_pool_versions: [1.17.7, 1.18.2],
27
+ public: null,
26
28
  api_subnet_allow_list: [1.2.3.4/32, 2002::1234:abcd:ffff:c0a8:101/64, 1.2.3.4, 2002::1234:abcd:ffff:c0a8:101],
27
29
  s3_buckets: null
28
30
  )
@@ -7,7 +7,8 @@
7
7
  | **name** | **String** | A Kubernetes cluster name. Valid Kubernetes cluster name must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. | |
8
8
  | **k8s_version** | **String** | The Kubernetes version the cluster is running. This imposes restrictions on what Kubernetes versions can be run in a cluster&#39;s nodepools. Additionally, not all Kubernetes versions are viable upgrade targets for all prior versions. | [optional] |
9
9
  | **maintenance_window** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
10
- | **api_subnet_allow_list** | **Array&lt;String&gt;** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value will be used: 32 for IPv4 and 128 for IPv6. | [optional] |
10
+ | **public** | **Boolean** | The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase. | [optional][default to true] |
11
+ | **api_subnet_allow_list** | **Array&lt;String&gt;** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value is used: 32 for IPv4 and 128 for IPv6. | [optional] |
11
12
  | **s3_buckets** | [**Array&lt;S3Bucket&gt;**](S3Bucket.md) | List of S3 bucket configured for K8s usage. For now it contains only an S3 bucket used to store K8s API audit logs | [optional] |
12
13
 
13
14
  ## Example
@@ -19,6 +20,7 @@ instance = Ionoscloud::KubernetesClusterPropertiesForPost.new(
19
20
  name: k8s,
20
21
  k8s_version: 1.15.4,
21
22
  maintenance_window: null,
23
+ public: null,
22
24
  api_subnet_allow_list: [1.2.3.4/32, 2002::1234:abcd:ffff:c0a8:101/64, 1.2.3.4, 2002::1234:abcd:ffff:c0a8:101],
23
25
  s3_buckets: null
24
26
  )
@@ -7,7 +7,7 @@
7
7
  | **name** | **String** | A Kubernetes cluster name. Valid Kubernetes cluster name must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. | |
8
8
  | **k8s_version** | **String** | The Kubernetes version the cluster is running. This imposes restrictions on what Kubernetes versions can be run in a cluster&#39;s nodepools. Additionally, not all Kubernetes versions are viable upgrade targets for all prior versions. | [optional] |
9
9
  | **maintenance_window** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
10
- | **api_subnet_allow_list** | **Array&lt;String&gt;** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value will be used: 32 for IPv4 and 128 for IPv6. | [optional] |
10
+ | **api_subnet_allow_list** | **Array&lt;String&gt;** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value is used: 32 for IPv4 and 128 for IPv6. | [optional] |
11
11
  | **s3_buckets** | [**Array&lt;S3Bucket&gt;**](S3Bucket.md) | List of S3 bucket configured for K8s usage. For now it contains only an S3 bucket used to store K8s API audit logs | [optional] |
12
12
 
13
13
  ## Example
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | A unique representation of the Kubernetes cluster as a resource collection. | [optional][readonly] |
8
8
  | **type** | **String** | The type of resource within a collection. | [optional][readonly] |
9
9
  | **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;KubernetesCluster&gt;**](KubernetesCluster.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;KubernetesCluster&gt;**](KubernetesCluster.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -19,8 +19,9 @@
19
19
  | **lans** | [**Array&lt;KubernetesNodePoolLan&gt;**](KubernetesNodePoolLan.md) | array of additional LANs attached to worker nodes | [optional] |
20
20
  | **labels** | **Hash&lt;String, String&gt;** | map of labels attached to node pool. | [optional] |
21
21
  | **annotations** | **Hash&lt;String, String&gt;** | map of annotations attached to node pool. | [optional] |
22
- | **public_ips** | **Array&lt;String&gt;** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one extra IP than maximum number of nodes could be. (nodeCount+1 if fixed node amount or maxNodeCount+1 if auto scaling is used) The extra provided IP Will be used during rebuilding of nodes. | [optional] |
22
+ | **public_ips** | **Array&lt;String&gt;** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one more IP than maximum number possible number of nodes (nodeCount+1 for fixed number of nodes or maxNodeCount+1 when auto scaling is used). The extra IP is used when the nodes are rebuilt. | [optional] |
23
23
  | **available_upgrade_versions** | **Array&lt;String&gt;** | List of available versions for upgrading the node pool. | [optional] |
24
+ | **gateway_ip** | **String** | Public IP address for the gateway performing source NAT for the node pool&#39;s nodes belonging to a private cluster. Required only if the node pool belongs to a private cluster. | [optional] |
24
25
 
25
26
  ## Example
26
27
 
@@ -45,5 +46,7 @@ instance = Ionoscloud::KubernetesNodePoolProperties.new(
45
46
  annotations: null,
46
47
  public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4],
47
48
  available_upgrade_versions: [1.16.4, 1.17.7],
49
+ gateway_ip: 198.51.100.100
50
+ )
48
51
  ```
49
52
 
@@ -19,7 +19,8 @@
19
19
  | **lans** | [**Array&lt;KubernetesNodePoolLan&gt;**](KubernetesNodePoolLan.md) | array of additional LANs attached to worker nodes | [optional] |
20
20
  | **labels** | **Hash&lt;String, String&gt;** | map of labels attached to node pool. | [optional] |
21
21
  | **annotations** | **Hash&lt;String, String&gt;** | map of annotations attached to node pool. | [optional] |
22
- | **public_ips** | **Array&lt;String&gt;** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one extra IP than maximum number of nodes could be. (nodeCount+1 if fixed node amount or maxNodeCount+1 if auto scaling is used) The extra provided IP Will be used during rebuilding of nodes. | [optional] |
22
+ | **public_ips** | **Array&lt;String&gt;** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one more IP than the maximum possible number of nodes (nodeCount+1 for fixed number of nodes or maxNodeCount+1 when auto scaling is used). The extra IP is used when the nodes are rebuilt. | [optional] |
23
+ | **gateway_ip** | **String** | Public IP address for the gateway performing source NAT for the node pool&#39;s nodes belonging to a private cluster. Required only if the node pool belongs to a private cluster. | [optional] |
23
24
 
24
25
  ## Example
25
26
 
@@ -43,5 +44,7 @@ instance = Ionoscloud::KubernetesNodePoolPropertiesForPost.new(
43
44
  labels: null,
44
45
  annotations: null,
45
46
  public_ips: [81.173.1.2, 82.231.2.5, 92.221.2.4],
47
+ gateway_ip: 198.51.100.100
48
+ )
46
49
  ```
47
50
 
@@ -12,7 +12,7 @@
12
12
  | **lans** | [**Array&lt;KubernetesNodePoolLan&gt;**](KubernetesNodePoolLan.md) | array of additional LANs attached to worker nodes | [optional] |
13
13
  | **labels** | **Hash&lt;String, String&gt;** | map of labels attached to node pool. | [optional] |
14
14
  | **annotations** | **Hash&lt;String, String&gt;** | map of annotations attached to node pool. | [optional] |
15
- | **public_ips** | **Array&lt;String&gt;** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one extra IP than maximum number of nodes could be. (nodeCount+1 if fixed node amount or maxNodeCount+1 if auto scaling is used) The extra provided IP Will be used during rebuilding of nodes. | [optional] |
15
+ | **public_ips** | **Array&lt;String&gt;** | Optional array of reserved public IP addresses to be used by the nodes. IPs must be from same location as the data center used for the node pool. The array must contain one more IP than the maximum possible number of nodes (nodeCount+1 for fixed number of nodes or maxNodeCount+1 when auto scaling is used). The extra IP is used when the nodes are rebuilt. | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | A unique representation of the Kubernetes node pool as a resource collection. | [optional][readonly] |
8
8
  | **type** | **String** | The type of resource within a collection. | [optional][readonly] |
9
9
  | **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;KubernetesNodePool&gt;**](KubernetesNodePool.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;KubernetesNodePool&gt;**](KubernetesNodePool.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | A unique representation of the Kubernetes node pool as a resource collection. | [optional][readonly] |
8
8
  | **type** | **String** | The type of resource within a collection. | [optional][readonly] |
9
9
  | **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;KubernetesNode&gt;**](KubernetesNode.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;KubernetesNode&gt;**](KubernetesNode.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | A unique representation of the label as a resource collection. | [optional][readonly] |
8
8
  | **type** | **String** | The type of resource within a collection. | [optional][readonly] |
9
9
  | **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;LabelResource&gt;**](LabelResource.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;LabelResource&gt;**](LabelResource.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | A unique representation of the label as a resource collection. | [optional][readonly] |
8
8
  | **type** | **String** | The type of resource within a collection. | [optional][readonly] |
9
9
  | **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array&lt;Label&gt;**](Label.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array&lt;Label&gt;**](Label.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13