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
@@ -0,0 +1,1586 @@
1
+ # NetworkLoadBalancersApi
2
+
3
+ All URIs are relative to *https://api.ionos.com/cloudapi/v6*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**datacenters_networkloadbalancers_delete**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_delete) | **DELETE** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId} | Remove an Network Load Balancer |
8
+ | [**datacenters_networkloadbalancers_find_by_network_load_balancer_id**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_find_by_network_load_balancer_id) | **GET** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId} | Retrieve an Network Load Balancer |
9
+ | [**datacenters_networkloadbalancers_flowlogs_delete**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_flowlogs_delete) | **DELETE** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId} | Remove Flow Log from Network Load Balancer |
10
+ | [**datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id) | **GET** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId} | Retrieve a Flow Log of the Network Load Balancer |
11
+ | [**datacenters_networkloadbalancers_flowlogs_get**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_flowlogs_get) | **GET** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs | List Network Load Balancer Flow Logs |
12
+ | [**datacenters_networkloadbalancers_flowlogs_patch**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_flowlogs_patch) | **PATCH** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId} | Partially modify a Flow Log of the Network Load Balancer |
13
+ | [**datacenters_networkloadbalancers_flowlogs_post**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_flowlogs_post) | **POST** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs | Add a Network Load Balancer Flow Log |
14
+ | [**datacenters_networkloadbalancers_flowlogs_put**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_flowlogs_put) | **PUT** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId} | Modify a Flow Log of the Network Load Balancer |
15
+ | [**datacenters_networkloadbalancers_forwardingrules_delete**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_forwardingrules_delete) | **DELETE** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId} | Remove Forwarding Rule from Network Load Balancer |
16
+ | [**datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id) | **GET** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId} | Retrieve a Forwarding Rule of the Network Load Balancer |
17
+ | [**datacenters_networkloadbalancers_forwardingrules_get**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_forwardingrules_get) | **GET** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules | List Network Load Balancer Forwarding Rules |
18
+ | [**datacenters_networkloadbalancers_forwardingrules_patch**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_forwardingrules_patch) | **PATCH** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId} | Partially modify a forwarding rule of the Network Load Balancer |
19
+ | [**datacenters_networkloadbalancers_forwardingrules_post**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_forwardingrules_post) | **POST** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules | Add a Network Load Balancer Forwarding Rule |
20
+ | [**datacenters_networkloadbalancers_forwardingrules_put**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_forwardingrules_put) | **PUT** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId} | Modify a forwarding rule of the Network Load Balancer |
21
+ | [**datacenters_networkloadbalancers_get**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_get) | **GET** /datacenters/{datacenterId}/networkloadbalancers | List Network Load Balancers |
22
+ | [**datacenters_networkloadbalancers_patch**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_patch) | **PATCH** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId} | Partially update an Network Load Balancer |
23
+ | [**datacenters_networkloadbalancers_post**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_post) | **POST** /datacenters/{datacenterId}/networkloadbalancers | Create an Network Load Balancer |
24
+ | [**datacenters_networkloadbalancers_put**](NetworkLoadBalancersApi.md#datacenters_networkloadbalancers_put) | **PUT** /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId} | Update an Network Load Balancer |
25
+
26
+
27
+ ## datacenters_networkloadbalancers_delete
28
+
29
+ > datacenters_networkloadbalancers_delete(datacenter_id, network_load_balancer_id, opts)
30
+
31
+ Remove an Network Load Balancer
32
+
33
+ Removes the specified Network Load Balancer.
34
+
35
+ ### Examples
36
+
37
+ ```ruby
38
+ require 'time'
39
+ require 'ionoscloud'
40
+ # setup authorization
41
+ Ionoscloud.configure do |config|
42
+ # Configure HTTP basic authorization: Basic Authentication
43
+ config.username = 'YOUR USERNAME'
44
+ config.password = 'YOUR PASSWORD'
45
+
46
+ # Configure API key authorization: Token Authentication
47
+ config.api_key['Authorization'] = 'YOUR API KEY'
48
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
49
+ # config.api_key_prefix['Authorization'] = 'Bearer'
50
+ end
51
+
52
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
53
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
54
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
55
+ opts = {
56
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
57
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
58
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
59
+ }
60
+
61
+ begin
62
+ # Remove an Network Load Balancer
63
+ api_instance.datacenters_networkloadbalancers_delete(datacenter_id, network_load_balancer_id, opts)
64
+ rescue Ionoscloud::ApiError => e
65
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_delete: #{e}"
66
+ end
67
+ ```
68
+
69
+ #### Using the datacenters_networkloadbalancers_delete_with_http_info variant
70
+
71
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
72
+
73
+ > <Array(nil, Integer, Hash)> datacenters_networkloadbalancers_delete_with_http_info(datacenter_id, network_load_balancer_id, opts)
74
+
75
+ ```ruby
76
+ begin
77
+ # Remove an Network Load Balancer
78
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_delete_with_http_info(datacenter_id, network_load_balancer_id, opts)
79
+ p status_code # => 2xx
80
+ p headers # => { ... }
81
+ p data # => nil
82
+ rescue Ionoscloud::ApiError => e
83
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_delete_with_http_info: #{e}"
84
+ end
85
+ ```
86
+
87
+ ### Parameters
88
+
89
+ | Name | Type | Description | Notes |
90
+ | ---- | ---- | ----------- | ----- |
91
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
92
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
93
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
94
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
95
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
96
+
97
+ ### Return type
98
+
99
+ nil (empty response body)
100
+
101
+ ### Authorization
102
+
103
+ Basic Authentication, Token Authentication
104
+
105
+ ### HTTP request headers
106
+
107
+ - **Content-Type**: Not defined
108
+ - **Accept**: application/json
109
+
110
+
111
+ ## datacenters_networkloadbalancers_find_by_network_load_balancer_id
112
+
113
+ > <NetworkLoadBalancer> datacenters_networkloadbalancers_find_by_network_load_balancer_id(datacenter_id, network_load_balancer_id, opts)
114
+
115
+ Retrieve an Network Load Balancer
116
+
117
+ Retrieves the attributes of a given Network Load Balancer.
118
+
119
+ ### Examples
120
+
121
+ ```ruby
122
+ require 'time'
123
+ require 'ionoscloud'
124
+ # setup authorization
125
+ Ionoscloud.configure do |config|
126
+ # Configure HTTP basic authorization: Basic Authentication
127
+ config.username = 'YOUR USERNAME'
128
+ config.password = 'YOUR PASSWORD'
129
+
130
+ # Configure API key authorization: Token Authentication
131
+ config.api_key['Authorization'] = 'YOUR API KEY'
132
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
133
+ # config.api_key_prefix['Authorization'] = 'Bearer'
134
+ end
135
+
136
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
137
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
138
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
139
+ opts = {
140
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
141
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
142
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
143
+ }
144
+
145
+ begin
146
+ # Retrieve an Network Load Balancer
147
+ result = api_instance.datacenters_networkloadbalancers_find_by_network_load_balancer_id(datacenter_id, network_load_balancer_id, opts)
148
+ p result
149
+ rescue Ionoscloud::ApiError => e
150
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_find_by_network_load_balancer_id: #{e}"
151
+ end
152
+ ```
153
+
154
+ #### Using the datacenters_networkloadbalancers_find_by_network_load_balancer_id_with_http_info variant
155
+
156
+ This returns an Array which contains the response data, status code and headers.
157
+
158
+ > <Array(<NetworkLoadBalancer>, Integer, Hash)> datacenters_networkloadbalancers_find_by_network_load_balancer_id_with_http_info(datacenter_id, network_load_balancer_id, opts)
159
+
160
+ ```ruby
161
+ begin
162
+ # Retrieve an Network Load Balancer
163
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_find_by_network_load_balancer_id_with_http_info(datacenter_id, network_load_balancer_id, opts)
164
+ p status_code # => 2xx
165
+ p headers # => { ... }
166
+ p data # => <NetworkLoadBalancer>
167
+ rescue Ionoscloud::ApiError => e
168
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_find_by_network_load_balancer_id_with_http_info: #{e}"
169
+ end
170
+ ```
171
+
172
+ ### Parameters
173
+
174
+ | Name | Type | Description | Notes |
175
+ | ---- | ---- | ----------- | ----- |
176
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
177
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
178
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
179
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
180
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
181
+
182
+ ### Return type
183
+
184
+ [**NetworkLoadBalancer**](NetworkLoadBalancer.md)
185
+
186
+ ### Authorization
187
+
188
+ Basic Authentication, Token Authentication
189
+
190
+ ### HTTP request headers
191
+
192
+ - **Content-Type**: Not defined
193
+ - **Accept**: application/json
194
+
195
+
196
+ ## datacenters_networkloadbalancers_flowlogs_delete
197
+
198
+ > datacenters_networkloadbalancers_flowlogs_delete(datacenter_id, network_load_balancer_id, flow_log_id, opts)
199
+
200
+ Remove Flow Log from Network Load Balancer
201
+
202
+ This will remove a flow log from the network load balancer.
203
+
204
+ ### Examples
205
+
206
+ ```ruby
207
+ require 'time'
208
+ require 'ionoscloud'
209
+ # setup authorization
210
+ Ionoscloud.configure do |config|
211
+ # Configure HTTP basic authorization: Basic Authentication
212
+ config.username = 'YOUR USERNAME'
213
+ config.password = 'YOUR PASSWORD'
214
+
215
+ # Configure API key authorization: Token Authentication
216
+ config.api_key['Authorization'] = 'YOUR API KEY'
217
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
218
+ # config.api_key_prefix['Authorization'] = 'Bearer'
219
+ end
220
+
221
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
222
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
223
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
224
+ flow_log_id = 'flow_log_id_example' # String | The unique ID of the flow log
225
+ opts = {
226
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
227
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
228
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
229
+ }
230
+
231
+ begin
232
+ # Remove Flow Log from Network Load Balancer
233
+ api_instance.datacenters_networkloadbalancers_flowlogs_delete(datacenter_id, network_load_balancer_id, flow_log_id, opts)
234
+ rescue Ionoscloud::ApiError => e
235
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_delete: #{e}"
236
+ end
237
+ ```
238
+
239
+ #### Using the datacenters_networkloadbalancers_flowlogs_delete_with_http_info variant
240
+
241
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
242
+
243
+ > <Array(nil, Integer, Hash)> datacenters_networkloadbalancers_flowlogs_delete_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, opts)
244
+
245
+ ```ruby
246
+ begin
247
+ # Remove Flow Log from Network Load Balancer
248
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_flowlogs_delete_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, opts)
249
+ p status_code # => 2xx
250
+ p headers # => { ... }
251
+ p data # => nil
252
+ rescue Ionoscloud::ApiError => e
253
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_delete_with_http_info: #{e}"
254
+ end
255
+ ```
256
+
257
+ ### Parameters
258
+
259
+ | Name | Type | Description | Notes |
260
+ | ---- | ---- | ----------- | ----- |
261
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
262
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
263
+ | **flow_log_id** | **String** | The unique ID of the flow log | |
264
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
265
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
266
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
267
+
268
+ ### Return type
269
+
270
+ nil (empty response body)
271
+
272
+ ### Authorization
273
+
274
+ Basic Authentication, Token Authentication
275
+
276
+ ### HTTP request headers
277
+
278
+ - **Content-Type**: Not defined
279
+ - **Accept**: application/json
280
+
281
+
282
+ ## datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id
283
+
284
+ > <FlowLog> datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id(datacenter_id, network_load_balancer_id, flow_log_id, opts)
285
+
286
+ Retrieve a Flow Log of the Network Load Balancer
287
+
288
+ This will return a Flow Log of the Network Load Balancer.
289
+
290
+ ### Examples
291
+
292
+ ```ruby
293
+ require 'time'
294
+ require 'ionoscloud'
295
+ # setup authorization
296
+ Ionoscloud.configure do |config|
297
+ # Configure HTTP basic authorization: Basic Authentication
298
+ config.username = 'YOUR USERNAME'
299
+ config.password = 'YOUR PASSWORD'
300
+
301
+ # Configure API key authorization: Token Authentication
302
+ config.api_key['Authorization'] = 'YOUR API KEY'
303
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
304
+ # config.api_key_prefix['Authorization'] = 'Bearer'
305
+ end
306
+
307
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
308
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
309
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
310
+ flow_log_id = 'flow_log_id_example' # String | The unique ID of the Flow Log
311
+ opts = {
312
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
313
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
314
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
315
+ }
316
+
317
+ begin
318
+ # Retrieve a Flow Log of the Network Load Balancer
319
+ result = api_instance.datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id(datacenter_id, network_load_balancer_id, flow_log_id, opts)
320
+ p result
321
+ rescue Ionoscloud::ApiError => e
322
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id: #{e}"
323
+ end
324
+ ```
325
+
326
+ #### Using the datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id_with_http_info variant
327
+
328
+ This returns an Array which contains the response data, status code and headers.
329
+
330
+ > <Array(<FlowLog>, Integer, Hash)> datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, opts)
331
+
332
+ ```ruby
333
+ begin
334
+ # Retrieve a Flow Log of the Network Load Balancer
335
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, opts)
336
+ p status_code # => 2xx
337
+ p headers # => { ... }
338
+ p data # => <FlowLog>
339
+ rescue Ionoscloud::ApiError => e
340
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_find_by_flow_log_id_with_http_info: #{e}"
341
+ end
342
+ ```
343
+
344
+ ### Parameters
345
+
346
+ | Name | Type | Description | Notes |
347
+ | ---- | ---- | ----------- | ----- |
348
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
349
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
350
+ | **flow_log_id** | **String** | The unique ID of the Flow Log | |
351
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
352
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
353
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
354
+
355
+ ### Return type
356
+
357
+ [**FlowLog**](FlowLog.md)
358
+
359
+ ### Authorization
360
+
361
+ Basic Authentication, Token Authentication
362
+
363
+ ### HTTP request headers
364
+
365
+ - **Content-Type**: Not defined
366
+ - **Accept**: application/json
367
+
368
+
369
+ ## datacenters_networkloadbalancers_flowlogs_get
370
+
371
+ > <FlowLogs> datacenters_networkloadbalancers_flowlogs_get(datacenter_id, network_load_balancer_id, opts)
372
+
373
+ List Network Load Balancer Flow Logs
374
+
375
+ You can retrieve a list of Flow Logs of the Network Load Balancer.
376
+
377
+ ### Examples
378
+
379
+ ```ruby
380
+ require 'time'
381
+ require 'ionoscloud'
382
+ # setup authorization
383
+ Ionoscloud.configure do |config|
384
+ # Configure HTTP basic authorization: Basic Authentication
385
+ config.username = 'YOUR USERNAME'
386
+ config.password = 'YOUR PASSWORD'
387
+
388
+ # Configure API key authorization: Token Authentication
389
+ config.api_key['Authorization'] = 'YOUR API KEY'
390
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
391
+ # config.api_key_prefix['Authorization'] = 'Bearer'
392
+ end
393
+
394
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
395
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
396
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
397
+ opts = {
398
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
399
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
400
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
401
+ }
402
+
403
+ begin
404
+ # List Network Load Balancer Flow Logs
405
+ result = api_instance.datacenters_networkloadbalancers_flowlogs_get(datacenter_id, network_load_balancer_id, opts)
406
+ p result
407
+ rescue Ionoscloud::ApiError => e
408
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_get: #{e}"
409
+ end
410
+ ```
411
+
412
+ #### Using the datacenters_networkloadbalancers_flowlogs_get_with_http_info variant
413
+
414
+ This returns an Array which contains the response data, status code and headers.
415
+
416
+ > <Array(<FlowLogs>, Integer, Hash)> datacenters_networkloadbalancers_flowlogs_get_with_http_info(datacenter_id, network_load_balancer_id, opts)
417
+
418
+ ```ruby
419
+ begin
420
+ # List Network Load Balancer Flow Logs
421
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_flowlogs_get_with_http_info(datacenter_id, network_load_balancer_id, opts)
422
+ p status_code # => 2xx
423
+ p headers # => { ... }
424
+ p data # => <FlowLogs>
425
+ rescue Ionoscloud::ApiError => e
426
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_get_with_http_info: #{e}"
427
+ end
428
+ ```
429
+
430
+ ### Parameters
431
+
432
+ | Name | Type | Description | Notes |
433
+ | ---- | ---- | ----------- | ----- |
434
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
435
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
436
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
437
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
438
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
439
+
440
+ ### Return type
441
+
442
+ [**FlowLogs**](FlowLogs.md)
443
+
444
+ ### Authorization
445
+
446
+ Basic Authentication, Token Authentication
447
+
448
+ ### HTTP request headers
449
+
450
+ - **Content-Type**: Not defined
451
+ - **Accept**: application/json
452
+
453
+
454
+ ## datacenters_networkloadbalancers_flowlogs_patch
455
+
456
+ > <FlowLog> datacenters_networkloadbalancers_flowlogs_patch(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log_properties, opts)
457
+
458
+ Partially modify a Flow Log of the Network Load Balancer
459
+
460
+ You can use to partially update a Flow Log of a Network Load Balancer.
461
+
462
+ ### Examples
463
+
464
+ ```ruby
465
+ require 'time'
466
+ require 'ionoscloud'
467
+ # setup authorization
468
+ Ionoscloud.configure do |config|
469
+ # Configure HTTP basic authorization: Basic Authentication
470
+ config.username = 'YOUR USERNAME'
471
+ config.password = 'YOUR PASSWORD'
472
+
473
+ # Configure API key authorization: Token Authentication
474
+ config.api_key['Authorization'] = 'YOUR API KEY'
475
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
476
+ # config.api_key_prefix['Authorization'] = 'Bearer'
477
+ end
478
+
479
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
480
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
481
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
482
+ flow_log_id = 'flow_log_id_example' # String | The unique ID of the Flow Log
483
+ network_load_balancer_flow_log_properties = Ionoscloud::FlowLogProperties.new({name: 'My resource', action: 'ACCEPTED', direction: 'INGRESS', bucket: 'bucketName/key'}) # FlowLogProperties | Properties of a Flow Log to be updated
484
+ opts = {
485
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
486
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
487
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
488
+ }
489
+
490
+ begin
491
+ # Partially modify a Flow Log of the Network Load Balancer
492
+ result = api_instance.datacenters_networkloadbalancers_flowlogs_patch(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log_properties, opts)
493
+ p result
494
+ rescue Ionoscloud::ApiError => e
495
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_patch: #{e}"
496
+ end
497
+ ```
498
+
499
+ #### Using the datacenters_networkloadbalancers_flowlogs_patch_with_http_info variant
500
+
501
+ This returns an Array which contains the response data, status code and headers.
502
+
503
+ > <Array(<FlowLog>, Integer, Hash)> datacenters_networkloadbalancers_flowlogs_patch_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log_properties, opts)
504
+
505
+ ```ruby
506
+ begin
507
+ # Partially modify a Flow Log of the Network Load Balancer
508
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_flowlogs_patch_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log_properties, opts)
509
+ p status_code # => 2xx
510
+ p headers # => { ... }
511
+ p data # => <FlowLog>
512
+ rescue Ionoscloud::ApiError => e
513
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_patch_with_http_info: #{e}"
514
+ end
515
+ ```
516
+
517
+ ### Parameters
518
+
519
+ | Name | Type | Description | Notes |
520
+ | ---- | ---- | ----------- | ----- |
521
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
522
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
523
+ | **flow_log_id** | **String** | The unique ID of the Flow Log | |
524
+ | **network_load_balancer_flow_log_properties** | [**FlowLogProperties**](FlowLogProperties.md) | Properties of a Flow Log to be updated | |
525
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
526
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
527
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
528
+
529
+ ### Return type
530
+
531
+ [**FlowLog**](FlowLog.md)
532
+
533
+ ### Authorization
534
+
535
+ Basic Authentication, Token Authentication
536
+
537
+ ### HTTP request headers
538
+
539
+ - **Content-Type**: Not defined
540
+ - **Accept**: application/json
541
+
542
+
543
+ ## datacenters_networkloadbalancers_flowlogs_post
544
+
545
+ > <FlowLog> datacenters_networkloadbalancers_flowlogs_post(datacenter_id, network_load_balancer_id, network_load_balancer_flow_log, opts)
546
+
547
+ Add a Network Load Balancer Flow Log
548
+
549
+ This will add a new Flow Log to the Network Load Balancer.
550
+
551
+ ### Examples
552
+
553
+ ```ruby
554
+ require 'time'
555
+ require 'ionoscloud'
556
+ # setup authorization
557
+ Ionoscloud.configure do |config|
558
+ # Configure HTTP basic authorization: Basic Authentication
559
+ config.username = 'YOUR USERNAME'
560
+ config.password = 'YOUR PASSWORD'
561
+
562
+ # Configure API key authorization: Token Authentication
563
+ config.api_key['Authorization'] = 'YOUR API KEY'
564
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
565
+ # config.api_key_prefix['Authorization'] = 'Bearer'
566
+ end
567
+
568
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
569
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
570
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
571
+ network_load_balancer_flow_log = Ionoscloud::FlowLog.new({properties: Ionoscloud::FlowLogProperties.new({name: 'My resource', action: 'ACCEPTED', direction: 'INGRESS', bucket: 'bucketName/key'})}) # FlowLog | Flow Log to add
572
+ opts = {
573
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
574
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
575
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
576
+ }
577
+
578
+ begin
579
+ # Add a Network Load Balancer Flow Log
580
+ result = api_instance.datacenters_networkloadbalancers_flowlogs_post(datacenter_id, network_load_balancer_id, network_load_balancer_flow_log, opts)
581
+ p result
582
+ rescue Ionoscloud::ApiError => e
583
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_post: #{e}"
584
+ end
585
+ ```
586
+
587
+ #### Using the datacenters_networkloadbalancers_flowlogs_post_with_http_info variant
588
+
589
+ This returns an Array which contains the response data, status code and headers.
590
+
591
+ > <Array(<FlowLog>, Integer, Hash)> datacenters_networkloadbalancers_flowlogs_post_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer_flow_log, opts)
592
+
593
+ ```ruby
594
+ begin
595
+ # Add a Network Load Balancer Flow Log
596
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_flowlogs_post_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer_flow_log, opts)
597
+ p status_code # => 2xx
598
+ p headers # => { ... }
599
+ p data # => <FlowLog>
600
+ rescue Ionoscloud::ApiError => e
601
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_post_with_http_info: #{e}"
602
+ end
603
+ ```
604
+
605
+ ### Parameters
606
+
607
+ | Name | Type | Description | Notes |
608
+ | ---- | ---- | ----------- | ----- |
609
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
610
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
611
+ | **network_load_balancer_flow_log** | [**FlowLog**](FlowLog.md) | Flow Log to add | |
612
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
613
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
614
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
615
+
616
+ ### Return type
617
+
618
+ [**FlowLog**](FlowLog.md)
619
+
620
+ ### Authorization
621
+
622
+ Basic Authentication, Token Authentication
623
+
624
+ ### HTTP request headers
625
+
626
+ - **Content-Type**: application/json
627
+ - **Accept**: application/json
628
+
629
+
630
+ ## datacenters_networkloadbalancers_flowlogs_put
631
+
632
+ > <FlowLog> datacenters_networkloadbalancers_flowlogs_put(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log, opts)
633
+
634
+ Modify a Flow Log of the Network Load Balancer
635
+
636
+ You can use to update a Flow Log of the Network Load Balancer.
637
+
638
+ ### Examples
639
+
640
+ ```ruby
641
+ require 'time'
642
+ require 'ionoscloud'
643
+ # setup authorization
644
+ Ionoscloud.configure do |config|
645
+ # Configure HTTP basic authorization: Basic Authentication
646
+ config.username = 'YOUR USERNAME'
647
+ config.password = 'YOUR PASSWORD'
648
+
649
+ # Configure API key authorization: Token Authentication
650
+ config.api_key['Authorization'] = 'YOUR API KEY'
651
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
652
+ # config.api_key_prefix['Authorization'] = 'Bearer'
653
+ end
654
+
655
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
656
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
657
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
658
+ flow_log_id = 'flow_log_id_example' # String | The unique ID of the Flow Log
659
+ network_load_balancer_flow_log = Ionoscloud::FlowLogPut.new({properties: Ionoscloud::FlowLogProperties.new({name: 'My resource', action: 'ACCEPTED', direction: 'INGRESS', bucket: 'bucketName/key'})}) # FlowLogPut | Modified Network Load Balancer Flow Log
660
+ opts = {
661
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
662
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
663
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
664
+ }
665
+
666
+ begin
667
+ # Modify a Flow Log of the Network Load Balancer
668
+ result = api_instance.datacenters_networkloadbalancers_flowlogs_put(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log, opts)
669
+ p result
670
+ rescue Ionoscloud::ApiError => e
671
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_put: #{e}"
672
+ end
673
+ ```
674
+
675
+ #### Using the datacenters_networkloadbalancers_flowlogs_put_with_http_info variant
676
+
677
+ This returns an Array which contains the response data, status code and headers.
678
+
679
+ > <Array(<FlowLog>, Integer, Hash)> datacenters_networkloadbalancers_flowlogs_put_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log, opts)
680
+
681
+ ```ruby
682
+ begin
683
+ # Modify a Flow Log of the Network Load Balancer
684
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_flowlogs_put_with_http_info(datacenter_id, network_load_balancer_id, flow_log_id, network_load_balancer_flow_log, opts)
685
+ p status_code # => 2xx
686
+ p headers # => { ... }
687
+ p data # => <FlowLog>
688
+ rescue Ionoscloud::ApiError => e
689
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_flowlogs_put_with_http_info: #{e}"
690
+ end
691
+ ```
692
+
693
+ ### Parameters
694
+
695
+ | Name | Type | Description | Notes |
696
+ | ---- | ---- | ----------- | ----- |
697
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
698
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
699
+ | **flow_log_id** | **String** | The unique ID of the Flow Log | |
700
+ | **network_load_balancer_flow_log** | [**FlowLogPut**](FlowLogPut.md) | Modified Network Load Balancer Flow Log | |
701
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
702
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
703
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
704
+
705
+ ### Return type
706
+
707
+ [**FlowLog**](FlowLog.md)
708
+
709
+ ### Authorization
710
+
711
+ Basic Authentication, Token Authentication
712
+
713
+ ### HTTP request headers
714
+
715
+ - **Content-Type**: application/json
716
+ - **Accept**: application/json
717
+
718
+
719
+ ## datacenters_networkloadbalancers_forwardingrules_delete
720
+
721
+ > datacenters_networkloadbalancers_forwardingrules_delete(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
722
+
723
+ Remove Forwarding Rule from Network Load Balancer
724
+
725
+ This will remove a forwarding rule from the Network Load Balancer.
726
+
727
+ ### Examples
728
+
729
+ ```ruby
730
+ require 'time'
731
+ require 'ionoscloud'
732
+ # setup authorization
733
+ Ionoscloud.configure do |config|
734
+ # Configure HTTP basic authorization: Basic Authentication
735
+ config.username = 'YOUR USERNAME'
736
+ config.password = 'YOUR PASSWORD'
737
+
738
+ # Configure API key authorization: Token Authentication
739
+ config.api_key['Authorization'] = 'YOUR API KEY'
740
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
741
+ # config.api_key_prefix['Authorization'] = 'Bearer'
742
+ end
743
+
744
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
745
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
746
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
747
+ forwarding_rule_id = 'forwarding_rule_id_example' # String | The unique ID of the forwarding rule
748
+ opts = {
749
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
750
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
751
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
752
+ }
753
+
754
+ begin
755
+ # Remove Forwarding Rule from Network Load Balancer
756
+ api_instance.datacenters_networkloadbalancers_forwardingrules_delete(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
757
+ rescue Ionoscloud::ApiError => e
758
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_delete: #{e}"
759
+ end
760
+ ```
761
+
762
+ #### Using the datacenters_networkloadbalancers_forwardingrules_delete_with_http_info variant
763
+
764
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
765
+
766
+ > <Array(nil, Integer, Hash)> datacenters_networkloadbalancers_forwardingrules_delete_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
767
+
768
+ ```ruby
769
+ begin
770
+ # Remove Forwarding Rule from Network Load Balancer
771
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_forwardingrules_delete_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
772
+ p status_code # => 2xx
773
+ p headers # => { ... }
774
+ p data # => nil
775
+ rescue Ionoscloud::ApiError => e
776
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_delete_with_http_info: #{e}"
777
+ end
778
+ ```
779
+
780
+ ### Parameters
781
+
782
+ | Name | Type | Description | Notes |
783
+ | ---- | ---- | ----------- | ----- |
784
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
785
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
786
+ | **forwarding_rule_id** | **String** | The unique ID of the forwarding rule | |
787
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
788
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
789
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
790
+
791
+ ### Return type
792
+
793
+ nil (empty response body)
794
+
795
+ ### Authorization
796
+
797
+ Basic Authentication, Token Authentication
798
+
799
+ ### HTTP request headers
800
+
801
+ - **Content-Type**: Not defined
802
+ - **Accept**: application/json
803
+
804
+
805
+ ## datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id
806
+
807
+ > <NetworkLoadBalancerForwardingRule> datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
808
+
809
+ Retrieve a Forwarding Rule of the Network Load Balancer
810
+
811
+ This will a forwarding rule of the Network Load Balancer.
812
+
813
+ ### Examples
814
+
815
+ ```ruby
816
+ require 'time'
817
+ require 'ionoscloud'
818
+ # setup authorization
819
+ Ionoscloud.configure do |config|
820
+ # Configure HTTP basic authorization: Basic Authentication
821
+ config.username = 'YOUR USERNAME'
822
+ config.password = 'YOUR PASSWORD'
823
+
824
+ # Configure API key authorization: Token Authentication
825
+ config.api_key['Authorization'] = 'YOUR API KEY'
826
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
827
+ # config.api_key_prefix['Authorization'] = 'Bearer'
828
+ end
829
+
830
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
831
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
832
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
833
+ forwarding_rule_id = 'forwarding_rule_id_example' # String | The unique ID of the forwarding rule
834
+ opts = {
835
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
836
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
837
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
838
+ }
839
+
840
+ begin
841
+ # Retrieve a Forwarding Rule of the Network Load Balancer
842
+ result = api_instance.datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
843
+ p result
844
+ rescue Ionoscloud::ApiError => e
845
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id: #{e}"
846
+ end
847
+ ```
848
+
849
+ #### Using the datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id_with_http_info variant
850
+
851
+ This returns an Array which contains the response data, status code and headers.
852
+
853
+ > <Array(<NetworkLoadBalancerForwardingRule>, Integer, Hash)> datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
854
+
855
+ ```ruby
856
+ begin
857
+ # Retrieve a Forwarding Rule of the Network Load Balancer
858
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, opts)
859
+ p status_code # => 2xx
860
+ p headers # => { ... }
861
+ p data # => <NetworkLoadBalancerForwardingRule>
862
+ rescue Ionoscloud::ApiError => e
863
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_find_by_forwarding_rule_id_with_http_info: #{e}"
864
+ end
865
+ ```
866
+
867
+ ### Parameters
868
+
869
+ | Name | Type | Description | Notes |
870
+ | ---- | ---- | ----------- | ----- |
871
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
872
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
873
+ | **forwarding_rule_id** | **String** | The unique ID of the forwarding rule | |
874
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
875
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
876
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
877
+
878
+ ### Return type
879
+
880
+ [**NetworkLoadBalancerForwardingRule**](NetworkLoadBalancerForwardingRule.md)
881
+
882
+ ### Authorization
883
+
884
+ Basic Authentication, Token Authentication
885
+
886
+ ### HTTP request headers
887
+
888
+ - **Content-Type**: Not defined
889
+ - **Accept**: application/json
890
+
891
+
892
+ ## datacenters_networkloadbalancers_forwardingrules_get
893
+
894
+ > <NetworkLoadBalancerForwardingRules> datacenters_networkloadbalancers_forwardingrules_get(datacenter_id, network_load_balancer_id, opts)
895
+
896
+ List Network Load Balancer Forwarding Rules
897
+
898
+ You can retrieve a list of forwarding rules of the Network Load Balancer.
899
+
900
+ ### Examples
901
+
902
+ ```ruby
903
+ require 'time'
904
+ require 'ionoscloud'
905
+ # setup authorization
906
+ Ionoscloud.configure do |config|
907
+ # Configure HTTP basic authorization: Basic Authentication
908
+ config.username = 'YOUR USERNAME'
909
+ config.password = 'YOUR PASSWORD'
910
+
911
+ # Configure API key authorization: Token Authentication
912
+ config.api_key['Authorization'] = 'YOUR API KEY'
913
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
914
+ # config.api_key_prefix['Authorization'] = 'Bearer'
915
+ end
916
+
917
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
918
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
919
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
920
+ opts = {
921
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
922
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
923
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
924
+ }
925
+
926
+ begin
927
+ # List Network Load Balancer Forwarding Rules
928
+ result = api_instance.datacenters_networkloadbalancers_forwardingrules_get(datacenter_id, network_load_balancer_id, opts)
929
+ p result
930
+ rescue Ionoscloud::ApiError => e
931
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_get: #{e}"
932
+ end
933
+ ```
934
+
935
+ #### Using the datacenters_networkloadbalancers_forwardingrules_get_with_http_info variant
936
+
937
+ This returns an Array which contains the response data, status code and headers.
938
+
939
+ > <Array(<NetworkLoadBalancerForwardingRules>, Integer, Hash)> datacenters_networkloadbalancers_forwardingrules_get_with_http_info(datacenter_id, network_load_balancer_id, opts)
940
+
941
+ ```ruby
942
+ begin
943
+ # List Network Load Balancer Forwarding Rules
944
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_forwardingrules_get_with_http_info(datacenter_id, network_load_balancer_id, opts)
945
+ p status_code # => 2xx
946
+ p headers # => { ... }
947
+ p data # => <NetworkLoadBalancerForwardingRules>
948
+ rescue Ionoscloud::ApiError => e
949
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_get_with_http_info: #{e}"
950
+ end
951
+ ```
952
+
953
+ ### Parameters
954
+
955
+ | Name | Type | Description | Notes |
956
+ | ---- | ---- | ----------- | ----- |
957
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
958
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
959
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
960
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
961
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
962
+
963
+ ### Return type
964
+
965
+ [**NetworkLoadBalancerForwardingRules**](NetworkLoadBalancerForwardingRules.md)
966
+
967
+ ### Authorization
968
+
969
+ Basic Authentication, Token Authentication
970
+
971
+ ### HTTP request headers
972
+
973
+ - **Content-Type**: Not defined
974
+ - **Accept**: application/json
975
+
976
+
977
+ ## datacenters_networkloadbalancers_forwardingrules_patch
978
+
979
+ > <NetworkLoadBalancerForwardingRule> datacenters_networkloadbalancers_forwardingrules_patch(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule_properties, opts)
980
+
981
+ Partially modify a forwarding rule of the Network Load Balancer
982
+
983
+ You can use to partially update a forwarding rule of a Network Load Balancer.
984
+
985
+ ### Examples
986
+
987
+ ```ruby
988
+ require 'time'
989
+ require 'ionoscloud'
990
+ # setup authorization
991
+ Ionoscloud.configure do |config|
992
+ # Configure HTTP basic authorization: Basic Authentication
993
+ config.username = 'YOUR USERNAME'
994
+ config.password = 'YOUR PASSWORD'
995
+
996
+ # Configure API key authorization: Token Authentication
997
+ config.api_key['Authorization'] = 'YOUR API KEY'
998
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
999
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1000
+ end
1001
+
1002
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1003
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1004
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
1005
+ forwarding_rule_id = 'forwarding_rule_id_example' # String | The unique ID of the forwarding rule
1006
+ network_load_balancer_forwarding_rule_properties = Ionoscloud::NetworkLoadBalancerForwardingRuleProperties.new({name: 'My Network Load Balancer forwarding rule', algorithm: 'ROUND_ROBIN', protocol: 'HTTP', listener_ip: '81.173.1.2', listener_port: 8080, targets: [Ionoscloud::NetworkLoadBalancerForwardingRuleTarget.new({ip: '22.231.2.2', port: 8080, weight: 123})]}) # NetworkLoadBalancerForwardingRuleProperties | Properties of a forwarding rule to be updated
1007
+ opts = {
1008
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1009
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1010
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1011
+ }
1012
+
1013
+ begin
1014
+ # Partially modify a forwarding rule of the Network Load Balancer
1015
+ result = api_instance.datacenters_networkloadbalancers_forwardingrules_patch(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule_properties, opts)
1016
+ p result
1017
+ rescue Ionoscloud::ApiError => e
1018
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_patch: #{e}"
1019
+ end
1020
+ ```
1021
+
1022
+ #### Using the datacenters_networkloadbalancers_forwardingrules_patch_with_http_info variant
1023
+
1024
+ This returns an Array which contains the response data, status code and headers.
1025
+
1026
+ > <Array(<NetworkLoadBalancerForwardingRule>, Integer, Hash)> datacenters_networkloadbalancers_forwardingrules_patch_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule_properties, opts)
1027
+
1028
+ ```ruby
1029
+ begin
1030
+ # Partially modify a forwarding rule of the Network Load Balancer
1031
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_forwardingrules_patch_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule_properties, opts)
1032
+ p status_code # => 2xx
1033
+ p headers # => { ... }
1034
+ p data # => <NetworkLoadBalancerForwardingRule>
1035
+ rescue Ionoscloud::ApiError => e
1036
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_patch_with_http_info: #{e}"
1037
+ end
1038
+ ```
1039
+
1040
+ ### Parameters
1041
+
1042
+ | Name | Type | Description | Notes |
1043
+ | ---- | ---- | ----------- | ----- |
1044
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1045
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
1046
+ | **forwarding_rule_id** | **String** | The unique ID of the forwarding rule | |
1047
+ | **network_load_balancer_forwarding_rule_properties** | [**NetworkLoadBalancerForwardingRuleProperties**](NetworkLoadBalancerForwardingRuleProperties.md) | Properties of a forwarding rule to be updated | |
1048
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1049
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1050
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1051
+
1052
+ ### Return type
1053
+
1054
+ [**NetworkLoadBalancerForwardingRule**](NetworkLoadBalancerForwardingRule.md)
1055
+
1056
+ ### Authorization
1057
+
1058
+ Basic Authentication, Token Authentication
1059
+
1060
+ ### HTTP request headers
1061
+
1062
+ - **Content-Type**: Not defined
1063
+ - **Accept**: application/json
1064
+
1065
+
1066
+ ## datacenters_networkloadbalancers_forwardingrules_post
1067
+
1068
+ > <NetworkLoadBalancerForwardingRule> datacenters_networkloadbalancers_forwardingrules_post(datacenter_id, network_load_balancer_id, network_load_balancer_forwarding_rule, opts)
1069
+
1070
+ Add a Network Load Balancer Forwarding Rule
1071
+
1072
+ This will add a new forwarding rule to the Network Load Balancer.
1073
+
1074
+ ### Examples
1075
+
1076
+ ```ruby
1077
+ require 'time'
1078
+ require 'ionoscloud'
1079
+ # setup authorization
1080
+ Ionoscloud.configure do |config|
1081
+ # Configure HTTP basic authorization: Basic Authentication
1082
+ config.username = 'YOUR USERNAME'
1083
+ config.password = 'YOUR PASSWORD'
1084
+
1085
+ # Configure API key authorization: Token Authentication
1086
+ config.api_key['Authorization'] = 'YOUR API KEY'
1087
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1088
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1089
+ end
1090
+
1091
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1092
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1093
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
1094
+ network_load_balancer_forwarding_rule = Ionoscloud::NetworkLoadBalancerForwardingRule.new({properties: Ionoscloud::NetworkLoadBalancerForwardingRuleProperties.new({name: 'My Network Load Balancer forwarding rule', algorithm: 'ROUND_ROBIN', protocol: 'HTTP', listener_ip: '81.173.1.2', listener_port: 8080, targets: [Ionoscloud::NetworkLoadBalancerForwardingRuleTarget.new({ip: '22.231.2.2', port: 8080, weight: 123})]})}) # NetworkLoadBalancerForwardingRule | forwarding rule to add
1095
+ opts = {
1096
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1097
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1098
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1099
+ }
1100
+
1101
+ begin
1102
+ # Add a Network Load Balancer Forwarding Rule
1103
+ result = api_instance.datacenters_networkloadbalancers_forwardingrules_post(datacenter_id, network_load_balancer_id, network_load_balancer_forwarding_rule, opts)
1104
+ p result
1105
+ rescue Ionoscloud::ApiError => e
1106
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_post: #{e}"
1107
+ end
1108
+ ```
1109
+
1110
+ #### Using the datacenters_networkloadbalancers_forwardingrules_post_with_http_info variant
1111
+
1112
+ This returns an Array which contains the response data, status code and headers.
1113
+
1114
+ > <Array(<NetworkLoadBalancerForwardingRule>, Integer, Hash)> datacenters_networkloadbalancers_forwardingrules_post_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer_forwarding_rule, opts)
1115
+
1116
+ ```ruby
1117
+ begin
1118
+ # Add a Network Load Balancer Forwarding Rule
1119
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_forwardingrules_post_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer_forwarding_rule, opts)
1120
+ p status_code # => 2xx
1121
+ p headers # => { ... }
1122
+ p data # => <NetworkLoadBalancerForwardingRule>
1123
+ rescue Ionoscloud::ApiError => e
1124
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_post_with_http_info: #{e}"
1125
+ end
1126
+ ```
1127
+
1128
+ ### Parameters
1129
+
1130
+ | Name | Type | Description | Notes |
1131
+ | ---- | ---- | ----------- | ----- |
1132
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1133
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
1134
+ | **network_load_balancer_forwarding_rule** | [**NetworkLoadBalancerForwardingRule**](NetworkLoadBalancerForwardingRule.md) | forwarding rule to add | |
1135
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1136
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1137
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1138
+
1139
+ ### Return type
1140
+
1141
+ [**NetworkLoadBalancerForwardingRule**](NetworkLoadBalancerForwardingRule.md)
1142
+
1143
+ ### Authorization
1144
+
1145
+ Basic Authentication, Token Authentication
1146
+
1147
+ ### HTTP request headers
1148
+
1149
+ - **Content-Type**: application/json
1150
+ - **Accept**: application/json
1151
+
1152
+
1153
+ ## datacenters_networkloadbalancers_forwardingrules_put
1154
+
1155
+ > <NetworkLoadBalancerForwardingRule> datacenters_networkloadbalancers_forwardingrules_put(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule, opts)
1156
+
1157
+ Modify a forwarding rule of the Network Load Balancer
1158
+
1159
+ You can use to update a forwarding rule of the Network Load Balancer.
1160
+
1161
+ ### Examples
1162
+
1163
+ ```ruby
1164
+ require 'time'
1165
+ require 'ionoscloud'
1166
+ # setup authorization
1167
+ Ionoscloud.configure do |config|
1168
+ # Configure HTTP basic authorization: Basic Authentication
1169
+ config.username = 'YOUR USERNAME'
1170
+ config.password = 'YOUR PASSWORD'
1171
+
1172
+ # Configure API key authorization: Token Authentication
1173
+ config.api_key['Authorization'] = 'YOUR API KEY'
1174
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1175
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1176
+ end
1177
+
1178
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1179
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1180
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
1181
+ forwarding_rule_id = 'forwarding_rule_id_example' # String | The unique ID of the forwarding rule
1182
+ network_load_balancer_forwarding_rule = Ionoscloud::NetworkLoadBalancerForwardingRulePut.new({properties: Ionoscloud::NetworkLoadBalancerForwardingRuleProperties.new({name: 'My Network Load Balancer forwarding rule', algorithm: 'ROUND_ROBIN', protocol: 'HTTP', listener_ip: '81.173.1.2', listener_port: 8080, targets: [Ionoscloud::NetworkLoadBalancerForwardingRuleTarget.new({ip: '22.231.2.2', port: 8080, weight: 123})]})}) # NetworkLoadBalancerForwardingRulePut | Modified Network Load Balancer Forwarding Rule
1183
+ opts = {
1184
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1185
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1186
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1187
+ }
1188
+
1189
+ begin
1190
+ # Modify a forwarding rule of the Network Load Balancer
1191
+ result = api_instance.datacenters_networkloadbalancers_forwardingrules_put(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule, opts)
1192
+ p result
1193
+ rescue Ionoscloud::ApiError => e
1194
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_put: #{e}"
1195
+ end
1196
+ ```
1197
+
1198
+ #### Using the datacenters_networkloadbalancers_forwardingrules_put_with_http_info variant
1199
+
1200
+ This returns an Array which contains the response data, status code and headers.
1201
+
1202
+ > <Array(<NetworkLoadBalancerForwardingRule>, Integer, Hash)> datacenters_networkloadbalancers_forwardingrules_put_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule, opts)
1203
+
1204
+ ```ruby
1205
+ begin
1206
+ # Modify a forwarding rule of the Network Load Balancer
1207
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_forwardingrules_put_with_http_info(datacenter_id, network_load_balancer_id, forwarding_rule_id, network_load_balancer_forwarding_rule, opts)
1208
+ p status_code # => 2xx
1209
+ p headers # => { ... }
1210
+ p data # => <NetworkLoadBalancerForwardingRule>
1211
+ rescue Ionoscloud::ApiError => e
1212
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_forwardingrules_put_with_http_info: #{e}"
1213
+ end
1214
+ ```
1215
+
1216
+ ### Parameters
1217
+
1218
+ | Name | Type | Description | Notes |
1219
+ | ---- | ---- | ----------- | ----- |
1220
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1221
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
1222
+ | **forwarding_rule_id** | **String** | The unique ID of the forwarding rule | |
1223
+ | **network_load_balancer_forwarding_rule** | [**NetworkLoadBalancerForwardingRulePut**](NetworkLoadBalancerForwardingRulePut.md) | Modified Network Load Balancer Forwarding Rule | |
1224
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1225
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1226
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1227
+
1228
+ ### Return type
1229
+
1230
+ [**NetworkLoadBalancerForwardingRule**](NetworkLoadBalancerForwardingRule.md)
1231
+
1232
+ ### Authorization
1233
+
1234
+ Basic Authentication, Token Authentication
1235
+
1236
+ ### HTTP request headers
1237
+
1238
+ - **Content-Type**: application/json
1239
+ - **Accept**: application/json
1240
+
1241
+
1242
+ ## datacenters_networkloadbalancers_get
1243
+
1244
+ > <NetworkLoadBalancers> datacenters_networkloadbalancers_get(datacenter_id, opts)
1245
+
1246
+ List Network Load Balancers
1247
+
1248
+ Retrieve a list of Network Load Balancers within the datacenter.
1249
+
1250
+ ### Examples
1251
+
1252
+ ```ruby
1253
+ require 'time'
1254
+ require 'ionoscloud'
1255
+ # setup authorization
1256
+ Ionoscloud.configure do |config|
1257
+ # Configure HTTP basic authorization: Basic Authentication
1258
+ config.username = 'YOUR USERNAME'
1259
+ config.password = 'YOUR PASSWORD'
1260
+
1261
+ # Configure API key authorization: Token Authentication
1262
+ config.api_key['Authorization'] = 'YOUR API KEY'
1263
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1264
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1265
+ end
1266
+
1267
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1268
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1269
+ opts = {
1270
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1271
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1272
+ x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1273
+ offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (use together with limit for pagination).
1274
+ limit: 56 # Integer | The maximum number of elements to return (use together with offset for pagination).
1275
+ }
1276
+
1277
+ begin
1278
+ # List Network Load Balancers
1279
+ result = api_instance.datacenters_networkloadbalancers_get(datacenter_id, opts)
1280
+ p result
1281
+ rescue Ionoscloud::ApiError => e
1282
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_get: #{e}"
1283
+ end
1284
+ ```
1285
+
1286
+ #### Using the datacenters_networkloadbalancers_get_with_http_info variant
1287
+
1288
+ This returns an Array which contains the response data, status code and headers.
1289
+
1290
+ > <Array(<NetworkLoadBalancers>, Integer, Hash)> datacenters_networkloadbalancers_get_with_http_info(datacenter_id, opts)
1291
+
1292
+ ```ruby
1293
+ begin
1294
+ # List Network Load Balancers
1295
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_get_with_http_info(datacenter_id, opts)
1296
+ p status_code # => 2xx
1297
+ p headers # => { ... }
1298
+ p data # => <NetworkLoadBalancers>
1299
+ rescue Ionoscloud::ApiError => e
1300
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_get_with_http_info: #{e}"
1301
+ end
1302
+ ```
1303
+
1304
+ ### Parameters
1305
+
1306
+ | Name | Type | Description | Notes |
1307
+ | ---- | ---- | ----------- | ----- |
1308
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1309
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1310
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1311
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1312
+ | **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (use together with limit for pagination). | [optional][default to 0] |
1313
+ | **limit** | **Integer** | The maximum number of elements to return (use together with offset for pagination). | [optional][default to 1000] |
1314
+
1315
+ ### Return type
1316
+
1317
+ [**NetworkLoadBalancers**](NetworkLoadBalancers.md)
1318
+
1319
+ ### Authorization
1320
+
1321
+ Basic Authentication, Token Authentication
1322
+
1323
+ ### HTTP request headers
1324
+
1325
+ - **Content-Type**: Not defined
1326
+ - **Accept**: application/json
1327
+
1328
+
1329
+ ## datacenters_networkloadbalancers_patch
1330
+
1331
+ > <NetworkLoadBalancer> datacenters_networkloadbalancers_patch(datacenter_id, network_load_balancer_id, network_load_balancer_properties, opts)
1332
+
1333
+ Partially update an Network Load Balancer
1334
+
1335
+ Partially update the attributes of a given Network Load Balancer
1336
+
1337
+ ### Examples
1338
+
1339
+ ```ruby
1340
+ require 'time'
1341
+ require 'ionoscloud'
1342
+ # setup authorization
1343
+ Ionoscloud.configure do |config|
1344
+ # Configure HTTP basic authorization: Basic Authentication
1345
+ config.username = 'YOUR USERNAME'
1346
+ config.password = 'YOUR PASSWORD'
1347
+
1348
+ # Configure API key authorization: Token Authentication
1349
+ config.api_key['Authorization'] = 'YOUR API KEY'
1350
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1351
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1352
+ end
1353
+
1354
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1355
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1356
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
1357
+ network_load_balancer_properties = Ionoscloud::NetworkLoadBalancerProperties.new({name: 'My Network Load Balancer', listener_lan: 1, target_lan: 2}) # NetworkLoadBalancerProperties | Network Load Balancer properties to be updated
1358
+ opts = {
1359
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1360
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1361
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1362
+ }
1363
+
1364
+ begin
1365
+ # Partially update an Network Load Balancer
1366
+ result = api_instance.datacenters_networkloadbalancers_patch(datacenter_id, network_load_balancer_id, network_load_balancer_properties, opts)
1367
+ p result
1368
+ rescue Ionoscloud::ApiError => e
1369
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_patch: #{e}"
1370
+ end
1371
+ ```
1372
+
1373
+ #### Using the datacenters_networkloadbalancers_patch_with_http_info variant
1374
+
1375
+ This returns an Array which contains the response data, status code and headers.
1376
+
1377
+ > <Array(<NetworkLoadBalancer>, Integer, Hash)> datacenters_networkloadbalancers_patch_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer_properties, opts)
1378
+
1379
+ ```ruby
1380
+ begin
1381
+ # Partially update an Network Load Balancer
1382
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_patch_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer_properties, opts)
1383
+ p status_code # => 2xx
1384
+ p headers # => { ... }
1385
+ p data # => <NetworkLoadBalancer>
1386
+ rescue Ionoscloud::ApiError => e
1387
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_patch_with_http_info: #{e}"
1388
+ end
1389
+ ```
1390
+
1391
+ ### Parameters
1392
+
1393
+ | Name | Type | Description | Notes |
1394
+ | ---- | ---- | ----------- | ----- |
1395
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1396
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
1397
+ | **network_load_balancer_properties** | [**NetworkLoadBalancerProperties**](NetworkLoadBalancerProperties.md) | Network Load Balancer properties to be updated | |
1398
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1399
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1400
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1401
+
1402
+ ### Return type
1403
+
1404
+ [**NetworkLoadBalancer**](NetworkLoadBalancer.md)
1405
+
1406
+ ### Authorization
1407
+
1408
+ Basic Authentication, Token Authentication
1409
+
1410
+ ### HTTP request headers
1411
+
1412
+ - **Content-Type**: Not defined
1413
+ - **Accept**: application/json
1414
+
1415
+
1416
+ ## datacenters_networkloadbalancers_post
1417
+
1418
+ > <NetworkLoadBalancer> datacenters_networkloadbalancers_post(datacenter_id, network_load_balancer, opts)
1419
+
1420
+ Create an Network Load Balancer
1421
+
1422
+ Creates an Network Load Balancer within the datacenter.
1423
+
1424
+ ### Examples
1425
+
1426
+ ```ruby
1427
+ require 'time'
1428
+ require 'ionoscloud'
1429
+ # setup authorization
1430
+ Ionoscloud.configure do |config|
1431
+ # Configure HTTP basic authorization: Basic Authentication
1432
+ config.username = 'YOUR USERNAME'
1433
+ config.password = 'YOUR PASSWORD'
1434
+
1435
+ # Configure API key authorization: Token Authentication
1436
+ config.api_key['Authorization'] = 'YOUR API KEY'
1437
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1438
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1439
+ end
1440
+
1441
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1442
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1443
+ network_load_balancer = Ionoscloud::NetworkLoadBalancer.new({properties: Ionoscloud::NetworkLoadBalancerProperties.new({name: 'My Network Load Balancer', listener_lan: 1, target_lan: 2})}) # NetworkLoadBalancer | Network Load Balancer to be created
1444
+ opts = {
1445
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1446
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1447
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1448
+ }
1449
+
1450
+ begin
1451
+ # Create an Network Load Balancer
1452
+ result = api_instance.datacenters_networkloadbalancers_post(datacenter_id, network_load_balancer, opts)
1453
+ p result
1454
+ rescue Ionoscloud::ApiError => e
1455
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_post: #{e}"
1456
+ end
1457
+ ```
1458
+
1459
+ #### Using the datacenters_networkloadbalancers_post_with_http_info variant
1460
+
1461
+ This returns an Array which contains the response data, status code and headers.
1462
+
1463
+ > <Array(<NetworkLoadBalancer>, Integer, Hash)> datacenters_networkloadbalancers_post_with_http_info(datacenter_id, network_load_balancer, opts)
1464
+
1465
+ ```ruby
1466
+ begin
1467
+ # Create an Network Load Balancer
1468
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_post_with_http_info(datacenter_id, network_load_balancer, opts)
1469
+ p status_code # => 2xx
1470
+ p headers # => { ... }
1471
+ p data # => <NetworkLoadBalancer>
1472
+ rescue Ionoscloud::ApiError => e
1473
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_post_with_http_info: #{e}"
1474
+ end
1475
+ ```
1476
+
1477
+ ### Parameters
1478
+
1479
+ | Name | Type | Description | Notes |
1480
+ | ---- | ---- | ----------- | ----- |
1481
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1482
+ | **network_load_balancer** | [**NetworkLoadBalancer**](NetworkLoadBalancer.md) | Network Load Balancer to be created | |
1483
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1484
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1485
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1486
+
1487
+ ### Return type
1488
+
1489
+ [**NetworkLoadBalancer**](NetworkLoadBalancer.md)
1490
+
1491
+ ### Authorization
1492
+
1493
+ Basic Authentication, Token Authentication
1494
+
1495
+ ### HTTP request headers
1496
+
1497
+ - **Content-Type**: application/json
1498
+ - **Accept**: application/json
1499
+
1500
+
1501
+ ## datacenters_networkloadbalancers_put
1502
+
1503
+ > <NetworkLoadBalancer> datacenters_networkloadbalancers_put(datacenter_id, network_load_balancer_id, network_load_balancer, opts)
1504
+
1505
+ Update an Network Load Balancer
1506
+
1507
+ Update the attributes of a given Network Load Balancer
1508
+
1509
+ ### Examples
1510
+
1511
+ ```ruby
1512
+ require 'time'
1513
+ require 'ionoscloud'
1514
+ # setup authorization
1515
+ Ionoscloud.configure do |config|
1516
+ # Configure HTTP basic authorization: Basic Authentication
1517
+ config.username = 'YOUR USERNAME'
1518
+ config.password = 'YOUR PASSWORD'
1519
+
1520
+ # Configure API key authorization: Token Authentication
1521
+ config.api_key['Authorization'] = 'YOUR API KEY'
1522
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1523
+ # config.api_key_prefix['Authorization'] = 'Bearer'
1524
+ end
1525
+
1526
+ api_instance = Ionoscloud::NetworkLoadBalancersApi.new
1527
+ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data center.
1528
+ network_load_balancer_id = 'network_load_balancer_id_example' # String | The unique ID of the Network Load Balancer
1529
+ network_load_balancer = Ionoscloud::NetworkLoadBalancerPut.new({properties: Ionoscloud::NetworkLoadBalancerProperties.new({name: 'My Network Load Balancer', listener_lan: 1, target_lan: 2})}) # NetworkLoadBalancerPut | Modified Network Load Balancer
1530
+ opts = {
1531
+ pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
1532
+ depth: 56, # Integer | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
1533
+ x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
1534
+ }
1535
+
1536
+ begin
1537
+ # Update an Network Load Balancer
1538
+ result = api_instance.datacenters_networkloadbalancers_put(datacenter_id, network_load_balancer_id, network_load_balancer, opts)
1539
+ p result
1540
+ rescue Ionoscloud::ApiError => e
1541
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_put: #{e}"
1542
+ end
1543
+ ```
1544
+
1545
+ #### Using the datacenters_networkloadbalancers_put_with_http_info variant
1546
+
1547
+ This returns an Array which contains the response data, status code and headers.
1548
+
1549
+ > <Array(<NetworkLoadBalancer>, Integer, Hash)> datacenters_networkloadbalancers_put_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer, opts)
1550
+
1551
+ ```ruby
1552
+ begin
1553
+ # Update an Network Load Balancer
1554
+ data, status_code, headers = api_instance.datacenters_networkloadbalancers_put_with_http_info(datacenter_id, network_load_balancer_id, network_load_balancer, opts)
1555
+ p status_code # => 2xx
1556
+ p headers # => { ... }
1557
+ p data # => <NetworkLoadBalancer>
1558
+ rescue Ionoscloud::ApiError => e
1559
+ puts "Error when calling NetworkLoadBalancersApi->datacenters_networkloadbalancers_put_with_http_info: #{e}"
1560
+ end
1561
+ ```
1562
+
1563
+ ### Parameters
1564
+
1565
+ | Name | Type | Description | Notes |
1566
+ | ---- | ---- | ----------- | ----- |
1567
+ | **datacenter_id** | **String** | The unique ID of the data center. | |
1568
+ | **network_load_balancer_id** | **String** | The unique ID of the Network Load Balancer | |
1569
+ | **network_load_balancer** | [**NetworkLoadBalancerPut**](NetworkLoadBalancerPut.md) | Modified Network Load Balancer | |
1570
+ | **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
1571
+ | **depth** | **Integer** | Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on | [optional][default to 0] |
1572
+ | **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, against which all API requests are to be executed. | [optional] |
1573
+
1574
+ ### Return type
1575
+
1576
+ [**NetworkLoadBalancer**](NetworkLoadBalancer.md)
1577
+
1578
+ ### Authorization
1579
+
1580
+ Basic Authentication, Token Authentication
1581
+
1582
+ ### HTTP request headers
1583
+
1584
+ - **Content-Type**: application/json
1585
+ - **Accept**: application/json
1586
+