ionoscloud 5.1.1 → 6.0.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (536) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -19
  3. data/docs/CHANGELOG.md +1 -0
  4. data/docs/README.md +4 -4
  5. data/docs/api/BackupUnitsApi.md +594 -0
  6. data/docs/api/ContractResourcesApi.md +89 -0
  7. data/docs/api/DataCentersApi.md +516 -0
  8. data/docs/api/DefaultApi.md +8 -19
  9. data/docs/api/FirewallRulesApi.md +552 -0
  10. data/docs/api/FlowLogsApi.md +540 -0
  11. data/docs/api/IPBlocksApi.md +50 -51
  12. data/docs/api/ImagesApi.md +428 -0
  13. data/docs/api/KubernetesApi.md +131 -211
  14. data/docs/api/LabelsApi.md +2338 -0
  15. data/docs/api/LansApi.md +794 -0
  16. data/docs/api/LoadBalancersApi.md +877 -0
  17. data/docs/api/LocationsApi.md +259 -0
  18. data/docs/api/NATGatewaysApi.md +1574 -0
  19. data/docs/api/NetworkInterfacesApi.md +540 -0
  20. data/docs/api/NetworkLoadBalancersApi.md +1586 -0
  21. data/docs/api/PrivateCrossConnectsApi.md +426 -0
  22. data/docs/api/{RequestApi.md → RequestsApi.md} +36 -36
  23. data/docs/api/ServersApi.md +1908 -0
  24. data/docs/api/SnapshotsApi.md +428 -0
  25. data/docs/api/TemplatesApi.md +165 -0
  26. data/docs/api/UserManagementApi.md +173 -687
  27. data/docs/api/UserS3KeysApi.md +516 -0
  28. data/docs/api/VolumesApi.md +709 -0
  29. data/docs/models/AttachedVolumes.md +1 -1
  30. data/docs/models/Cdroms.md +1 -1
  31. data/docs/models/Contracts.md +24 -0
  32. data/docs/models/CpuArchitectureProperties.md +24 -0
  33. data/docs/models/DataCenterEntities.md +5 -1
  34. data/docs/models/DatacenterProperties.md +3 -1
  35. data/docs/models/FirewallruleProperties.md +3 -1
  36. data/docs/models/FlowLog.md +26 -0
  37. data/docs/models/FlowLogProperties.md +24 -0
  38. data/docs/models/FlowLogPut.md +24 -0
  39. data/docs/models/FlowLogs.md +30 -0
  40. data/docs/models/Group.md +1 -1
  41. data/docs/models/GroupMembers.md +1 -1
  42. data/docs/models/GroupProperties.md +7 -1
  43. data/docs/models/GroupShare.md +1 -1
  44. data/docs/models/GroupShares.md +1 -1
  45. data/docs/models/GroupUsers.md +1 -1
  46. data/docs/models/Groups.md +1 -1
  47. data/docs/models/KubernetesAutoScaling.md +2 -2
  48. data/docs/models/KubernetesClusterProperties.md +1 -1
  49. data/docs/models/KubernetesClusterPropertiesForPost.md +1 -1
  50. data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
  51. data/docs/models/KubernetesClusters.md +1 -1
  52. data/docs/models/KubernetesMaintenanceWindow.md +2 -2
  53. data/docs/models/KubernetesNodePoolLan.md +5 -1
  54. data/docs/models/KubernetesNodePoolLanRoutes.md +20 -0
  55. data/docs/models/KubernetesNodePools.md +1 -1
  56. data/docs/models/Lans.md +1 -1
  57. data/docs/models/LocationProperties.md +3 -1
  58. data/docs/models/NatGateway.md +28 -0
  59. data/docs/models/NatGatewayEntities.md +20 -0
  60. data/docs/models/NatGatewayLanProperties.md +20 -0
  61. data/docs/models/NatGatewayProperties.md +22 -0
  62. data/docs/models/NatGatewayPut.md +24 -0
  63. data/docs/models/NatGatewayRule.md +26 -0
  64. data/docs/models/NatGatewayRuleProperties.md +30 -0
  65. data/docs/models/NatGatewayRuleProtocol.md +15 -0
  66. data/docs/models/NatGatewayRulePut.md +24 -0
  67. data/docs/models/NatGatewayRuleType.md +15 -0
  68. data/docs/models/NatGatewayRules.md +24 -0
  69. data/docs/models/NatGateways.md +30 -0
  70. data/docs/models/NetworkLoadBalancer.md +28 -0
  71. data/docs/models/NetworkLoadBalancerEntities.md +20 -0
  72. data/docs/models/NetworkLoadBalancerForwardingRule.md +26 -0
  73. data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +24 -0
  74. data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +30 -0
  75. data/docs/models/NetworkLoadBalancerForwardingRulePut.md +24 -0
  76. data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +24 -0
  77. data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +22 -0
  78. data/docs/models/NetworkLoadBalancerForwardingRules.md +30 -0
  79. data/docs/models/NetworkLoadBalancerProperties.md +26 -0
  80. data/docs/models/NetworkLoadBalancerPut.md +24 -0
  81. data/docs/models/NetworkLoadBalancers.md +30 -0
  82. data/docs/models/NicEntities.md +2 -0
  83. data/docs/models/NicProperties.md +6 -2
  84. data/docs/models/NicPut.md +24 -0
  85. data/docs/models/Nics.md +1 -1
  86. data/docs/models/PrivateCrossConnectProperties.md +1 -1
  87. data/docs/models/RemoteConsoleUrl.md +18 -0
  88. data/docs/models/Resource.md +1 -1
  89. data/docs/models/ResourceGroups.md +1 -1
  90. data/docs/models/ResourceLimits.md +11 -1
  91. data/docs/models/ResourceProperties.md +1 -1
  92. data/docs/models/Resources.md +1 -1
  93. data/docs/models/ResourcesUsers.md +1 -1
  94. data/docs/models/S3Bucket.md +1 -1
  95. data/docs/models/S3Key.md +1 -1
  96. data/docs/models/S3Keys.md +1 -1
  97. data/docs/models/ServerProperties.md +6 -2
  98. data/docs/models/TargetPortRange.md +20 -0
  99. data/docs/models/Template.md +26 -0
  100. data/docs/models/TemplateProperties.md +24 -0
  101. data/docs/models/Templates.md +24 -0
  102. data/docs/models/Token.md +18 -0
  103. data/docs/models/VolumeProperties.md +5 -3
  104. data/docs/summary.md +386 -159
  105. data/ionoscloud.gemspec +3 -3
  106. data/lib/ionoscloud/api/_api.rb +9 -9
  107. data/lib/ionoscloud/api/{backup_unit_api.rb → backup_units_api.rb} +101 -101
  108. data/lib/ionoscloud/api/contract_resources_api.rb +96 -0
  109. data/lib/ionoscloud/api/data_centers_api.rb +532 -0
  110. data/lib/ionoscloud/api/firewall_rules_api.rb +640 -0
  111. data/lib/ionoscloud/api/flow_logs_api.rb +622 -0
  112. data/lib/ionoscloud/api/{image_api.rb → images_api.rb} +71 -71
  113. data/lib/ionoscloud/api/ip_blocks_api.rb +55 -55
  114. data/lib/ionoscloud/api/kubernetes_api.rb +131 -194
  115. data/lib/ionoscloud/api/{label_api.rb → labels_api.rb} +416 -470
  116. data/lib/ionoscloud/api/{lan_api.rb → lans_api.rb} +178 -178
  117. data/lib/ionoscloud/api/{load_balancer_api.rb → load_balancers_api.rb} +198 -216
  118. data/lib/ionoscloud/api/{location_api.rb → locations_api.rb} +49 -49
  119. data/lib/ionoscloud/api/nat_gateways_api.rb +1672 -0
  120. data/lib/ionoscloud/api/network_interfaces_api.rb +604 -0
  121. data/lib/ionoscloud/api/network_load_balancers_api.rb +1690 -0
  122. data/lib/ionoscloud/api/{private_cross_connect_api.rb → private_cross_connects_api.rb} +76 -76
  123. data/lib/ionoscloud/api/{request_api.rb → requests_api.rb} +45 -45
  124. data/lib/ionoscloud/api/servers_api.rb +2023 -0
  125. data/lib/ionoscloud/api/{snapshot_api.rb → snapshots_api.rb} +77 -77
  126. data/lib/ionoscloud/api/templates_api.rb +164 -0
  127. data/lib/ionoscloud/api/user_management_api.rb +172 -667
  128. data/lib/ionoscloud/api/user_s3_keys_api.rb +517 -0
  129. data/lib/ionoscloud/api/{volume_api.rb → volumes_api.rb} +145 -145
  130. data/lib/ionoscloud/api_client.rb +5 -5
  131. data/lib/ionoscloud/api_error.rb +2 -2
  132. data/lib/ionoscloud/configuration.rb +4 -4
  133. data/lib/ionoscloud/models/attached_volumes.rb +2 -2
  134. data/lib/ionoscloud/models/backup_unit.rb +2 -2
  135. data/lib/ionoscloud/models/backup_unit_properties.rb +2 -2
  136. data/lib/ionoscloud/models/backup_unit_sso.rb +2 -2
  137. data/lib/ionoscloud/models/backup_units.rb +2 -2
  138. data/lib/ionoscloud/models/balanced_nics.rb +2 -2
  139. data/lib/ionoscloud/models/cdroms.rb +2 -2
  140. data/lib/ionoscloud/models/connectable_datacenter.rb +2 -2
  141. data/lib/ionoscloud/models/contract.rb +2 -2
  142. data/lib/ionoscloud/models/contract_properties.rb +2 -2
  143. data/lib/ionoscloud/models/contracts.rb +251 -0
  144. data/lib/ionoscloud/models/cpu_architecture_properties.rb +249 -0
  145. data/lib/ionoscloud/models/data_center_entities.rb +24 -6
  146. data/lib/ionoscloud/models/datacenter.rb +2 -2
  147. data/lib/ionoscloud/models/datacenter_element_metadata.rb +4 -4
  148. data/lib/ionoscloud/models/datacenter_properties.rb +18 -6
  149. data/lib/ionoscloud/models/datacenters.rb +2 -2
  150. data/lib/ionoscloud/models/error.rb +2 -2
  151. data/lib/ionoscloud/models/error_message.rb +2 -2
  152. data/lib/ionoscloud/models/firewall_rule.rb +2 -2
  153. data/lib/ionoscloud/models/firewall_rules.rb +2 -2
  154. data/lib/ionoscloud/models/firewallrule_properties.rb +28 -6
  155. data/lib/ionoscloud/models/flow_log.rb +262 -0
  156. data/lib/ionoscloud/models/flow_log_properties.rb +315 -0
  157. data/lib/ionoscloud/models/{kubernetes_config.rb → flow_log_put.rb} +9 -43
  158. data/lib/ionoscloud/models/flow_logs.rb +280 -0
  159. data/lib/ionoscloud/models/group.rb +2 -2
  160. data/lib/ionoscloud/models/group_entities.rb +2 -2
  161. data/lib/ionoscloud/models/group_members.rb +2 -2
  162. data/lib/ionoscloud/models/group_properties.rb +36 -6
  163. data/lib/ionoscloud/models/group_share.rb +2 -2
  164. data/lib/ionoscloud/models/group_share_properties.rb +2 -2
  165. data/lib/ionoscloud/models/group_shares.rb +2 -2
  166. data/lib/ionoscloud/models/group_users.rb +2 -2
  167. data/lib/ionoscloud/models/groups.rb +2 -2
  168. data/lib/ionoscloud/models/image.rb +2 -2
  169. data/lib/ionoscloud/models/image_properties.rb +2 -2
  170. data/lib/ionoscloud/models/images.rb +2 -2
  171. data/lib/ionoscloud/models/info.rb +2 -2
  172. data/lib/ionoscloud/models/ip_block.rb +2 -2
  173. data/lib/ionoscloud/models/ip_block_properties.rb +2 -2
  174. data/lib/ionoscloud/models/ip_blocks.rb +2 -2
  175. data/lib/ionoscloud/models/ip_consumer.rb +2 -2
  176. data/lib/ionoscloud/models/ip_failover.rb +2 -2
  177. data/lib/ionoscloud/models/kubernetes_auto_scaling.rb +12 -2
  178. data/lib/ionoscloud/models/kubernetes_cluster.rb +2 -2
  179. data/lib/ionoscloud/models/kubernetes_cluster_entities.rb +2 -2
  180. data/lib/ionoscloud/models/kubernetes_cluster_for_post.rb +2 -2
  181. data/lib/ionoscloud/models/kubernetes_cluster_for_put.rb +2 -2
  182. data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +3 -3
  183. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +3 -3
  184. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +3 -3
  185. data/lib/ionoscloud/models/kubernetes_clusters.rb +3 -3
  186. data/lib/ionoscloud/models/kubernetes_maintenance_window.rb +12 -2
  187. data/lib/ionoscloud/models/kubernetes_node.rb +2 -2
  188. data/lib/ionoscloud/models/kubernetes_node_metadata.rb +4 -4
  189. data/lib/ionoscloud/models/kubernetes_node_pool.rb +2 -2
  190. data/lib/ionoscloud/models/kubernetes_node_pool_for_post.rb +2 -2
  191. data/lib/ionoscloud/models/kubernetes_node_pool_for_put.rb +2 -2
  192. data/lib/ionoscloud/models/kubernetes_node_pool_lan.rb +28 -6
  193. data/lib/ionoscloud/models/kubernetes_node_pool_lan_routes.rb +229 -0
  194. data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +2 -2
  195. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +2 -2
  196. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +2 -2
  197. data/lib/ionoscloud/models/kubernetes_node_pools.rb +3 -3
  198. data/lib/ionoscloud/models/kubernetes_node_properties.rb +2 -2
  199. data/lib/ionoscloud/models/kubernetes_nodes.rb +2 -2
  200. data/lib/ionoscloud/models/label.rb +2 -2
  201. data/lib/ionoscloud/models/label_properties.rb +2 -2
  202. data/lib/ionoscloud/models/label_resource.rb +2 -2
  203. data/lib/ionoscloud/models/label_resource_properties.rb +2 -2
  204. data/lib/ionoscloud/models/label_resources.rb +2 -2
  205. data/lib/ionoscloud/models/labels.rb +2 -2
  206. data/lib/ionoscloud/models/lan.rb +2 -2
  207. data/lib/ionoscloud/models/lan_entities.rb +2 -2
  208. data/lib/ionoscloud/models/lan_nics.rb +2 -2
  209. data/lib/ionoscloud/models/lan_post.rb +2 -2
  210. data/lib/ionoscloud/models/lan_properties.rb +2 -2
  211. data/lib/ionoscloud/models/lan_properties_post.rb +2 -2
  212. data/lib/ionoscloud/models/lans.rb +3 -3
  213. data/lib/ionoscloud/models/loadbalancer.rb +2 -2
  214. data/lib/ionoscloud/models/loadbalancer_entities.rb +2 -2
  215. data/lib/ionoscloud/models/loadbalancer_properties.rb +2 -2
  216. data/lib/ionoscloud/models/loadbalancers.rb +2 -2
  217. data/lib/ionoscloud/models/location.rb +2 -2
  218. data/lib/ionoscloud/models/location_properties.rb +18 -6
  219. data/lib/ionoscloud/models/locations.rb +2 -2
  220. data/lib/ionoscloud/models/nat_gateway.rb +271 -0
  221. data/lib/ionoscloud/models/nat_gateway_entities.rb +227 -0
  222. data/lib/ionoscloud/models/nat_gateway_lan_properties.rb +236 -0
  223. data/lib/ionoscloud/models/nat_gateway_properties.rb +253 -0
  224. data/lib/ionoscloud/models/nat_gateway_put.rb +253 -0
  225. data/lib/ionoscloud/models/nat_gateway_rule.rb +262 -0
  226. data/lib/ionoscloud/models/nat_gateway_rule_properties.rb +293 -0
  227. data/lib/ionoscloud/models/nat_gateway_rule_protocol.rb +39 -0
  228. data/lib/ionoscloud/models/nat_gateway_rule_put.rb +253 -0
  229. data/lib/ionoscloud/models/nat_gateway_rule_type.rb +36 -0
  230. data/lib/ionoscloud/models/nat_gateway_rules.rb +251 -0
  231. data/lib/ionoscloud/models/nat_gateways.rb +280 -0
  232. data/lib/ionoscloud/models/network_load_balancer.rb +271 -0
  233. data/lib/ionoscloud/models/network_load_balancer_entities.rb +227 -0
  234. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule.rb +262 -0
  235. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +249 -0
  236. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +356 -0
  237. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_put.rb +253 -0
  238. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +263 -0
  239. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +239 -0
  240. data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +280 -0
  241. data/lib/ionoscloud/models/network_load_balancer_properties.rb +278 -0
  242. data/lib/ionoscloud/models/network_load_balancer_put.rb +253 -0
  243. data/lib/ionoscloud/models/network_load_balancers.rb +280 -0
  244. data/lib/ionoscloud/models/nic.rb +2 -2
  245. data/lib/ionoscloud/models/nic_entities.rb +12 -3
  246. data/lib/ionoscloud/models/nic_properties.rb +64 -10
  247. data/lib/ionoscloud/models/nic_put.rb +253 -0
  248. data/lib/ionoscloud/models/nics.rb +2 -2
  249. data/lib/ionoscloud/models/no_state_meta_data.rb +2 -2
  250. data/lib/ionoscloud/models/pagination_links.rb +2 -2
  251. data/lib/ionoscloud/models/peer.rb +2 -2
  252. data/lib/ionoscloud/models/private_cross_connect.rb +2 -2
  253. data/lib/ionoscloud/models/private_cross_connect_properties.rb +3 -3
  254. data/lib/ionoscloud/models/private_cross_connects.rb +2 -2
  255. data/lib/ionoscloud/models/{kubernetes_config_properties.rb → remote_console_url.rb} +13 -13
  256. data/lib/ionoscloud/models/request.rb +2 -2
  257. data/lib/ionoscloud/models/request_metadata.rb +2 -2
  258. data/lib/ionoscloud/models/request_properties.rb +2 -2
  259. data/lib/ionoscloud/models/request_status.rb +2 -2
  260. data/lib/ionoscloud/models/request_status_metadata.rb +2 -2
  261. data/lib/ionoscloud/models/request_target.rb +2 -2
  262. data/lib/ionoscloud/models/requests.rb +2 -2
  263. data/lib/ionoscloud/models/resource.rb +2 -2
  264. data/lib/ionoscloud/models/resource_entities.rb +2 -2
  265. data/lib/ionoscloud/models/resource_groups.rb +2 -2
  266. data/lib/ionoscloud/models/resource_limits.rb +81 -6
  267. data/lib/ionoscloud/models/resource_properties.rb +3 -3
  268. data/lib/ionoscloud/models/resource_reference.rb +2 -2
  269. data/lib/ionoscloud/models/resources.rb +2 -2
  270. data/lib/ionoscloud/models/resources_users.rb +2 -2
  271. data/lib/ionoscloud/models/s3_bucket.rb +3 -3
  272. data/lib/ionoscloud/models/s3_key.rb +2 -2
  273. data/lib/ionoscloud/models/s3_key_metadata.rb +2 -2
  274. data/lib/ionoscloud/models/s3_key_properties.rb +2 -2
  275. data/lib/ionoscloud/models/s3_keys.rb +2 -2
  276. data/lib/ionoscloud/models/s3_object_storage_sso.rb +2 -2
  277. data/lib/ionoscloud/models/server.rb +2 -2
  278. data/lib/ionoscloud/models/server_entities.rb +2 -2
  279. data/lib/ionoscloud/models/server_properties.rb +27 -7
  280. data/lib/ionoscloud/models/servers.rb +2 -2
  281. data/lib/ionoscloud/models/snapshot.rb +2 -2
  282. data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
  283. data/lib/ionoscloud/models/snapshots.rb +2 -2
  284. data/lib/ionoscloud/models/target_port_range.rb +229 -0
  285. data/lib/ionoscloud/models/template.rb +262 -0
  286. data/lib/ionoscloud/models/template_properties.rb +269 -0
  287. data/lib/ionoscloud/models/templates.rb +251 -0
  288. data/lib/ionoscloud/models/token.rb +219 -0
  289. data/lib/ionoscloud/models/type.rb +10 -2
  290. data/lib/ionoscloud/models/user.rb +2 -2
  291. data/lib/ionoscloud/models/user_metadata.rb +2 -2
  292. data/lib/ionoscloud/models/user_post.rb +2 -2
  293. data/lib/ionoscloud/models/user_properties.rb +2 -2
  294. data/lib/ionoscloud/models/user_properties_post.rb +2 -2
  295. data/lib/ionoscloud/models/user_properties_put.rb +2 -2
  296. data/lib/ionoscloud/models/user_put.rb +2 -2
  297. data/lib/ionoscloud/models/users.rb +2 -2
  298. data/lib/ionoscloud/models/users_entities.rb +2 -2
  299. data/lib/ionoscloud/models/volume.rb +2 -2
  300. data/lib/ionoscloud/models/volume_properties.rb +16 -6
  301. data/lib/ionoscloud/models/volumes.rb +2 -2
  302. data/lib/ionoscloud/version.rb +3 -3
  303. data/lib/ionoscloud.rb +60 -18
  304. data/spec/api/_api_spec.rb +5 -5
  305. data/spec/api/backup_units_api_spec.rb +140 -0
  306. data/spec/api/contract_resources_api_spec.rb +49 -0
  307. data/spec/api/data_centers_api_spec.rb +128 -0
  308. data/spec/api/firewall_rules_api_spec.rb +146 -0
  309. data/spec/api/flow_logs_api_spec.rb +140 -0
  310. data/spec/api/images_api_spec.rb +111 -0
  311. data/spec/api/ip_blocks_api_spec.rb +27 -27
  312. data/spec/api/kubernetes_api_spec.rb +55 -67
  313. data/spec/api/labels_api_spec.rb +474 -0
  314. data/spec/api/lans_api_spec.rb +186 -0
  315. data/spec/api/load_balancers_api_spec.rb +201 -0
  316. data/spec/api/locations_api_spec.rb +80 -0
  317. data/spec/api/nat_gateways_api_spec.rb +334 -0
  318. data/spec/api/network_interfaces_api_spec.rb +140 -0
  319. data/spec/api/network_load_balancers_api_spec.rb +340 -0
  320. data/spec/api/private_cross_connects_api_spec.rb +110 -0
  321. data/spec/api/{request_api_spec.rb → requests_api_spec.rb} +19 -19
  322. data/spec/api/servers_api_spec.rb +401 -0
  323. data/spec/api/snapshots_api_spec.rb +111 -0
  324. data/spec/api/templates_api_spec.rb +60 -0
  325. data/spec/api/user_management_api_spec.rb +81 -174
  326. data/spec/api/user_s3_keys_api_spec.rb +128 -0
  327. data/spec/api/volumes_api_spec.rb +171 -0
  328. data/spec/api_client_spec.rb +2 -2
  329. data/spec/configuration_spec.rb +5 -5
  330. data/spec/models/attached_volumes_spec.rb +2 -2
  331. data/spec/models/backup_unit_properties_spec.rb +2 -2
  332. data/spec/models/backup_unit_spec.rb +2 -2
  333. data/spec/models/backup_unit_sso_spec.rb +2 -2
  334. data/spec/models/backup_units_spec.rb +2 -2
  335. data/spec/models/balanced_nics_spec.rb +2 -2
  336. data/spec/models/cdroms_spec.rb +2 -2
  337. data/spec/models/connectable_datacenter_spec.rb +2 -2
  338. data/spec/models/contract_properties_spec.rb +2 -2
  339. data/spec/models/contract_spec.rb +2 -2
  340. data/spec/models/contracts_spec.rb +52 -0
  341. data/spec/models/cpu_architecture_properties_spec.rb +52 -0
  342. data/spec/models/data_center_entities_spec.rb +14 -2
  343. data/spec/models/datacenter_element_metadata_spec.rb +3 -3
  344. data/spec/models/datacenter_properties_spec.rb +8 -2
  345. data/spec/models/datacenter_spec.rb +2 -2
  346. data/spec/models/datacenters_spec.rb +2 -2
  347. data/spec/models/error_message_spec.rb +2 -2
  348. data/spec/models/error_spec.rb +2 -2
  349. data/spec/models/firewall_rule_spec.rb +2 -2
  350. data/spec/models/firewall_rules_spec.rb +2 -2
  351. data/spec/models/firewallrule_properties_spec.rb +12 -2
  352. data/spec/models/flow_log_properties_spec.rb +60 -0
  353. data/spec/models/flow_log_put_spec.rb +52 -0
  354. data/spec/models/flow_log_spec.rb +58 -0
  355. data/spec/models/flow_logs_spec.rb +70 -0
  356. data/spec/models/group_entities_spec.rb +2 -2
  357. data/spec/models/group_members_spec.rb +2 -2
  358. data/spec/models/group_properties_spec.rb +20 -2
  359. data/spec/models/group_share_properties_spec.rb +2 -2
  360. data/spec/models/group_share_spec.rb +2 -2
  361. data/spec/models/group_shares_spec.rb +2 -2
  362. data/spec/models/group_spec.rb +2 -2
  363. data/spec/models/group_users_spec.rb +2 -2
  364. data/spec/models/groups_spec.rb +2 -2
  365. data/spec/models/image_properties_spec.rb +2 -2
  366. data/spec/models/image_spec.rb +2 -2
  367. data/spec/models/images_spec.rb +2 -2
  368. data/spec/models/info_spec.rb +2 -2
  369. data/spec/models/ip_block_properties_spec.rb +2 -2
  370. data/spec/models/ip_block_spec.rb +2 -2
  371. data/spec/models/ip_blocks_spec.rb +2 -2
  372. data/spec/models/ip_consumer_spec.rb +2 -2
  373. data/spec/models/ip_failover_spec.rb +2 -2
  374. data/spec/models/kubernetes_auto_scaling_spec.rb +2 -2
  375. data/spec/models/kubernetes_cluster_entities_spec.rb +2 -2
  376. data/spec/models/kubernetes_cluster_for_post_spec.rb +2 -2
  377. data/spec/models/kubernetes_cluster_for_put_spec.rb +2 -2
  378. data/spec/models/kubernetes_cluster_properties_for_post_spec.rb +2 -2
  379. data/spec/models/kubernetes_cluster_properties_for_put_spec.rb +2 -2
  380. data/spec/models/kubernetes_cluster_properties_spec.rb +2 -2
  381. data/spec/models/kubernetes_cluster_spec.rb +2 -2
  382. data/spec/models/kubernetes_clusters_spec.rb +2 -2
  383. data/spec/models/kubernetes_maintenance_window_spec.rb +2 -2
  384. data/spec/models/kubernetes_node_metadata_spec.rb +3 -3
  385. data/spec/models/kubernetes_node_pool_for_post_spec.rb +2 -2
  386. data/spec/models/kubernetes_node_pool_for_put_spec.rb +2 -2
  387. data/spec/models/kubernetes_node_pool_lan_routes_spec.rb +40 -0
  388. data/spec/models/kubernetes_node_pool_lan_spec.rb +14 -2
  389. data/spec/models/kubernetes_node_pool_properties_for_post_spec.rb +2 -2
  390. data/spec/models/kubernetes_node_pool_properties_for_put_spec.rb +2 -2
  391. data/spec/models/kubernetes_node_pool_properties_spec.rb +2 -2
  392. data/spec/models/kubernetes_node_pool_spec.rb +2 -2
  393. data/spec/models/kubernetes_node_pools_spec.rb +2 -2
  394. data/spec/models/kubernetes_node_properties_spec.rb +2 -2
  395. data/spec/models/kubernetes_node_spec.rb +2 -2
  396. data/spec/models/kubernetes_nodes_spec.rb +2 -2
  397. data/spec/models/label_properties_spec.rb +2 -2
  398. data/spec/models/label_resource_properties_spec.rb +2 -2
  399. data/spec/models/label_resource_spec.rb +2 -2
  400. data/spec/models/label_resources_spec.rb +2 -2
  401. data/spec/models/label_spec.rb +2 -2
  402. data/spec/models/labels_spec.rb +2 -2
  403. data/spec/models/lan_entities_spec.rb +2 -2
  404. data/spec/models/lan_nics_spec.rb +2 -2
  405. data/spec/models/lan_post_spec.rb +2 -2
  406. data/spec/models/lan_properties_post_spec.rb +2 -2
  407. data/spec/models/lan_properties_spec.rb +2 -2
  408. data/spec/models/lan_spec.rb +2 -2
  409. data/spec/models/lans_spec.rb +2 -2
  410. data/spec/models/loadbalancer_entities_spec.rb +2 -2
  411. data/spec/models/loadbalancer_properties_spec.rb +2 -2
  412. data/spec/models/loadbalancer_spec.rb +2 -2
  413. data/spec/models/loadbalancers_spec.rb +2 -2
  414. data/spec/models/location_properties_spec.rb +8 -2
  415. data/spec/models/location_spec.rb +2 -2
  416. data/spec/models/locations_spec.rb +2 -2
  417. data/spec/models/nat_gateway_entities_spec.rb +40 -0
  418. data/spec/models/nat_gateway_lan_properties_spec.rb +40 -0
  419. data/spec/models/nat_gateway_properties_spec.rb +46 -0
  420. data/spec/models/nat_gateway_put_spec.rb +52 -0
  421. data/spec/models/nat_gateway_rule_properties_spec.rb +70 -0
  422. data/spec/models/nat_gateway_rule_protocol_spec.rb +28 -0
  423. data/spec/models/nat_gateway_rule_put_spec.rb +52 -0
  424. data/spec/models/nat_gateway_rule_spec.rb +58 -0
  425. data/spec/models/nat_gateway_rule_type_spec.rb +28 -0
  426. data/spec/models/nat_gateway_rules_spec.rb +52 -0
  427. data/spec/models/nat_gateway_spec.rb +64 -0
  428. data/spec/models/nat_gateways_spec.rb +70 -0
  429. data/spec/models/network_load_balancer_entities_spec.rb +40 -0
  430. data/spec/models/network_load_balancer_forwarding_rule_health_check_spec.rb +52 -0
  431. data/spec/models/network_load_balancer_forwarding_rule_properties_spec.rb +78 -0
  432. data/spec/models/network_load_balancer_forwarding_rule_put_spec.rb +52 -0
  433. data/spec/models/network_load_balancer_forwarding_rule_spec.rb +58 -0
  434. data/spec/models/network_load_balancer_forwarding_rule_target_health_check_spec.rb +46 -0
  435. data/spec/models/network_load_balancer_forwarding_rule_target_spec.rb +52 -0
  436. data/spec/models/network_load_balancer_forwarding_rules_spec.rb +70 -0
  437. data/spec/models/network_load_balancer_properties_spec.rb +58 -0
  438. data/spec/models/network_load_balancer_put_spec.rb +52 -0
  439. data/spec/models/network_load_balancer_spec.rb +64 -0
  440. data/spec/models/network_load_balancers_spec.rb +70 -0
  441. data/spec/models/nic_entities_spec.rb +8 -2
  442. data/spec/models/nic_properties_spec.rb +19 -3
  443. data/spec/models/nic_put_spec.rb +52 -0
  444. data/spec/models/nic_spec.rb +2 -2
  445. data/spec/models/nics_spec.rb +2 -2
  446. data/spec/models/no_state_meta_data_spec.rb +2 -2
  447. data/spec/models/pagination_links_spec.rb +2 -2
  448. data/spec/models/peer_spec.rb +2 -2
  449. data/spec/models/private_cross_connect_properties_spec.rb +2 -2
  450. data/spec/models/private_cross_connect_spec.rb +2 -2
  451. data/spec/models/private_cross_connects_spec.rb +2 -2
  452. data/spec/models/remote_console_url_spec.rb +34 -0
  453. data/spec/models/request_metadata_spec.rb +2 -2
  454. data/spec/models/request_properties_spec.rb +2 -2
  455. data/spec/models/request_spec.rb +2 -2
  456. data/spec/models/request_status_metadata_spec.rb +2 -2
  457. data/spec/models/request_status_spec.rb +2 -2
  458. data/spec/models/request_target_spec.rb +2 -2
  459. data/spec/models/requests_spec.rb +2 -2
  460. data/spec/models/resource_entities_spec.rb +2 -2
  461. data/spec/models/resource_groups_spec.rb +2 -2
  462. data/spec/models/resource_limits_spec.rb +32 -2
  463. data/spec/models/resource_properties_spec.rb +2 -2
  464. data/spec/models/resource_reference_spec.rb +2 -2
  465. data/spec/models/resource_spec.rb +2 -2
  466. data/spec/models/resources_spec.rb +2 -2
  467. data/spec/models/resources_users_spec.rb +2 -2
  468. data/spec/models/s3_bucket_spec.rb +2 -2
  469. data/spec/models/s3_key_metadata_spec.rb +2 -2
  470. data/spec/models/s3_key_properties_spec.rb +2 -2
  471. data/spec/models/s3_key_spec.rb +2 -2
  472. data/spec/models/s3_keys_spec.rb +2 -2
  473. data/spec/models/s3_object_storage_sso_spec.rb +2 -2
  474. data/spec/models/server_entities_spec.rb +2 -2
  475. data/spec/models/server_properties_spec.rb +14 -2
  476. data/spec/models/server_spec.rb +2 -2
  477. data/spec/models/servers_spec.rb +2 -2
  478. data/spec/models/snapshot_properties_spec.rb +2 -2
  479. data/spec/models/snapshot_spec.rb +2 -2
  480. data/spec/models/snapshots_spec.rb +2 -2
  481. data/spec/models/target_port_range_spec.rb +40 -0
  482. data/spec/models/template_properties_spec.rb +52 -0
  483. data/spec/models/template_spec.rb +58 -0
  484. data/spec/models/templates_spec.rb +52 -0
  485. data/spec/models/token_spec.rb +34 -0
  486. data/spec/models/type_spec.rb +2 -2
  487. data/spec/models/user_metadata_spec.rb +2 -2
  488. data/spec/models/user_post_spec.rb +2 -2
  489. data/spec/models/user_properties_post_spec.rb +2 -2
  490. data/spec/models/user_properties_put_spec.rb +2 -2
  491. data/spec/models/user_properties_spec.rb +2 -2
  492. data/spec/models/user_put_spec.rb +2 -2
  493. data/spec/models/user_spec.rb +2 -2
  494. data/spec/models/users_entities_spec.rb +2 -2
  495. data/spec/models/users_spec.rb +2 -2
  496. data/spec/models/volume_properties_spec.rb +8 -2
  497. data/spec/models/volume_spec.rb +2 -2
  498. data/spec/models/volumes_spec.rb +2 -2
  499. data/spec/spec_helper.rb +2 -2
  500. metadata +246 -80
  501. data/Gemfile.lock +0 -68
  502. data/docs/api/BackupUnitApi.md +0 -595
  503. data/docs/api/ContractApi.md +0 -89
  504. data/docs/api/DataCenterApi.md +0 -517
  505. data/docs/api/ImageApi.md +0 -429
  506. data/docs/api/LabelApi.md +0 -2355
  507. data/docs/api/LanApi.md +0 -795
  508. data/docs/api/LoadBalancerApi.md +0 -883
  509. data/docs/api/LocationApi.md +0 -259
  510. data/docs/api/NicApi.md +0 -1087
  511. data/docs/api/PrivateCrossConnectApi.md +0 -427
  512. data/docs/api/ServerApi.md +0 -1573
  513. data/docs/api/SnapshotApi.md +0 -429
  514. data/docs/api/VolumeApi.md +0 -711
  515. data/docs/models/KubernetesConfig.md +0 -24
  516. data/docs/models/KubernetesConfigProperties.md +0 -18
  517. data/lib/ionoscloud/api/contract_api.rb +0 -96
  518. data/lib/ionoscloud/api/data_center_api.rb +0 -532
  519. data/lib/ionoscloud/api/nic_api.rb +0 -1222
  520. data/lib/ionoscloud/api/server_api.rb +0 -1679
  521. data/lib/test_driver.rb +0 -104
  522. data/spec/api/backup_unit_api_spec.rb +0 -140
  523. data/spec/api/contract_api_spec.rb +0 -49
  524. data/spec/api/data_center_api_spec.rb +0 -128
  525. data/spec/api/image_api_spec.rb +0 -111
  526. data/spec/api/label_api_spec.rb +0 -480
  527. data/spec/api/lan_api_spec.rb +0 -186
  528. data/spec/api/load_balancer_api_spec.rb +0 -203
  529. data/spec/api/location_api_spec.rb +0 -80
  530. data/spec/api/nic_api_spec.rb +0 -251
  531. data/spec/api/private_cross_connect_api_spec.rb +0 -110
  532. data/spec/api/server_api_spec.rb +0 -337
  533. data/spec/api/snapshot_api_spec.rb +0 -111
  534. data/spec/api/volume_api_spec.rb +0 -171
  535. data/spec/models/kubernetes_config_properties_spec.rb +0 -34
  536. data/spec/models/kubernetes_config_spec.rb +0 -56
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #CLOUD API
3
3
 
