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,53 +13,53 @@ OpenAPI Generator version: 5.2.1-SNAPSHOT
13
13
  require 'cgi'
14
14
 
15
15
  module Ionoscloud
16
- class LanApi
16
+ class LansApi
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
  # Delete a Lan.
23
- # Removes the specific Lan
24
- # @param datacenter_id [String] The unique ID of the datacenter
23
+ # Removes the specific LAN.
24
+ # @param datacenter_id [String] The unique ID of the data center.
25
25
  # @param lan_id [String] The unique ID of the LAN
26
26
  # @param [Hash] opts the optional parameters
27
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
28
- # @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)
29
- # @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
30
- # @return [Object]
27
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
28
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
29
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
30
+ # @return [nil]
31
31
  def datacenters_lans_delete(datacenter_id, lan_id, opts = {})
32
- data, _status_code, _headers = datacenters_lans_delete_with_http_info(datacenter_id, lan_id, opts)
33
- data
32
+ datacenters_lans_delete_with_http_info(datacenter_id, lan_id, opts)
33
+ nil
34
34
  end
35
35
 
36
36
  # Delete a Lan.
37
- # Removes the specific Lan
38
- # @param datacenter_id [String] The unique ID of the datacenter
37
+ # Removes the specific LAN.
38
+ # @param datacenter_id [String] The unique ID of the data center.
39
39
  # @param lan_id [String] The unique ID of the LAN
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
42
- # @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
43
- # @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
44
- # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
41
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
42
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
43
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
44
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
45
45
  def datacenters_lans_delete_with_http_info(datacenter_id, lan_id, opts = {})
46
46
  if @api_client.config.debugging
47
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_delete ...'
47
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_delete ...'
48
48
  end
49
49
  # verify the required parameter 'datacenter_id' is set
50
50
  if @api_client.config.client_side_validation && datacenter_id.nil?
51
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_delete"
51
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_delete"
52
52
  end
53
53
  # verify the required parameter 'lan_id' is set
54
54
  if @api_client.config.client_side_validation && lan_id.nil?
55
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_delete"
55
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_delete"
56
56
  end
57
57
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
58
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_delete, must be smaller than or equal to 10.'
58
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_delete, must be smaller than or equal to 10.'
59
59
  end
60
60
 
61
61
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
62
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_delete, must be greater than or equal to 0.'
62
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_delete, must be greater than or equal to 0.'
63
63
  end
64
64
 
65
65
  # resource path
@@ -83,13 +83,13 @@ module Ionoscloud
83
83
  post_body = opts[:debug_body]
84
84
 
85
85
  # return_type
86
- return_type = opts[:debug_return_type] || 'Object'
86
+ return_type = opts[:debug_return_type]
87
87
 
88
88
  # auth_names
89
89
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
90
90
 