4
- #An enterprise-grade Infrastructure is provided as a Service (IaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on.
5
5
 
6
- The version of the OpenAPI document: 5.0
6
+ The version of the OpenAPI document: 6.0-SDK.3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -13,59 +13,59 @@ OpenAPI Generator version: 5.2.1-SNAPSHOT
13
13
  require 'cgi'
14
14
 
15
15
  module Ionoscloud
16
- class LoadBalancerApi
16
+ class LoadBalancersApi
17
17
  attr_accessor :api_client
18
18
 
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
22
  # Detach a nic from loadbalancer
23
- # This will remove a nic from Load Balancer
24
- # @param datacenter_id [String] The unique ID of the datacenter
23
+ # This will remove a network interface from load balancer.
24
+ # @param datacenter_id [String] The unique ID of the data center.
25
25
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
26
26
  # @param nic_id [String] The unique ID of the NIC
27
27
  # @param [Hash] opts the optional parameters
28
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
29
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on (default to 0)
30
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
31
- # @return [Object]
28
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
29
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
30
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
31
+ # @return [nil]
32
32
  def datacenters_loadbalancers_balancednics_delete(datacenter_id, loadbalancer_id, nic_id, opts = {})
33
- data, _status_code, _headers = datacenters_loadbalancers_balancednics_delete_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts)
34
- data
33
+ datacenters_loadbalancers_balancednics_delete_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts)
34
+ nil
35
35
  end
36
36
 
37
37
  # Detach a nic from loadbalancer
38
- # This will remove a nic from Load Balancer
39
- # @param datacenter_id [String] The unique ID of the datacenter
38
+ # This will remove a network interface from load balancer.
39
+ # @param datacenter_id [String] The unique ID of the data center.
40
40
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
41
41
  # @param nic_id [String] The unique ID of the NIC
42
42
  # @param [Hash] opts the optional parameters
43
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
44
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
45
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
46
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
43
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
44
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
45
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
46
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
47
47
  def datacenters_loadbalancers_balancednics_delete_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts = {})
48
48
  if @api_client.config.debugging
49
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_balancednics_delete ...'
49
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_balancednics_delete ...'
50
50
  end
51
51
  # verify the required parameter 'datacenter_id' is set
52
52
  if @api_client.config.client_side_validation && datacenter_id.nil?
53
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_delete"
53
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_delete"
54
54
  end
55
55
  # verify the required parameter 'loadbalancer_id' is set
56
56
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
57
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_delete"
57
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_delete"
58
58
  end
59
59
  # verify the required parameter 'nic_id' is set
60
60
  if @api_client.config.client_side_validation && nic_id.nil?
61
- fail ArgumentError, "Missing the required parameter 'nic_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_delete"
61
+ fail ArgumentError, "Missing the required parameter 'nic_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_delete"
62
62
  end