91
91
  new_options = opts.merge(
92
- :operation => :"LanApi.datacenters_lans_delete",
92
+ :operation => :"LansApi.datacenters_lans_delete",
93
93
  :header_params => header_params,
94
94
  :query_params => query_params,
95
95
  :form_params => form_params,
@@ -100,19 +100,19 @@ module Ionoscloud
100
100
 
101
101
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
102
102
  if @api_client.config.debugging
103
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
103
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
104
104
  end
105
105
  return data, status_code, headers
106
106
  end
107
107
 
108
108
  # Retrieve a Lan
109
- # Retrieves the attributes of a given LAN
110
- # @param datacenter_id [String] The unique ID of the datacenter
109
+ # Retrieves the attributes of a given LAN.
110
+ # @param datacenter_id [String] The unique ID of the data center.
111
111
  # @param lan_id [String] The unique ID of the LAN
112
112
  # @param [Hash] opts the optional parameters
113
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
114
- # @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)
115
- # @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
113
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
114
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
115
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
116
116
  # @return [Lan]
117
117
  def datacenters_lans_find_by_id(datacenter_id, lan_id, opts = {})
118
118
  data, _status_code, _headers = datacenters_lans_find_by_id_with_http_info(datacenter_id, lan_id, opts)
@@ -120,32 +120,32 @@ module Ionoscloud
120
120
  end
121
121
 
122
122
  # Retrieve a Lan
123
- # Retrieves the attributes of a given LAN
124
- # @param datacenter_id [String] The unique ID of the datacenter
123
+ # Retrieves the attributes of a given LAN.
124
+ # @param datacenter_id [String] The unique ID of the data center.
125
125
  # @param lan_id [String] The unique ID of the LAN
126
126
  # @param [Hash] opts the optional parameters
127
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
128
- # @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
129
- # @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
127
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
128
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
129
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
130
130
  # @return [Array<(Lan, Integer, Hash)>] Lan data, response status code and response headers
131
131
  def datacenters_lans_find_by_id_with_http_info(datacenter_id, lan_id, opts = {})
132
132
  if @api_client.config.debugging
133
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_find_by_id ...'
133
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_find_by_id ...'
134
134
  end
135
135
  # verify the required parameter 'datacenter_id' is set
136
136
  if @api_client.config.client_side_validation && datacenter_id.nil?
137
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_find_by_id"
137
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_find_by_id"
138
138
  end
139
139
  # verify the required parameter 'lan_id' is set
140
140
  if @api_client.config.client_side_validation && lan_id.nil?
141
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_find_by_id"
141
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_find_by_id"
142
142
  end
143
143
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
144
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_find_by_id, must be smaller than or equal to 10.'
144
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_find_by_id, must be smaller than or equal to 10.'
145
145
  end
146
146
 
147
147
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
148
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_find_by_id, must be greater than or equal to 0.'
148
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_find_by_id, must be greater than or equal to 0.'
149
149
  end
150
150
 
151
151
  # resource path
@@ -175,7 +175,7 @@ module Ionoscloud
175
175
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
176
176
 
177
177
  new_options = opts.merge(
178
- :operation => :"LanApi.datacenters_lans_find_by_id",
178
+ :operation => :"LansApi.datacenters_lans_find_by_id",
179
179
  :header_params => header_params,
180
180
  :query_params => query_params,
181
181
  :form_params => form_params,
@@ -186,20 +186,20 @@ module Ionoscloud
186
186
 
187
187
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
188
188
  if @api_client.config.debugging
189
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_find_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
189
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_find_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
190
190
  end
191
191
  return data, status_code, headers
192
192
  end
193
193
 
194
194
  # List Lans
195
- # Retrieve a list of LANs within the datacenter
196
- # @param datacenter_id [String] The unique ID of the datacenter
195
+ # Retrieve a list of LANs within the datacenter.
196
+ # @param datacenter_id [String] The unique ID of the data center.
197
197
  # @param [Hash] opts the optional parameters
198
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
199
- # @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)
200
- # @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
201
- # @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)
202
- # @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)
198
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
199
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
200
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
201
+ # @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)
202
+ # @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
203
203
  # @return [Lans]
204
204
  def datacenters_lans_get(datacenter_id, opts = {})
205
205
  data, _status_code, _headers = datacenters_lans_get_with_http_info(datacenter_id, opts)
@@ -207,41 +207,41 @@ module Ionoscloud
207
207
  end
208
208
 
209
209
  # List Lans
210
- # Retrieve a list of LANs within the datacenter
211
- # @param datacenter_id [String] The unique ID of the datacenter
210
+ # Retrieve a list of LANs within the datacenter.
211
+ # @param datacenter_id [String] The unique ID of the data center.
212
212
  # @param [Hash] opts the optional parameters
213
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
214
- # @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
215
- # @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
216
- # @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)
217
- # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination)
213
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
214
+ # @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
215
+ # @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
+ # @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).
217
+ # @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
218
218
  # @return [Array<(Lans, Integer, Hash)>] Lans data, response status code and response headers
219
219
  def datacenters_lans_get_with_http_info(datacenter_id, opts = {})
220
220
  if @api_client.config.debugging
221
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_get ...'
221
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_get ...'
222
222
  end
223
223
  # verify the required parameter 'datacenter_id' is set
224
224
  if @api_client.config.client_side_validation && datacenter_id.nil?
225
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_get"
225
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_get"
226
226
  end
227
227
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
228
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_get, must be smaller than or equal to 10.'
228
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_get, must be smaller than or equal to 10.'
229
229
  end
230
230
 
231
231
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
232
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_get, must be greater than or equal to 0.'
232
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_get, must be greater than or equal to 0.'
233
233
  end
234
234
 
235
235
  if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
236
- fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LanApi.datacenters_lans_get, must be greater than or equal to 0.'
236
+ fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LansApi.datacenters_lans_get, must be greater than or equal to 0.'
237
237
  end
238
238
 
239
239
  if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 10000
240
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LanApi.datacenters_lans_get, must be smaller than or equal to 10000.'
240
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LansApi.datacenters_lans_get, must be smaller than or equal to 10000.'
241
241
  end
242
242
 
243
243
  if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
244
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LanApi.datacenters_lans_get, must be greater than or equal to 1.'
244
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LansApi.datacenters_lans_get, must be greater than or equal to 1.'
245
245
  end
246
246
 
247
247
  # resource path
@@ -273,7 +273,7 @@ module Ionoscloud
273
273
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
274
274
 
275
275
  new_options = opts.merge(
276
- :operation => :"LanApi.datacenters_lans_get",
276
+ :operation => :"LansApi.datacenters_lans_get",
277
277
  :header_params => header_params,
278
278
  :query_params => query_params,
279
279
  :form_params => form_params,
@@ -284,20 +284,20 @@ module Ionoscloud
284
284
 
285
285
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
286
286
  if @api_client.config.debugging
287
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
287
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
288
288
  end
289
289
  return data, status_code, headers
290
290
  end
291
291
 
292
292
  # Retrieve a nic attached to lan
293
- # This will retrieve the properties of an attached nic.
294
- # @param datacenter_id [String] The unique ID of the datacenter
293
+ # This will retrieve the properties of an attached network interface.
294
+ # @param datacenter_id [String] The unique ID of the data center.
295
295
  # @param lan_id [String] The unique ID of the LAN
296
296
  # @param nic_id [String] The unique ID of the NIC
297
297
  # @param [Hash] opts the optional parameters
298
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
299
- # @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)
300
- # @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.
301
301
  # @return [Nic]
302
302
  def datacenters_lans_nics_find_by_id(datacenter_id, lan_id, nic_id, opts = {})
303
303
  data, _status_code, _headers = datacenters_lans_nics_find_by_id_with_http_info(datacenter_id, lan_id, nic_id, opts)
@@ -305,37 +305,37 @@ module Ionoscloud
305
305
  end
306
306
 
307
307
  # Retrieve a nic attached to lan
308
- # This will retrieve the properties of an attached nic.
309
- # @param datacenter_id [String] The unique ID of the datacenter
308
+ # This will retrieve the properties of an attached network interface.
309
+ # @param datacenter_id [String] The unique ID of the data center.
310
310
  # @param lan_id [String] The unique ID of the LAN
311
311
  # @param nic_id [String] The unique ID of the NIC
312
312
  # @param [Hash] opts the optional parameters
313
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
314
- # @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
315
- # @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.
316
316
  # @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
317
317
  def datacenters_lans_nics_find_by_id_with_http_info(datacenter_id, lan_id, nic_id, opts = {})
318
318
  if @api_client.config.debugging
319
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_nics_find_by_id ...'
319
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_nics_find_by_id ...'
320
320
  end
321
321
  # verify the required parameter 'datacenter_id' is set
322
322
  if @api_client.config.client_side_validation && datacenter_id.nil?
323
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_nics_find_by_id"
323
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_nics_find_by_id"
324
324
  end
325
325
  # verify the required parameter 'lan_id' is set
326
326
  if @api_client.config.client_side_validation && lan_id.nil?
327
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_nics_find_by_id"
327
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_nics_find_by_id"
328
328
  end
329
329
  # verify the required parameter 'nic_id' is set
330
330
  if @api_client.config.client_side_validation && nic_id.nil?
331
- fail ArgumentError, "Missing the required parameter 'nic_id' when calling LanApi.datacenters_lans_nics_find_by_id"
331
+ fail ArgumentError, "Missing the required parameter 'nic_id' when calling LansApi.datacenters_lans_nics_find_by_id"
332
332
  end
333
333
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
334
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_nics_find_by_id, must be smaller than or equal to 10.'
334
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_nics_find_by_id, must be smaller than or equal to 10.'
335
335
  end
336
336
 
337
337
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
338
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_nics_find_by_id, must be greater than or equal to 0.'
338
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_nics_find_by_id, must be greater than or equal to 0.'
339
339
  end
340
340
 
341
341
  # resource path
@@ -365,7 +365,7 @@ module Ionoscloud
365
365
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
366
366
 
367
367
  new_options = opts.merge(
368
- :operation => :"LanApi.datacenters_lans_nics_find_by_id",
368
+ :operation => :"LansApi.datacenters_lans_nics_find_by_id",
369
369
  :header_params => header_params,
370
370
  :query_params => query_params,
371
371
  :form_params => form_params,
@@ -376,21 +376,21 @@ module Ionoscloud
376
376
 
377
377
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
378
378
  if @api_client.config.debugging
379
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_nics_find_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
379
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_nics_find_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
380
380
  end
381
381
  return data, status_code, headers
382
382
  end
383
383
 
384
384
  # List Lan Members
385
- # You can retrieve a list of nics attached to a lan
386
- # @param datacenter_id [String] The unique ID of the datacenter
385
+ # You can retrieve a list of nics attached to a LAN.
386
+ # @param datacenter_id [String] The unique ID of the data center.
387
387
  # @param lan_id [String] The unique ID of the LAN
388
388
  # @param [Hash] opts the optional parameters
389
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
390
- # @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)
391
- # @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
392
- # @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)
393
- # @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)
389
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
390
+ # @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)
391
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
392
+ # @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)
393
+ # @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
394
394
  # @return [LanNics]
395
395
  def datacenters_lans_nics_get(datacenter_id, lan_id, opts = {})
396
396
  data, _status_code, _headers = datacenters_lans_nics_get_with_http_info(datacenter_id, lan_id, opts)
@@ -398,46 +398,46 @@ module Ionoscloud
398
398
  end
399
399
 
400
400
  # List Lan Members
401
- # You can retrieve a list of nics attached to a lan
402
- # @param datacenter_id [String] The unique ID of the datacenter
401
+ # You can retrieve a list of nics attached to a LAN.
402
+ # @param datacenter_id [String] The unique ID of the data center.
403
403
  # @param lan_id [String] The unique ID of the LAN
404
404
  # @param [Hash] opts the optional parameters
405
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
406
- # @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
407
- # @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
408
- # @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)
409
- # @option opts [Integer] :limit the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination)
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
+ # @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).
409
+ # @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
410
410
  # @return [Array<(LanNics, Integer, Hash)>] LanNics data, response status code and response headers
411
411
  def datacenters_lans_nics_get_with_http_info(datacenter_id, lan_id, opts = {})
412
412
  if @api_client.config.debugging
413
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_nics_get ...'
413
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_nics_get ...'
414
414
  end
415
415
  # verify the required parameter 'datacenter_id' is set
416
416
  if @api_client.config.client_side_validation && datacenter_id.nil?
417
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_nics_get"
417
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_nics_get"
418
418
  end
419
419
  # verify the required parameter 'lan_id' is set
420
420
  if @api_client.config.client_side_validation && lan_id.nil?
421
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_nics_get"
421
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_nics_get"
422
422
  end
423
423
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
424
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_nics_get, must be smaller than or equal to 10.'
424
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_nics_get, must be smaller than or equal to 10.'
425
425
  end
426
426
 
427
427
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
428
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_nics_get, must be greater than or equal to 0.'
428
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_nics_get, must be greater than or equal to 0.'
429
429
  end
430
430
 
431
431
  if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
432
- fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LanApi.datacenters_lans_nics_get, must be greater than or equal to 0.'
432
+ fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling LansApi.datacenters_lans_nics_get, must be greater than or equal to 0.'
433
433
  end
434
434
 
435
435
  if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 10000
436
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LanApi.datacenters_lans_nics_get, must be smaller than or equal to 10000.'
436
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LansApi.datacenters_lans_nics_get, must be smaller than or equal to 10000.'
437
437
  end
438
438
 
439
439
  if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
440
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LanApi.datacenters_lans_nics_get, must be greater than or equal to 1.'
440
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling LansApi.datacenters_lans_nics_get, must be greater than or equal to 1.'
441
441
  end
442
442
 
443
443
  # resource path
@@ -469,7 +469,7 @@ module Ionoscloud
469
469
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
470
470
 
471
471
  new_options = opts.merge(
472
- :operation => :"LanApi.datacenters_lans_nics_get",
472
+ :operation => :"LansApi.datacenters_lans_nics_get",
473
473
  :header_params => header_params,
474
474
  :query_params => query_params,
475
475
  :form_params => form_params,
@@ -480,20 +480,20 @@ module Ionoscloud
480
480
 
481
481
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
482
482
  if @api_client.config.debugging
483
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_nics_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
483
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_nics_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
484
484
  end
485
485
  return data, status_code, headers
486
486
  end
487
487
 
488
488
  # Attach a nic
489
- # This will attach a pre-existing nic to a lan.
490
- # @param datacenter_id [String] The unique ID of the datacenter
489
+ # This will attach a pre-existing nic to a LAN.
490
+ # @param datacenter_id [String] The unique ID of the data center.
491
491
  # @param lan_id [String] The unique ID of the LAN
492
492
  # @param nic [Nic] Nic to be attached
493
493
  # @param [Hash] opts the optional parameters
494
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
495
- # @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)
496
- # @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
494
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
495
+ # @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)
496
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
497
497
  # @return [Nic]
498
498
  def datacenters_lans_nics_post(datacenter_id, lan_id, nic, opts = {})
499
499
  data, _status_code, _headers = datacenters_lans_nics_post_with_http_info(datacenter_id, lan_id, nic, opts)
@@ -501,37 +501,37 @@ module Ionoscloud
501
501
  end
502
502
 
503
503
  # Attach a nic
504
- # This will attach a pre-existing nic to a lan.
505
- # @param datacenter_id [String] The unique ID of the datacenter
504
+ # This will attach a pre-existing nic to a LAN.
505
+ # @param datacenter_id [String] The unique ID of the data center.
506
506
  # @param lan_id [String] The unique ID of the LAN
507
507
  # @param nic [Nic] Nic to be attached
508
508
  # @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
509
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
510
+ # @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
511
+ # @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
512
  # @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
513
513
  def datacenters_lans_nics_post_with_http_info(datacenter_id, lan_id, nic, opts = {})
514
514
  if @api_client.config.debugging
515
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_nics_post ...'
515
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_nics_post ...'
516
516
  end
517
517
  # verify the required parameter 'datacenter_id' is set
518
518
  if @api_client.config.client_side_validation && datacenter_id.nil?
519
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_nics_post"
519
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_nics_post"
520
520
  end
521
521
  # verify the required parameter 'lan_id' is set
522
522
  if @api_client.config.client_side_validation && lan_id.nil?
523
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_nics_post"
523
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_nics_post"
524
524
  end
525
525
  # verify the required parameter 'nic' is set
526
526
  if @api_client.config.client_side_validation && nic.nil?
527
- fail ArgumentError, "Missing the required parameter 'nic' when calling LanApi.datacenters_lans_nics_post"
527
+ fail ArgumentError, "Missing the required parameter 'nic' when calling LansApi.datacenters_lans_nics_post"
528
528
  end
529
529
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
530
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_nics_post, must be smaller than or equal to 10.'
530
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_nics_post, must be smaller than or equal to 10.'
531
531
  end
532
532
 
533
533
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
534
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_nics_post, must be greater than or equal to 0.'
534
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_nics_post, must be greater than or equal to 0.'
535
535
  end
536
536
 
537
537
  # resource path
@@ -563,7 +563,7 @@ module Ionoscloud
563
563
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
564
564
 
565
565
  new_options = opts.merge(
566
- :operation => :"LanApi.datacenters_lans_nics_post",
566
+ :operation => :"LansApi.datacenters_lans_nics_post",
567
567
  :header_params => header_params,
568
568
  :query_params => query_params,
569
569
  :form_params => form_params,
@@ -574,20 +574,20 @@ module Ionoscloud
574
574
 
575
575
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
576
576
  if @api_client.config.debugging
577
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_nics_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
577
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_nics_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
578
578
  end
579
579
  return data, status_code, headers
580
580
  end
581
581
 
582
582
  # Partially modify a Lan
583
- # You can use update attributes of a resource
584
- # @param datacenter_id [String] The unique ID of the datacenter
583
+ # You can use update attributes of a resource.
584
+ # @param datacenter_id [String] The unique ID of the data center.
585
585
  # @param lan_id [String] The unique ID of the LAN
586
586
  # @param lan [LanProperties] Modified Lan
587
587
  # @param [Hash] opts the optional parameters
588
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
589
- # @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)
590
- # @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
588
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
589
+ # @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)
590
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
591
591
  # @return [Lan]
592
592
  def datacenters_lans_patch(datacenter_id, lan_id, lan, opts = {})
593
593
  data, _status_code, _headers = datacenters_lans_patch_with_http_info(datacenter_id, lan_id, lan, opts)
@@ -595,37 +595,37 @@ module Ionoscloud
595
595
  end
596
596
 
597
597
  # Partially modify a Lan
598
- # You can use update attributes of a resource
599
- # @param datacenter_id [String] The unique ID of the datacenter
598
+ # You can use update attributes of a resource.
599
+ # @param datacenter_id [String] The unique ID of the data center.
600
600
  # @param lan_id [String] The unique ID of the LAN
601
601
  # @param lan [LanProperties] Modified Lan
602
602
  # @param [Hash] opts the optional parameters
603
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
604
- # @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
605
- # @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
603
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
604
+ # @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
605
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
606
606
  # @return [Array<(Lan, Integer, Hash)>] Lan data, response status code and response headers
607
607
  def datacenters_lans_patch_with_http_info(datacenter_id, lan_id, lan, opts = {})
608
608
  if @api_client.config.debugging
609
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_patch ...'
609
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_patch ...'
610
610
  end
611
611
  # verify the required parameter 'datacenter_id' is set
612
612
  if @api_client.config.client_side_validation && datacenter_id.nil?
613
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_patch"
613
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_patch"
614
614
  end
615
615
  # verify the required parameter 'lan_id' is set
616
616
  if @api_client.config.client_side_validation && lan_id.nil?
617
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_patch"
617
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_patch"
618
618
  end
619
619
  # verify the required parameter 'lan' is set
620
620
  if @api_client.config.client_side_validation && lan.nil?
621
- fail ArgumentError, "Missing the required parameter 'lan' when calling LanApi.datacenters_lans_patch"
621
+ fail ArgumentError, "Missing the required parameter 'lan' when calling LansApi.datacenters_lans_patch"
622
622
  end
623
623
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
624
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_patch, must be smaller than or equal to 10.'
624
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_patch, must be smaller than or equal to 10.'
625
625
  end
626
626
 
627
627
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
628
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_patch, must be greater than or equal to 0.'
628
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_patch, must be greater than or equal to 0.'
629
629
  end
630
630
 
631
631
  # resource path
@@ -657,7 +657,7 @@ module Ionoscloud
657
657
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
658
658
 
659
659
  new_options = opts.merge(
660
- :operation => :"LanApi.datacenters_lans_patch",
660
+ :operation => :"LansApi.datacenters_lans_patch",
661
661
  :header_params => header_params,
662
662
  :query_params => query_params,
663
663
  :form_params => form_params,
@@ -668,19 +668,19 @@ module Ionoscloud
668
668
 
669
669
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
670
670
  if @api_client.config.debugging
671
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
671
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
672
672
  end
673
673
  return data, status_code, headers
674
674
  end
675
675
 
676
676
  # Create a Lan
677
- # Creates a LAN within the datacenter
678
- # @param datacenter_id [String] The unique ID of the datacenter
677
+ # Creates a LAN within the datacenter.
678
+ # @param datacenter_id [String] The unique ID of the data center.
679
679
  # @param lan [LanPost] Lan to be created
680
680
  # @param [Hash] opts the optional parameters
681
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
682
- # @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)
683
- # @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
681
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
682
+ # @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)
683
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
684
684
  # @return [LanPost]
685
685
  def datacenters_lans_post(datacenter_id, lan, opts = {})
686
686
  data, _status_code, _headers = datacenters_lans_post_with_http_info(datacenter_id, lan, opts)
@@ -688,32 +688,32 @@ module Ionoscloud
688
688
  end
689
689
 
690
690
  # Create a Lan
691
- # Creates a LAN within the datacenter
692
- # @param datacenter_id [String] The unique ID of the datacenter
691
+ # Creates a LAN within the datacenter.
692
+ # @param datacenter_id [String] The unique ID of the data center.
693
693
  # @param lan [LanPost] Lan to be created
694
694
  # @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
695
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
696
+ # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
697
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
698
698
  # @return [Array<(LanPost, Integer, Hash)>] LanPost data, response status code and response headers
699
699
  def datacenters_lans_post_with_http_info(datacenter_id, lan, opts = {})
700
700
  if @api_client.config.debugging
701
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_post ...'
701
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_post ...'
702
702
  end
703
703
  # verify the required parameter 'datacenter_id' is set
704
704
  if @api_client.config.client_side_validation && datacenter_id.nil?
705
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_post"
705
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_post"
706
706
  end
707
707
  # verify the required parameter 'lan' is set
708
708
  if @api_client.config.client_side_validation && lan.nil?
709
- fail ArgumentError, "Missing the required parameter 'lan' when calling LanApi.datacenters_lans_post"
709
+ fail ArgumentError, "Missing the required parameter 'lan' when calling LansApi.datacenters_lans_post"
710
710
  end
711
711
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
712
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_post, must be smaller than or equal to 10.'
712
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_post, must be smaller than or equal to 10.'
713
713
  end
714
714
 
715
715
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
716
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_post, must be greater than or equal to 0.'
716
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_post, must be greater than or equal to 0.'
717
717
  end
718
718
 
719
719
  # resource path
@@ -745,7 +745,7 @@ module Ionoscloud
745
745
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
746
746
 
747
747
  new_options = opts.merge(
748
- :operation => :"LanApi.datacenters_lans_post",
748
+ :operation => :"LansApi.datacenters_lans_post",
749
749
  :header_params => header_params,
750
750
  :query_params => query_params,
751
751
  :form_params => form_params,
@@ -756,20 +756,20 @@ module Ionoscloud
756
756
 
757
757
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
758
758
  if @api_client.config.debugging
759
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
759
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
760
760
  end
761
761
  return data, status_code, headers
762
762
  end
763
763
 
764
764
  # Modify a Lan
765
- # You can use update attributes of a resource
766
- # @param datacenter_id [String] The unique ID of the datacenter
765
+ # You can use update attributes of a resource.
766
+ # @param datacenter_id [String] The unique ID of the data center.
767
767
  # @param lan_id [String] The unique ID of the LAN
768
768
  # @param lan [Lan] Modified Lan
769
769
  # @param [Hash] opts the optional parameters
770
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
771
- # @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)
772
- # @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
770
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
771
+ # @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)
772
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
773
773
  # @return [Lan]
774
774
  def datacenters_lans_put(datacenter_id, lan_id, lan, opts = {})
775
775
  data, _status_code, _headers = datacenters_lans_put_with_http_info(datacenter_id, lan_id, lan, opts)
@@ -777,37 +777,37 @@ module Ionoscloud
777
777
  end
778
778
 
779
779
  # Modify a Lan
780
- # You can use update attributes of a resource
781
- # @param datacenter_id [String] The unique ID of the datacenter
780
+ # You can use update attributes of a resource.
781
+ # @param datacenter_id [String] The unique ID of the data center.
782
782
  # @param lan_id [String] The unique ID of the LAN
783
783
  # @param lan [Lan] Modified Lan
784
784
  # @param [Hash] opts the optional parameters
785
- # @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
786
- # @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
787
- # @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
785
+ # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
786
+ # @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
787
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
788
788
  # @return [Array<(Lan, Integer, Hash)>] Lan data, response status code and response headers
789
789
  def datacenters_lans_put_with_http_info(datacenter_id, lan_id, lan, opts = {})
790
790
  if @api_client.config.debugging
791
- @api_client.config.logger.debug 'Calling API: LanApi.datacenters_lans_put ...'
791
+ @api_client.config.logger.debug 'Calling API: LansApi.datacenters_lans_put ...'
792
792
  end
793
793
  # verify the required parameter 'datacenter_id' is set
794
794
  if @api_client.config.client_side_validation && datacenter_id.nil?
795
- fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LanApi.datacenters_lans_put"
795
+ fail ArgumentError, "Missing the required parameter 'datacenter_id' when calling LansApi.datacenters_lans_put"
796
796
  end
797
797
  # verify the required parameter 'lan_id' is set
798
798
  if @api_client.config.client_side_validation && lan_id.nil?
799
- fail ArgumentError, "Missing the required parameter 'lan_id' when calling LanApi.datacenters_lans_put"
799
+ fail ArgumentError, "Missing the required parameter 'lan_id' when calling LansApi.datacenters_lans_put"
800
800
  end
801
801
  # verify the required parameter 'lan' is set
802
802
  if @api_client.config.client_side_validation && lan.nil?
803
- fail ArgumentError, "Missing the required parameter 'lan' when calling LanApi.datacenters_lans_put"
803
+ fail ArgumentError, "Missing the required parameter 'lan' when calling LansApi.datacenters_lans_put"
804
804
  end
805
805
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] > 10
806
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_put, must be smaller than or equal to 10.'
806
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_put, must be smaller than or equal to 10.'
807
807
  end
808
808
 
809
809
  if @api_client.config.client_side_validation && !opts[:'depth'].nil? && opts[:'depth'] < 0
810
- fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LanApi.datacenters_lans_put, must be greater than or equal to 0.'
810
+ fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling LansApi.datacenters_lans_put, must be greater than or equal to 0.'
811
811
  end
812
812
 
813
813
  # resource path
@@ -839,7 +839,7 @@ module Ionoscloud
839
839
  auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
840
840
 
841
841
  new_options = opts.merge(
842
- :operation => :"LanApi.datacenters_lans_put",
842
+ :operation => :"LansApi.datacenters_lans_put",
843
843
  :header_params => header_params,
844
844
  :query_params => query_params,
845
845
  :form_params => form_params,
@@ -850,7 +850,7 @@ module Ionoscloud
850
850
 
851
851
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
852
852
  if @api_client.config.debugging
853
- @api_client.config.logger.debug "API called: LanApi#datacenters_lans_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
853
+ @api_client.config.logger.debug "API called: LansApi#datacenters_lans_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
854
854
  end
855
855
  return data, status_code, headers
856
856
  end