63
63
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
64
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_delete, must be smaller than or equal to 10.'
64
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_delete, must be smaller than or equal to 10.'
65
65
  end
66
66
 
67
67
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
68
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_delete, must be greater than or equal to 0.'
68
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_delete, must be greater than or equal to 0.'
69
69
  end
70
70
 
71
71
  # resource path
@@ -89,13 +89,13 @@ module Ionoscloud
89
89
  post_body = opts[:debug_body]
90
90
 
91
91
  # return_type
92
- return_type = opts[:debug_return_type] || 'Object'
92
+ return_type = opts[:debug_return_type]
93
93
 
94
94
  # auth_names
95
95
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
96
96
 
97
97
  new_options = opts.merge(
98
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_balancednics_delete",
98
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_balancednics_delete",
99
99
  :header_params => header_params,
100
100
  :query_params => query_params,
101
101
  :form_params => form_params,
@@ -106,58 +106,58 @@ module Ionoscloud
106
106
 
107
107
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
108
108
  if @api_client.config.debugging
109
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_balancednics_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
109
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_balancednics_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
110
110
  end
111
111
  return data, status_code, headers
112
112
  end
113
113
 
114
- # Retrieve a nic attached to Load Balancer
115
- # This will retrieve the properties of an attached nic.
116
- # @param datacenter_id [String] The unique ID of the datacenter
114
+ # Retrieve a network interface attached to Load Balancer
115
+ # This will retrieve the properties of an attached network interface.
116
+ # @param datacenter_id [String] The unique ID of the data center.
117
117
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
118
118
  # @param nic_id [String] The unique ID of the NIC
119
119
  # @param [Hash] opts the optional parameters
120
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
121
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
122
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
120
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
121
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
122
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
123
123
  # @return [Nic]
124
124
  def datacenters_loadbalancers_balancednics_find_by_nic_id(datacenter_id, loadbalancer_id, nic_id, opts = {})
125
125
  data, _status_code, _headers = datacenters_loadbalancers_balancednics_find_by_nic_id_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts)
126
126
  data
127
127
  end
128
128
 
129
- # Retrieve a nic attached to Load Balancer
130
- # This will retrieve the properties of an attached nic.
131
- # @param datacenter_id [String] The unique ID of the datacenter
129
+ # Retrieve a network interface attached to Load Balancer
130
+ # This will retrieve the properties of an attached network interface.
131
+ # @param datacenter_id [String] The unique ID of the data center.
132
132
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
133
133
  # @param nic_id [String] The unique ID of the NIC
134
134
  # @param [Hash] opts the optional parameters
135
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
136
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
137
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
135
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
136
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
137
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
138
138
  # @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
139
139
  def datacenters_loadbalancers_balancednics_find_by_nic_id_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts = {})
140
140
  if @api_client.config.debugging
141
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id ...'
141
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id ...'
142
142
  end
143
143
  # verify the required parameter 'datacenter_id' is set
144
144
  if @api_client.config.client_side_validation && datacenter_id.nil?
145
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id"
145
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id"
146
146
  end
147
147
  # verify the required parameter 'loadbalancer_id' is set
148
148
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
149
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id"
149
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id"
150
150
  end
151
151
  # verify the required parameter 'nic_id' is set
152
152
  if @api_client.config.client_side_validation && nic_id.nil?
153
- fail ArgumentError, "Missing the required parameter 'nic_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id"
153
+ fail ArgumentError, "Missing the required parameter 'nic_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id"
154
154
  end
155
155
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
156
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id, must be smaller than or equal to 10.'
156
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id, must be smaller than or equal to 10.'
157
157
  end
158
158
 
159
159
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
160
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id, must be greater than or equal to 0.'
160
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id, must be greater than or equal to 0.'
161
161
  end
162
162
 
163
163
  # resource path
@@ -187,7 +187,7 @@ module Ionoscloud
187
187
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
188
188
 
189
189
  new_options = opts.merge(
190
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_balancednics_find_by_nic_id",
190
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_balancednics_find_by_nic_id",
191
191
  :header_params => header_params,
192
192
  :query_params => query_params,
193
193
  :form_params => form_params,
@@ -198,68 +198,52 @@ module Ionoscloud
198
198
 
199
199
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
200
200
  if @api_client.config.debugging
201
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_balancednics_find_by_nic_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
201
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_balancednics_find_by_nic_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
202
202
  end
203
203
  return data, status_code, headers
204
204
  end
205
205
 
206
- # List Load Balancer Members
207
- # You can retrieve a list of nics attached to a Load Balancer
208
- # @param datacenter_id [String] The unique ID of the datacenter
206
+ # List Load Balancer balaced NICs
207
+ # You can retrieve a list of nics attached to a load balancer.
208
+ # @param datacenter_id [String] The unique ID of the data center.
209
209
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
210
210
  # @param [Hash] opts the optional parameters
211
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
212
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
213
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
214
- # @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination) (default to 0)
215
- # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination) (default to 1000)
211
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
212
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
213
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
216
214
  # @return [BalancedNics]
217
215
  def datacenters_loadbalancers_balancednics_get(datacenter_id, loadbalancer_id, opts = {})
218
216
  data, _status_code, _headers = datacenters_loadbalancers_balancednics_get_with_http_info(datacenter_id, loadbalancer_id, opts)
219
217
  data
220
218
  end
221
219
 
222
- # List Load Balancer Members
223
- # You can retrieve a list of nics attached to a Load Balancer
224
- # @param datacenter_id [String] The unique ID of the datacenter
220
+ # List Load Balancer balaced NICs
221
+ # You can retrieve a list of nics attached to a load balancer.
222
+ # @param datacenter_id [String] The unique ID of the data center.
225
223
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
226
224
  # @param [Hash] opts the optional parameters
227
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
228
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
229
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
230
- # @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination)
231
- # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination)
225
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
226
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
227
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
232
228
  # @return [Array<(BalancedNics, Integer, Hash)>] BalancedNics data, response status code and response headers
233
229
  def datacenters_loadbalancers_balancednics_get_with_http_info(datacenter_id, loadbalancer_id, opts = {})
234
230
  if @api_client.config.debugging
235
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_balancednics_get ...'
231
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_balancednics_get ...'
236
232
  end
237
233
  # verify the required parameter 'datacenter_id' is set
238
234
  if @api_client.config.client_side_validation && datacenter_id.nil?
239
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get"
235
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_get"
240
236
  end
241
237
  # verify the required parameter 'loadbalancer_id' is set
242
238
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
243
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get"
239
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_get"
244
240
  end
245
241
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
246
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get, must be smaller than or equal to 10.'
242
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_get, must be smaller than or equal to 10.'
247
243
  end
248
244
 
249
245
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
250
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get, must be greater than or equal to 0.'
251
- end
252
-
253
- if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
254
- fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get, must be greater than or equal to 0.'
255
- end
256
-
257
- if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 10000
258
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get, must be smaller than or equal to 10000.'
259
- end
260
-
261
- if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
262
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_get, must be greater than or equal to 1.'
246
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_get, must be greater than or equal to 0.'
263
247
  end
264
248
 
265
249
  # resource path
@@ -269,8 +253,6 @@ module Ionoscloud
269
253
  query_params = opts[:query_params] || {}
270
254
  query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
271
255
  query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
272
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
273
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
274
256
 
275
257
  # header parameters
276
258
  header_params = opts[:header_params] || {}
@@ -291,7 +273,7 @@ module Ionoscloud
291
273
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
292
274
 
293
275
  new_options = opts.merge(
294
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_balancednics_get",
276
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_balancednics_get",
295
277
  :header_params => header_params,
296
278
  :query_params => query_params,
297
279
  :form_params => form_params,
@@ -302,20 +284,20 @@ module Ionoscloud
302
284
 
303
285
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
304
286
  if @api_client.config.debugging
305
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_balancednics_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
287
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_balancednics_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
306
288
  end
307
289
  return data, status_code, headers
308
290
  end
309
291
 
310
292
  # Attach a nic to Load Balancer
311
- # This will attach a pre-existing nic to a Load Balancer.
312
- # @param datacenter_id [String] The unique ID of the datacenter
293
+ # This will attach a pre-existing nic to a load balancer.
294
+ # @param datacenter_id [String] The unique ID of the data center.
313
295
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
314
296
  # @param nic [Nic] Nic id to be attached
315
297
  # @param [Hash] opts the optional parameters
316
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
317
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
318
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
298
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
299
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
300
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
319
301
  # @return [Nic]
320
302
  def datacenters_loadbalancers_balancednics_post(datacenter_id, loadbalancer_id, nic, opts = {})
321
303
  data, _status_code, _headers = datacenters_loadbalancers_balancednics_post_with_http_info(datacenter_id, loadbalancer_id, nic, opts)
@@ -323,37 +305,37 @@ module Ionoscloud
323
305
  end
324
306
 
325
307
  # Attach a nic to Load Balancer
326
- # This will attach a pre-existing nic to a Load Balancer.
327
- # @param datacenter_id [String] The unique ID of the datacenter
308
+ # This will attach a pre-existing nic to a load balancer.
309
+ # @param datacenter_id [String] The unique ID of the data center.
328
310
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
329
311
  # @param nic [Nic] Nic id to be attached
330
312
  # @param [Hash] opts the optional parameters
331
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
332
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
333
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
313
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
314
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
315
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
334
316
  # @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
335
317
  def datacenters_loadbalancers_balancednics_post_with_http_info(datacenter_id, loadbalancer_id, nic, opts = {})
336
318
  if @api_client.config.debugging
337
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_balancednics_post ...'
319
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_balancednics_post ...'
338
320
  end
339
321
  # verify the required parameter 'datacenter_id' is set
340
322
  if @api_client.config.client_side_validation && datacenter_id.nil?
341
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_post"
323
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_post"
342
324
  end
343
325
  # verify the required parameter 'loadbalancer_id' is set
344
326
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
345
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_post"
327
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_post"
346
328
  end
347
329
  # verify the required parameter 'nic' is set
348
330
  if @api_client.config.client_side_validation && nic.nil?
349
- fail ArgumentError, "Missing the required parameter 'nic' when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_post"
331
+ fail ArgumentError, "Missing the required parameter 'nic' when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_post"
350
332
  end
351
333
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
352
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_post, must be smaller than or equal to 10.'
334
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_post, must be smaller than or equal to 10.'
353
335
  end
354
336
 
355
337
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
356
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_balancednics_post, must be greater than or equal to 0.'
338
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_balancednics_post, must be greater than or equal to 0.'
357
339
  end
358
340
 
359
341
  # resource path
@@ -385,7 +367,7 @@ module Ionoscloud
385
367
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
386
368
 
387
369
  new_options = opts.merge(
388
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_balancednics_post",
370
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_balancednics_post",
389
371
  :header_params => header_params,
390
372
  :query_params => query_params,
391
373
  :form_params => form_params,
@@ -396,52 +378,52 @@ module Ionoscloud
396
378
 
397
379
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
398
380
  if @api_client.config.debugging
399
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_balancednics_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
381
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_balancednics_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
400
382
  end
401
383
  return data, status_code, headers
402
384
  end
403
385
 
404
386
  # Delete a Loadbalancer.
405
- # Removes the specific Loadbalancer
406
- # @param datacenter_id [String] The unique ID of the datacenter
387
+ # Removes the specified load balancer.
388
+ # @param datacenter_id [String] The unique ID of the data center.
407
389
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
408
390
  # @param [Hash] opts the optional parameters
409
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
410
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
411
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
412
- # @return [Object]
391
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
392
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
393
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
394
+ # @return [nil]
413
395
  def datacenters_loadbalancers_delete(datacenter_id, loadbalancer_id, opts = {})
414
- data, _status_code, _headers = datacenters_loadbalancers_delete_with_http_info(datacenter_id, loadbalancer_id, opts)
415
- data
396
+ datacenters_loadbalancers_delete_with_http_info(datacenter_id, loadbalancer_id, opts)
397
+ nil
416
398
  end
417
399
 
418
400
  # Delete a Loadbalancer.
419
- # Removes the specific Loadbalancer
420
- # @param datacenter_id [String] The unique ID of the datacenter
401
+ # Removes the specified load balancer.
402
+ # @param datacenter_id [String] The unique ID of the data center.
421
403
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
422
404
  # @param [Hash] opts the optional parameters
423
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
424
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
425
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
426
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
405
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
406
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
407
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
408
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
427
409
  def datacenters_loadbalancers_delete_with_http_info(datacenter_id, loadbalancer_id, opts = {})
428
410
  if @api_client.config.debugging
429
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_delete ...'
411
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_delete ...'
430
412
  end
431
413
  # verify the required parameter 'datacenter_id' is set
432
414
  if @api_client.config.client_side_validation && datacenter_id.nil?
433
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_delete"
415
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_delete"
434
416
  end
435
417
  # verify the required parameter 'loadbalancer_id' is set
436
418
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
437
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_delete"
419
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_delete"
438
420
  end
439
421
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
440
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_delete, must be smaller than or equal to 10.'
422
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_delete, must be smaller than or equal to 10.'
441
423
  end
442
424
 
443
425
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
444
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_delete, must be greater than or equal to 0.'
426
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_delete, must be greater than or equal to 0.'
445
427
  end
446
428
 
447
429
  # resource path
@@ -465,13 +447,13 @@ module Ionoscloud
465
447
  post_body = opts[:debug_body]
466
448
 
467
449
  # return_type
468
- return_type = opts[:debug_return_type] || 'Object'
450
+ return_type = opts[:debug_return_type]
469
451
 
470
452
  # auth_names
471
453
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
472
454
 
473
455
  new_options = opts.merge(
474
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_delete",
456
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_delete",
475
457
  :header_params => header_params,
476
458
  :query_params => query_params,
477
459
  :form_params => form_params,
@@ -482,19 +464,19 @@ module Ionoscloud
482
464
 
483
465
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
484
466
  if @api_client.config.debugging
485
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
467
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
486
468
  end
487
469
  return data, status_code, headers
488
470
  end
489
471
 
490
472
  # Retrieve a loadbalancer
491
- # Retrieves the attributes of a given Loadbalancer
492
- # @param datacenter_id [String] The unique ID of the datacenter
473
+ # Retrieves the attributes of a given load balancer.
474
+ # @param datacenter_id [String] The unique ID of the data center.
493
475
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
494
476
  # @param [Hash] opts the optional parameters
495
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
496
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
497
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
477
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
478
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
479
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
498
480
  # @return [Loadbalancer]
499
481
  def datacenters_loadbalancers_find_by_id(datacenter_id, loadbalancer_id, opts = {})
500
482
  data, _status_code, _headers = datacenters_loadbalancers_find_by_id_with_http_info(datacenter_id, loadbalancer_id, opts)
@@ -502,32 +484,32 @@ module Ionoscloud
502
484
  end
503
485
 
504
486
  # Retrieve a loadbalancer
505
- # Retrieves the attributes of a given Loadbalancer
506
- # @param datacenter_id [String] The unique ID of the datacenter
487
+ # Retrieves the attributes of a given load balancer.
488
+ # @param datacenter_id [String] The unique ID of the data center.
507
489
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
508
490
  # @param [Hash] opts the optional parameters
509
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
510
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
511
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
491
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
492
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
493
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
512
494
  # @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
513
495
  def datacenters_loadbalancers_find_by_id_with_http_info(datacenter_id, loadbalancer_id, opts = {})
514
496
  if @api_client.config.debugging
515
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_find_by_id ...'
497
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_find_by_id ...'
516
498
  end
517
499
  # verify the required parameter 'datacenter_id' is set
518
500
  if @api_client.config.client_side_validation && datacenter_id.nil?
519
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_find_by_id"
501
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_find_by_id"
520
502
  end
521
503
  # verify the required parameter 'loadbalancer_id' is set
522
504
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
523
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_find_by_id"
505
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_find_by_id"
524
506
  end
525
507
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
526
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_find_by_id, must be smaller than or equal to 10.'
508
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_find_by_id, must be smaller than or equal to 10.'
527
509
  end
528
510
 
529
511
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
530
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_find_by_id, must be greater than or equal to 0.'
512
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_find_by_id, must be greater than or equal to 0.'
531
513
  end
532
514
 
533
515
  # resource path
@@ -557,7 +539,7 @@ module Ionoscloud
557
539
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
558
540
 
559
541
  new_options = opts.merge(
560
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_find_by_id",
542
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_find_by_id",
561
543
  :header_params => header_params,
562
544
  :query_params => query_params,
563
545
  :form_params => form_params,
@@ -568,20 +550,20 @@ module Ionoscloud
568
550
 
569
551
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
570
552
  if @api_client.config.debugging
571
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_find_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
553
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_find_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
572
554
  end
573
555
  return data, status_code, headers
574
556
  end
575
557
 
576
558
  # List Load Balancers
577
- # Retrieve a list of Load Balancers within the datacenter
578
- # @param datacenter_id [String] The unique ID of the datacenter
559
+ # Retrieve a list of Load Balancers within the datacenter.
560
+ # @param datacenter_id [String] The unique ID of the data center.
579
561
  # @param [Hash] opts the optional parameters
580
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
581
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
582
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
583
- # @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination) (default to 0)
584
- # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination) (default to 1000)
562
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
563
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
564
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
565
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (use together with limit for pagination). (default to 0)
566
+ # @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
585
567
  # @return [Loadbalancers]
586
568
  def datacenters_loadbalancers_get(datacenter_id, opts = {})
587
569
  data, _status_code, _headers = datacenters_loadbalancers_get_with_http_info(datacenter_id, opts)
@@ -589,41 +571,41 @@ module Ionoscloud
589
571
  end
590
572
 
591
573
  # List Load Balancers
592
- # Retrieve a list of Load Balancers within the datacenter
593
- # @param datacenter_id [String] The unique ID of the datacenter
574
+ # Retrieve a list of Load Balancers within the datacenter.
575
+ # @param datacenter_id [String] The unique ID of the data center.
594
576
  # @param [Hash] opts the optional parameters
595
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
596
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
597
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
598
- # @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination)
599
- # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination)
577
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
578
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
579
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
580
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (use together with limit for pagination).
581
+ # @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
600
582
  # @return [Array<(Loadbalancers, Integer, Hash)>] Loadbalancers data, response status code and response headers
601
583
  def datacenters_loadbalancers_get_with_http_info(datacenter_id, opts = {})
602
584
  if @api_client.config.debugging
603
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_get ...'
585
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_get ...'
604
586
  end
605
587
  # verify the required parameter 'datacenter_id' is set
606
588
  if @api_client.config.client_side_validation && datacenter_id.nil?
607
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_get"
589
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_get"
608
590
  end
609
591
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
610
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_get, must be smaller than or equal to 10.'
592
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_get, must be smaller than or equal to 10.'
611
593
  end
612
594
 
613
595
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
614
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_get, must be greater than or equal to 0.'
596
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_get, must be greater than or equal to 0.'
615
597
  end
616
598
 
617
599
  if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
618
- fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LoadBalancerApi.datacenters_loadbalancers_get, must be greater than or equal to 0.'
600
+ fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LoadBalancersApi.datacenters_loadbalancers_get, must be greater than or equal to 0.'
619
601
  end
620
602
 
621
603
  if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 10000
622
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LoadBalancerApi.datacenters_loadbalancers_get, must be smaller than or equal to 10000.'
604
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LoadBalancersApi.datacenters_loadbalancers_get, must be smaller than or equal to 10000.'
623
605
  end
624
606
 
625
607
  if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
626
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LoadBalancerApi.datacenters_loadbalancers_get, must be greater than or equal to 1.'
608
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LoadBalancersApi.datacenters_loadbalancers_get, must be greater than or equal to 1.'
627
609
  end
628
610
 
629
611
  # resource path
@@ -655,7 +637,7 @@ module Ionoscloud
655
637
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
656
638
 
657
639
  new_options = opts.merge(
658
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_get",
640
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_get",
659
641
  :header_params => header_params,
660
642
  :query_params => query_params,
661
643
  :form_params => form_params,
@@ -666,20 +648,20 @@ module Ionoscloud
666
648
 
667
649
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
668
650
  if @api_client.config.debugging
669
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
651
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
670
652
  end
671
653
  return data, status_code, headers
672
654
  end
673
655
 
674
656
  # Partially modify a Loadbalancer
675
- # You can use update attributes of a resource
676
- # @param datacenter_id [String] The unique ID of the datacenter
657
+ # You can use update attributes of a resource.
658
+ # @param datacenter_id [String] The unique ID of the data center.
677
659
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
678
660
  # @param loadbalancer [LoadbalancerProperties] Modified Loadbalancer
679
661
  # @param [Hash] opts the optional parameters
680
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
681
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
682
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
662
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
663
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
664
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
683
665
  # @return [Loadbalancer]
684
666
  def datacenters_loadbalancers_patch(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
685
667
  data, _status_code, _headers = datacenters_loadbalancers_patch_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts)
@@ -687,37 +669,37 @@ module Ionoscloud
687
669
  end
688
670
 
689
671
  # Partially modify a Loadbalancer
690
- # You can use update attributes of a resource
691
- # @param datacenter_id [String] The unique ID of the datacenter
672
+ # You can use update attributes of a resource.
673
+ # @param datacenter_id [String] The unique ID of the data center.
692
674
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
693
675
  # @param loadbalancer [LoadbalancerProperties] Modified Loadbalancer
694
676
  # @param [Hash] opts the optional parameters
695
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
696
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
697
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
677
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
678
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
679
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
698
680
  # @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
699
681
  def datacenters_loadbalancers_patch_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
700
682
  if @api_client.config.debugging
701
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_patch ...'
683
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_patch ...'
702
684
  end
703
685
  # verify the required parameter 'datacenter_id' is set
704
686
  if @api_client.config.client_side_validation && datacenter_id.nil?
705
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_patch"
687
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_patch"
706
688
  end
707
689
  # verify the required parameter 'loadbalancer_id' is set
708
690
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
709
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_patch"
691
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_patch"
710
692
  end
711
693
  # verify the required parameter 'loadbalancer' is set
712
694
  if @api_client.config.client_side_validation && loadbalancer.nil?
713
- fail ArgumentError, "Missing the required parameter 'loadbalancer' when calling LoadBalancerApi.datacenters_loadbalancers_patch"
695
+ fail ArgumentError, "Missing the required parameter 'loadbalancer' when calling LoadBalancersApi.datacenters_loadbalancers_patch"
714
696
  end
715
697
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
716
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_patch, must be smaller than or equal to 10.'
698
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_patch, must be smaller than or equal to 10.'
717
699
  end
718
700
 
719
701
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
720
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_patch, must be greater than or equal to 0.'
702
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_patch, must be greater than or equal to 0.'
721
703
  end
722
704
 
723
705
  # resource path
@@ -749,7 +731,7 @@ module Ionoscloud
749
731
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
750
732
 
751
733
  new_options = opts.merge(
752
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_patch",
734
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_patch",
753
735
  :header_params => header_params,
754
736
  :query_params => query_params,
755
737
  :form_params => form_params,
@@ -760,19 +742,19 @@ module Ionoscloud
760
742
 
761
743
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
762
744
  if @api_client.config.debugging
763
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
745
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
764
746
  end
765
747
  return data, status_code, headers
766
748
  end
767
749
 
768
750
  # Create a Load Balancer
769
- # Creates a Loadbalancer within the datacenter
770
- # @param datacenter_id [String] The unique ID of the datacenter
751
+ # Creates a Loadbalancer within the datacenter.
752
+ # @param datacenter_id [String] The unique ID of the data center.
771
753
  # @param loadbalancer [Loadbalancer] Loadbalancer to be created
772
754
  # @param [Hash] opts the optional parameters
773
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
774
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
775
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
755
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
756
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
757
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
776
758
  # @return [Loadbalancer]
777
759
  def datacenters_loadbalancers_post(datacenter_id, loadbalancer, opts = {})
778
760
  data, _status_code, _headers = datacenters_loadbalancers_post_with_http_info(datacenter_id, loadbalancer, opts)
@@ -780,32 +762,32 @@ module Ionoscloud
780
762
  end
781
763
 
782
764
  # Create a Load Balancer
783
- # Creates a Loadbalancer within the datacenter
784
- # @param datacenter_id [String] The unique ID of the datacenter
765
+ # Creates a Loadbalancer within the datacenter.
766
+ # @param datacenter_id [String] The unique ID of the data center.
785
767
  # @param loadbalancer [Loadbalancer] Loadbalancer to be created
786
768
  # @param [Hash] opts the optional parameters
787
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
788
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
789
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
769
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
770
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
771
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
790
772
  # @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
791
773
  def datacenters_loadbalancers_post_with_http_info(datacenter_id, loadbalancer, opts = {})
792
774
  if @api_client.config.debugging
793
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_post ...'
775
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_post ...'
794
776
  end
795
777
  # verify the required parameter 'datacenter_id' is set
796
778
  if @api_client.config.client_side_validation && datacenter_id.nil?
797
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_post"
779
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_post"
798
780
  end
799
781
  # verify the required parameter 'loadbalancer' is set
800
782
  if @api_client.config.client_side_validation && loadbalancer.nil?
801
- fail ArgumentError, "Missing the required parameter 'loadbalancer' when calling LoadBalancerApi.datacenters_loadbalancers_post"
783
+ fail ArgumentError, "Missing the required parameter 'loadbalancer' when calling LoadBalancersApi.datacenters_loadbalancers_post"
802
784
  end
803
785
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
804
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_post, must be smaller than or equal to 10.'
786
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_post, must be smaller than or equal to 10.'
805
787
  end
806
788
 
807
789
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
808
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_post, must be greater than or equal to 0.'
790
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_post, must be greater than or equal to 0.'
809
791
  end
810
792
 
811
793
  # resource path
@@ -837,7 +819,7 @@ module Ionoscloud
837
819
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
838
820
 
839
821
  new_options = opts.merge(
840
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_post",
822
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_post",
841
823
  :header_params => header_params,
842
824
  :query_params => query_params,
843
825
  :form_params => form_params,
@@ -848,20 +830,20 @@ module Ionoscloud
848
830
 
849
831
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
850
832
  if @api_client.config.debugging
851
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
833
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
852
834
  end
853
835
  return data, status_code, headers
854
836
  end
855
837
 
856
838
  # Modify a Load Balancer
857
- # You can use update attributes of a resource
858
- # @param datacenter_id [String] The unique ID of the datacenter
839
+ # You can use update attributes of a resource.
840
+ # @param datacenter_id [String] The unique ID of the data center.
859
841
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
860
842
  # @param loadbalancer [Loadbalancer] Modified Loadbalancer
861
843
  # @param [Hash] opts the optional parameters
862
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
863
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on (default to 0)
864
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
844
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
845
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
846
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
865
847
  # @return [Loadbalancer]
866
848
  def datacenters_loadbalancers_put(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
867
849
  data, _status_code, _headers = datacenters_loadbalancers_put_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts)
@@ -869,37 +851,37 @@ module Ionoscloud
869
851
  end
870
852
 
871
853
  # Modify a Load Balancer
872
- # You can use update attributes of a resource
873
- # @param datacenter_id [String] The unique ID of the datacenter
854
+ # You can use update attributes of a resource.
855
+ # @param datacenter_id [String] The unique ID of the data center.
874
856
  # @param loadbalancer_id [String] The unique ID of the Load Balancer
875
857
  # @param loadbalancer [Loadbalancer] Modified Loadbalancer
876
858
  # @param [Hash] opts the optional parameters
877
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
878
- # @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on
879
- # @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
859
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
860
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
861
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
880
862
  # @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
881
863
  def datacenters_loadbalancers_put_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
882
864
  if @api_client.config.debugging
883
- @api_client.config.logger.debug 'Calling API: LoadBalancerApi.datacenters_loadbalancers_put ...'
865
+ @api_client.config.logger.debug 'Calling API: LoadBalancersApi.datacenters_loadbalancers_put ...'
884
866
  end
885
867
  # verify the required parameter 'datacenter_id' is set
886
868
  if @api_client.config.client_side_validation && datacenter_id.nil?
887
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancerApi.datacenters_loadbalancers_put"
869
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LoadBalancersApi.datacenters_loadbalancers_put"
888
870
  end
889
871
  # verify the required parameter 'loadbalancer_id' is set
890
872
  if @api_client.config.client_side_validation && loadbalancer_id.nil?
891
- fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancerApi.datacenters_loadbalancers_put"
873
+ fail ArgumentError, "Missing the required parameter 'loadbalancer_id' when calling LoadBalancersApi.datacenters_loadbalancers_put"
892
874
  end
893
875
  # verify the required parameter 'loadbalancer' is set
894
876
  if @api_client.config.client_side_validation && loadbalancer.nil?
895
- fail ArgumentError, "Missing the required parameter 'loadbalancer' when calling LoadBalancerApi.datacenters_loadbalancers_put"
877
+ fail ArgumentError, "Missing the required parameter 'loadbalancer' when calling LoadBalancersApi.datacenters_loadbalancers_put"
896
878
  end
897
879
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
898
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_put, must be smaller than or equal to 10.'
880
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_put, must be smaller than or equal to 10.'
899
881
  end
900
882
 
901
883
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
902
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancerApi.datacenters_loadbalancers_put, must be greater than or equal to 0.'
884
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LoadBalancersApi.datacenters_loadbalancers_put, must be greater than or equal to 0.'
903
885
  end
904
886
 
905
887
  # resource path
@@ -931,7 +913,7 @@ module Ionoscloud
931
913
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
932
914
 
933
915
  new_options = opts.merge(
934
- :operation => :"LoadBalancerApi.datacenters_loadbalancers_put",
916
+ :operation => :"LoadBalancersApi.datacenters_loadbalancers_put",
935
917
  :header_params => header_params,
936
918
  :query_params => query_params,
937
919
  :form_params => form_params,
@@ -942,7 +924,7 @@ module Ionoscloud
942
924
 
943
925
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
944
926
  if @api_client.config.debugging
945
- @api_client.config.logger.debug "API called: LoadBalancerApi#datacenters_loadbalancers_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
927
+ @api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
946
928
  end
947
929
  return data, status_code, headers
948
930
  end