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
data/docs/api/NicApi.md DELETED
@@ -1,1087 +0,0 @@
1
- # NicApi
2
-
3
- All URIs are relative to *https://api.ionos.com/cloudapi/v5*
4
-
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**datacenters_servers_nics_delete**](NicApi.md#datacenters_servers_nics_delete) | **DELETE** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId} | Delete a Nic |
8
- | [**datacenters_servers_nics_find_by_id**](NicApi.md#datacenters_servers_nics_find_by_id) | **GET** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId} | Retrieve a Nic |
9
- | [**datacenters_servers_nics_firewallrules_delete**](NicApi.md#datacenters_servers_nics_firewallrules_delete) | **DELETE** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId} | Delete a Firewall Rule |
10
- | [**datacenters_servers_nics_firewallrules_find_by_id**](NicApi.md#datacenters_servers_nics_firewallrules_find_by_id) | **GET** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId} | Retrieve a Firewall Rule |
11
- | [**datacenters_servers_nics_firewallrules_get**](NicApi.md#datacenters_servers_nics_firewallrules_get) | **GET** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules | List Firewall Rules |
12
- | [**datacenters_servers_nics_firewallrules_patch**](NicApi.md#datacenters_servers_nics_firewallrules_patch) | **PATCH** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId} | Partially modify a Firewall Rule |
13
- | [**datacenters_servers_nics_firewallrules_post**](NicApi.md#datacenters_servers_nics_firewallrules_post) | **POST** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules | Create a Firewall Rule |
14
- | [**datacenters_servers_nics_firewallrules_put**](NicApi.md#datacenters_servers_nics_firewallrules_put) | **PUT** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId} | Modify a Firewall Rule |
15
- | [**datacenters_servers_nics_get**](NicApi.md#datacenters_servers_nics_get) | **GET** /datacenters/{datacenterId}/servers/{serverId}/nics | List Nics |
16
- | [**datacenters_servers_nics_patch**](NicApi.md#datacenters_servers_nics_patch) | **PATCH** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId} | Partially modify a Nic |
17
- | [**datacenters_servers_nics_post**](NicApi.md#datacenters_servers_nics_post) | **POST** /datacenters/{datacenterId}/servers/{serverId}/nics | Create a Nic |
18
- | [**datacenters_servers_nics_put**](NicApi.md#datacenters_servers_nics_put) | **PUT** /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId} | Modify a Nic |
19
-
20
-
21
- ## datacenters_servers_nics_delete
22
-
23
- > Object datacenters_servers_nics_delete(datacenter_id, server_id, nic_id, opts)
24
-
25
- Delete a Nic
26
-
27
- Deletes the specified NIC.
28
-
29
- ### Examples
30
-
31
- ```ruby
32
- require 'time'
33
- require 'ionoscloud'
34
- # setup authorization
35
- Ionoscloud.configure do |config|
36
- # Configure HTTP basic authorization: Basic Authentication
37
- config.username = 'YOUR USERNAME'
38
- config.password = 'YOUR PASSWORD'
39
-
40
- # Configure API key authorization: Token Authentication
41
- config.api_key['Authorization'] = 'YOUR API KEY'
42
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
43
- # config.api_key_prefix['Authorization'] = 'Bearer'
44
- end
45
-
46
- api_instance = Ionoscloud::NicApi.new
47
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
48
- server_id = 'server_id_example' # String | The unique ID of the Server
49
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
50
- opts = {
51
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
52
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
53
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
54
- }
55
-
56
- begin
57
- # Delete a Nic
58
- result = api_instance.datacenters_servers_nics_delete(datacenter_id, server_id, nic_id, opts)
59
- p result
60
- rescue Ionoscloud::ApiError => e
61
- puts "Error when calling NicApi->datacenters_servers_nics_delete: #{e}"
62
- end
63
- ```
64
-
65
- #### Using the datacenters_servers_nics_delete_with_http_info variant
66
-
67
- This returns an Array which contains the response data, status code and headers.
68
-
69
- > <Array(Object, Integer, Hash)> datacenters_servers_nics_delete_with_http_info(datacenter_id, server_id, nic_id, opts)
70
-
71
- ```ruby
72
- begin
73
- # Delete a Nic
74
- data, status_code, headers = api_instance.datacenters_servers_nics_delete_with_http_info(datacenter_id, server_id, nic_id, opts)
75
- p status_code # => 2xx
76
- p headers # => { ... }
77
- p data # => Object
78
- rescue Ionoscloud::ApiError => e
79
- puts "Error when calling NicApi->datacenters_servers_nics_delete_with_http_info: #{e}"
80
- end
81
- ```
82
-
83
- ### Parameters
84
-
85
- | Name | Type | Description | Notes |
86
- | ---- | ---- | ----------- | ----- |
87
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
88
- | **server_id** | **String** | The unique ID of the Server | |
89
- | **nic_id** | **String** | The unique ID of the NIC | |
90
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
91
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
92
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
93
-
94
- ### Return type
95
-
96
- **Object**
97
-
98
- ### Authorization
99
-
100
- Basic Authentication, Token Authentication
101
-
102
- ### HTTP request headers
103
-
104
- - **Content-Type**: Not defined
105
- - **Accept**: application/json
106
-
107
-
108
- ## datacenters_servers_nics_find_by_id
109
-
110
- > <Nic> datacenters_servers_nics_find_by_id(datacenter_id, server_id, nic_id, opts)
111
-
112
- Retrieve a Nic
113
-
114
- Retrieves the attributes of a given NIC
115
-
116
- ### Examples
117
-
118
- ```ruby
119
- require 'time'
120
- require 'ionoscloud'
121
- # setup authorization
122
- Ionoscloud.configure do |config|
123
- # Configure HTTP basic authorization: Basic Authentication
124
- config.username = 'YOUR USERNAME'
125
- config.password = 'YOUR PASSWORD'
126
-
127
- # Configure API key authorization: Token Authentication
128
- config.api_key['Authorization'] = 'YOUR API KEY'
129
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
130
- # config.api_key_prefix['Authorization'] = 'Bearer'
131
- end
132
-
133
- api_instance = Ionoscloud::NicApi.new
134
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
135
- server_id = 'server_id_example' # String | The unique ID of the Server
136
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
137
- opts = {
138
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
139
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
140
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
141
- }
142
-
143
- begin
144
- # Retrieve a Nic
145
- result = api_instance.datacenters_servers_nics_find_by_id(datacenter_id, server_id, nic_id, opts)
146
- p result
147
- rescue Ionoscloud::ApiError => e
148
- puts "Error when calling NicApi->datacenters_servers_nics_find_by_id: #{e}"
149
- end
150
- ```
151
-
152
- #### Using the datacenters_servers_nics_find_by_id_with_http_info variant
153
-
154
- This returns an Array which contains the response data, status code and headers.
155
-
156
- > <Array(<Nic>, Integer, Hash)> datacenters_servers_nics_find_by_id_with_http_info(datacenter_id, server_id, nic_id, opts)
157
-
158
- ```ruby
159
- begin
160
- # Retrieve a Nic
161
- data, status_code, headers = api_instance.datacenters_servers_nics_find_by_id_with_http_info(datacenter_id, server_id, nic_id, opts)
162
- p status_code # => 2xx
163
- p headers # => { ... }
164
- p data # => <Nic>
165
- rescue Ionoscloud::ApiError => e
166
- puts "Error when calling NicApi->datacenters_servers_nics_find_by_id_with_http_info: #{e}"
167
- end
168
- ```
169
-
170
- ### Parameters
171
-
172
- | Name | Type | Description | Notes |
173
- | ---- | ---- | ----------- | ----- |
174
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
175
- | **server_id** | **String** | The unique ID of the Server | |
176
- | **nic_id** | **String** | The unique ID of the NIC | |
177
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
178
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
179
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
180
-
181
- ### Return type
182
-
183
- [**Nic**](Nic.md)
184
-
185
- ### Authorization
186
-
187
- Basic Authentication, Token Authentication
188
-
189
- ### HTTP request headers
190
-
191
- - **Content-Type**: Not defined
192
- - **Accept**: application/json
193
-
194
-
195
- ## datacenters_servers_nics_firewallrules_delete
196
-
197
- > Object datacenters_servers_nics_firewallrules_delete(datacenter_id, server_id, nic_id, firewallrule_id, opts)
198
-
199
- Delete a Firewall Rule
200
-
201
- Removes the specific Firewall Rule
202
-
203
- ### Examples
204
-
205
- ```ruby
206
- require 'time'
207
- require 'ionoscloud'
208
- # setup authorization
209
- Ionoscloud.configure do |config|
210
- # Configure HTTP basic authorization: Basic Authentication
211
- config.username = 'YOUR USERNAME'
212
- config.password = 'YOUR PASSWORD'
213
-
214
- # Configure API key authorization: Token Authentication
215
- config.api_key['Authorization'] = 'YOUR API KEY'
216
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
217
- # config.api_key_prefix['Authorization'] = 'Bearer'
218
- end
219
-
220
- api_instance = Ionoscloud::NicApi.new
221
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
222
- server_id = 'server_id_example' # String | The unique ID of the Server
223
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
224
- firewallrule_id = 'firewallrule_id_example' # String | The unique ID of the Firewall Rule
225
- opts = {
226
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
227
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
228
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
229
- }
230
-
231
- begin
232
- # Delete a Firewall Rule
233
- result = api_instance.datacenters_servers_nics_firewallrules_delete(datacenter_id, server_id, nic_id, firewallrule_id, opts)
234
- p result
235
- rescue Ionoscloud::ApiError => e
236
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_delete: #{e}"
237
- end
238
- ```
239
-
240
- #### Using the datacenters_servers_nics_firewallrules_delete_with_http_info variant
241
-
242
- This returns an Array which contains the response data, status code and headers.
243
-
244
- > <Array(Object, Integer, Hash)> datacenters_servers_nics_firewallrules_delete_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts)
245
-
246
- ```ruby
247
- begin
248
- # Delete a Firewall Rule
249
- data, status_code, headers = api_instance.datacenters_servers_nics_firewallrules_delete_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts)
250
- p status_code # => 2xx
251
- p headers # => { ... }
252
- p data # => Object
253
- rescue Ionoscloud::ApiError => e
254
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_delete_with_http_info: #{e}"
255
- end
256
- ```
257
-
258
- ### Parameters
259
-
260
- | Name | Type | Description | Notes |
261
- | ---- | ---- | ----------- | ----- |
262
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
263
- | **server_id** | **String** | The unique ID of the Server | |
264
- | **nic_id** | **String** | The unique ID of the NIC | |
265
- | **firewallrule_id** | **String** | The unique ID of the Firewall Rule | |
266
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
267
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
268
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
269
-
270
- ### Return type
271
-
272
- **Object**
273
-
274
- ### Authorization
275
-
276
- Basic Authentication, Token Authentication
277
-
278
- ### HTTP request headers
279
-
280
- - **Content-Type**: Not defined
281
- - **Accept**: application/json
282
-
283
-
284
- ## datacenters_servers_nics_firewallrules_find_by_id
285
-
286
- > <FirewallRule> datacenters_servers_nics_firewallrules_find_by_id(datacenter_id, server_id, nic_id, firewallrule_id, opts)
287
-
288
- Retrieve a Firewall Rule
289
-
290
- Retrieves the attributes of a given Firewall Rule.
291
-
292
- ### Examples
293
-
294
- ```ruby
295
- require 'time'
296
- require 'ionoscloud'
297
- # setup authorization
298
- Ionoscloud.configure do |config|
299
- # Configure HTTP basic authorization: Basic Authentication
300
- config.username = 'YOUR USERNAME'
301
- config.password = 'YOUR PASSWORD'
302
-
303
- # Configure API key authorization: Token Authentication
304
- config.api_key['Authorization'] = 'YOUR API KEY'
305
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
306
- # config.api_key_prefix['Authorization'] = 'Bearer'
307
- end
308
-
309
- api_instance = Ionoscloud::NicApi.new
310
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
311
- server_id = 'server_id_example' # String | The unique ID of the Server
312
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
313
- firewallrule_id = 'firewallrule_id_example' # String | The unique ID of the Firewall Rule
314
- opts = {
315
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
316
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
317
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
318
- }
319
-
320
- begin
321
- # Retrieve a Firewall Rule
322
- result = api_instance.datacenters_servers_nics_firewallrules_find_by_id(datacenter_id, server_id, nic_id, firewallrule_id, opts)
323
- p result
324
- rescue Ionoscloud::ApiError => e
325
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_find_by_id: #{e}"
326
- end
327
- ```
328
-
329
- #### Using the datacenters_servers_nics_firewallrules_find_by_id_with_http_info variant
330
-
331
- This returns an Array which contains the response data, status code and headers.
332
-
333
- > <Array(<FirewallRule>, Integer, Hash)> datacenters_servers_nics_firewallrules_find_by_id_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts)
334
-
335
- ```ruby
336
- begin
337
- # Retrieve a Firewall Rule
338
- data, status_code, headers = api_instance.datacenters_servers_nics_firewallrules_find_by_id_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts)
339
- p status_code # => 2xx
340
- p headers # => { ... }
341
- p data # => <FirewallRule>
342
- rescue Ionoscloud::ApiError => e
343
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_find_by_id_with_http_info: #{e}"
344
- end
345
- ```
346
-
347
- ### Parameters
348
-
349
- | Name | Type | Description | Notes |
350
- | ---- | ---- | ----------- | ----- |
351
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
352
- | **server_id** | **String** | The unique ID of the Server | |
353
- | **nic_id** | **String** | The unique ID of the NIC | |
354
- | **firewallrule_id** | **String** | The unique ID of the Firewall Rule | |
355
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
356
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
357
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
358
-
359
- ### Return type
360
-
361
- [**FirewallRule**](FirewallRule.md)
362
-
363
- ### Authorization
364
-
365
- Basic Authentication, Token Authentication
366
-
367
- ### HTTP request headers
368
-
369
- - **Content-Type**: Not defined
370
- - **Accept**: application/json
371
-
372
-
373
- ## datacenters_servers_nics_firewallrules_get
374
-
375
- > <FirewallRules> datacenters_servers_nics_firewallrules_get(datacenter_id, server_id, nic_id, opts)
376
-
377
- List Firewall Rules
378
-
379
- Retrieves a list of firewall rules associated with a particular NIC
380
-
381
- ### Examples
382
-
383
- ```ruby
384
- require 'time'
385
- require 'ionoscloud'
386
- # setup authorization
387
- Ionoscloud.configure do |config|
388
- # Configure HTTP basic authorization: Basic Authentication
389
- config.username = 'YOUR USERNAME'
390
- config.password = 'YOUR PASSWORD'
391
-
392
- # Configure API key authorization: Token Authentication
393
- config.api_key['Authorization'] = 'YOUR API KEY'
394
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
395
- # config.api_key_prefix['Authorization'] = 'Bearer'
396
- end
397
-
398
- api_instance = Ionoscloud::NicApi.new
399
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
400
- server_id = 'server_id_example' # String | The unique ID of the Server
401
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
402
- opts = {
403
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
404
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
405
- x_contract_number: 56, # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
406
- offset: 56, # Integer | the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
407
- limit: 56 # Integer | the maximum number of elements to return (use together with <code>offset</code> for pagination)
408
- }
409
-
410
- begin
411
- # List Firewall Rules
412
- result = api_instance.datacenters_servers_nics_firewallrules_get(datacenter_id, server_id, nic_id, opts)
413
- p result
414
- rescue Ionoscloud::ApiError => e
415
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_get: #{e}"
416
- end
417
- ```
418
-
419
- #### Using the datacenters_servers_nics_firewallrules_get_with_http_info variant
420
-
421
- This returns an Array which contains the response data, status code and headers.
422
-
423
- > <Array(<FirewallRules>, Integer, Hash)> datacenters_servers_nics_firewallrules_get_with_http_info(datacenter_id, server_id, nic_id, opts)
424
-
425
- ```ruby
426
- begin
427
- # List Firewall Rules
428
- data, status_code, headers = api_instance.datacenters_servers_nics_firewallrules_get_with_http_info(datacenter_id, server_id, nic_id, opts)
429
- p status_code # => 2xx
430
- p headers # => { ... }
431
- p data # => <FirewallRules>
432
- rescue Ionoscloud::ApiError => e
433
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_get_with_http_info: #{e}"
434
- end
435
- ```
436
-
437
- ### Parameters
438
-
439
- | Name | Type | Description | Notes |
440
- | ---- | ---- | ----------- | ----- |
441
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
442
- | **server_id** | **String** | The unique ID of the Server | |
443
- | **nic_id** | **String** | The unique ID of the NIC | |
444
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
445
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
446
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
447
- | **offset** | **Integer** | the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination) | [optional][default to 0] |
448
- | **limit** | **Integer** | the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination) | [optional][default to 1000] |
449
-
450
- ### Return type
451
-
452
- [**FirewallRules**](FirewallRules.md)
453
-
454
- ### Authorization
455
-
456
- Basic Authentication, Token Authentication
457
-
458
- ### HTTP request headers
459
-
460
- - **Content-Type**: Not defined
461
- - **Accept**: application/json
462
-
463
-
464
- ## datacenters_servers_nics_firewallrules_patch
465
-
466
- > <FirewallRule> datacenters_servers_nics_firewallrules_patch(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
467
-
468
- Partially modify a Firewall Rule
469
-
470
- You can use update attributes of a resource
471
-
472
- ### Examples
473
-
474
- ```ruby
475
- require 'time'
476
- require 'ionoscloud'
477
- # setup authorization
478
- Ionoscloud.configure do |config|
479
- # Configure HTTP basic authorization: Basic Authentication
480
- config.username = 'YOUR USERNAME'
481
- config.password = 'YOUR PASSWORD'
482
-
483
- # Configure API key authorization: Token Authentication
484
- config.api_key['Authorization'] = 'YOUR API KEY'
485
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
486
- # config.api_key_prefix['Authorization'] = 'Bearer'
487
- end
488
-
489
- api_instance = Ionoscloud::NicApi.new
490
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
491
- server_id = 'server_id_example' # String | The unique ID of the Server
492
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
493
- firewallrule_id = 'firewallrule_id_example' # String | The unique ID of the Firewall Rule
494
- firewallrule = Ionoscloud::FirewallruleProperties.new({protocol: 'TCP'}) # FirewallruleProperties | Modified Firewall Rule
495
- opts = {
496
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
497
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
498
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
499
- }
500
-
501
- begin
502
- # Partially modify a Firewall Rule
503
- result = api_instance.datacenters_servers_nics_firewallrules_patch(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
504
- p result
505
- rescue Ionoscloud::ApiError => e
506
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_patch: #{e}"
507
- end
508
- ```
509
-
510
- #### Using the datacenters_servers_nics_firewallrules_patch_with_http_info variant
511
-
512
- This returns an Array which contains the response data, status code and headers.
513
-
514
- > <Array(<FirewallRule>, Integer, Hash)> datacenters_servers_nics_firewallrules_patch_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
515
-
516
- ```ruby
517
- begin
518
- # Partially modify a Firewall Rule
519
- data, status_code, headers = api_instance.datacenters_servers_nics_firewallrules_patch_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
520
- p status_code # => 2xx
521
- p headers # => { ... }
522
- p data # => <FirewallRule>
523
- rescue Ionoscloud::ApiError => e
524
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_patch_with_http_info: #{e}"
525
- end
526
- ```
527
-
528
- ### Parameters
529
-
530
- | Name | Type | Description | Notes |
531
- | ---- | ---- | ----------- | ----- |
532
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
533
- | **server_id** | **String** | The unique ID of the Server | |
534
- | **nic_id** | **String** | The unique ID of the NIC | |
535
- | **firewallrule_id** | **String** | The unique ID of the Firewall Rule | |
536
- | **firewallrule** | [**FirewallruleProperties**](FirewallruleProperties.md) | Modified Firewall Rule | |
537
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
538
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
539
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
540
-
541
- ### Return type
542
-
543
- [**FirewallRule**](FirewallRule.md)
544
-
545
- ### Authorization
546
-
547
- Basic Authentication, Token Authentication
548
-
549
- ### HTTP request headers
550
-
551
- - **Content-Type**: application/json
552
- - **Accept**: application/json
553
-
554
-
555
- ## datacenters_servers_nics_firewallrules_post
556
-
557
- > <FirewallRule> datacenters_servers_nics_firewallrules_post(datacenter_id, server_id, nic_id, firewallrule, opts)
558
-
559
- Create a Firewall Rule
560
-
561
- This will add a Firewall Rule to the NIC
562
-
563
- ### Examples
564
-
565
- ```ruby
566
- require 'time'
567
- require 'ionoscloud'
568
- # setup authorization
569
- Ionoscloud.configure do |config|
570
- # Configure HTTP basic authorization: Basic Authentication
571
- config.username = 'YOUR USERNAME'
572
- config.password = 'YOUR PASSWORD'
573
-
574
- # Configure API key authorization: Token Authentication
575
- config.api_key['Authorization'] = 'YOUR API KEY'
576
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
577
- # config.api_key_prefix['Authorization'] = 'Bearer'
578
- end
579
-
580
- api_instance = Ionoscloud::NicApi.new
581
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
582
- server_id = 'server_id_example' # String | The unique ID of the server
583
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
584
- firewallrule = Ionoscloud::FirewallRule.new({properties: Ionoscloud::FirewallruleProperties.new({protocol: 'TCP'})}) # FirewallRule | Firewall Rule to be created
585
- opts = {
586
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
587
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
588
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
589
- }
590
-
591
- begin
592
- # Create a Firewall Rule
593
- result = api_instance.datacenters_servers_nics_firewallrules_post(datacenter_id, server_id, nic_id, firewallrule, opts)
594
- p result
595
- rescue Ionoscloud::ApiError => e
596
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_post: #{e}"
597
- end
598
- ```
599
-
600
- #### Using the datacenters_servers_nics_firewallrules_post_with_http_info variant
601
-
602
- This returns an Array which contains the response data, status code and headers.
603
-
604
- > <Array(<FirewallRule>, Integer, Hash)> datacenters_servers_nics_firewallrules_post_with_http_info(datacenter_id, server_id, nic_id, firewallrule, opts)
605
-
606
- ```ruby
607
- begin
608
- # Create a Firewall Rule
609
- data, status_code, headers = api_instance.datacenters_servers_nics_firewallrules_post_with_http_info(datacenter_id, server_id, nic_id, firewallrule, opts)
610
- p status_code # => 2xx
611
- p headers # => { ... }
612
- p data # => <FirewallRule>
613
- rescue Ionoscloud::ApiError => e
614
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_post_with_http_info: #{e}"
615
- end
616
- ```
617
-
618
- ### Parameters
619
-
620
- | Name | Type | Description | Notes |
621
- | ---- | ---- | ----------- | ----- |
622
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
623
- | **server_id** | **String** | The unique ID of the server | |
624
- | **nic_id** | **String** | The unique ID of the NIC | |
625
- | **firewallrule** | [**FirewallRule**](FirewallRule.md) | Firewall Rule to be created | |
626
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
627
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
628
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
629
-
630
- ### Return type
631
-
632
- [**FirewallRule**](FirewallRule.md)
633
-
634
- ### Authorization
635
-
636
- Basic Authentication, Token Authentication
637
-
638
- ### HTTP request headers
639
-
640
- - **Content-Type**: application/json
641
- - **Accept**: application/json
642
-
643
-
644
- ## datacenters_servers_nics_firewallrules_put
645
-
646
- > <FirewallRule> datacenters_servers_nics_firewallrules_put(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
647
-
648
- Modify a Firewall Rule
649
-
650
- You can use update attributes of a resource
651
-
652
- ### Examples
653
-
654
- ```ruby
655
- require 'time'
656
- require 'ionoscloud'
657
- # setup authorization
658
- Ionoscloud.configure do |config|
659
- # Configure HTTP basic authorization: Basic Authentication
660
- config.username = 'YOUR USERNAME'
661
- config.password = 'YOUR PASSWORD'
662
-
663
- # Configure API key authorization: Token Authentication
664
- config.api_key['Authorization'] = 'YOUR API KEY'
665
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
666
- # config.api_key_prefix['Authorization'] = 'Bearer'
667
- end
668
-
669
- api_instance = Ionoscloud::NicApi.new
670
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
671
- server_id = 'server_id_example' # String | The unique ID of the Server
672
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
673
- firewallrule_id = 'firewallrule_id_example' # String | The unique ID of the Firewall Rule
674
- firewallrule = Ionoscloud::FirewallRule.new({properties: Ionoscloud::FirewallruleProperties.new({protocol: 'TCP'})}) # FirewallRule | Modified Firewall Rule
675
- opts = {
676
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
677
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
678
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
679
- }
680
-
681
- begin
682
- # Modify a Firewall Rule
683
- result = api_instance.datacenters_servers_nics_firewallrules_put(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
684
- p result
685
- rescue Ionoscloud::ApiError => e
686
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_put: #{e}"
687
- end
688
- ```
689
-
690
- #### Using the datacenters_servers_nics_firewallrules_put_with_http_info variant
691
-
692
- This returns an Array which contains the response data, status code and headers.
693
-
694
- > <Array(<FirewallRule>, Integer, Hash)> datacenters_servers_nics_firewallrules_put_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
695
-
696
- ```ruby
697
- begin
698
- # Modify a Firewall Rule
699
- data, status_code, headers = api_instance.datacenters_servers_nics_firewallrules_put_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
700
- p status_code # => 2xx
701
- p headers # => { ... }
702
- p data # => <FirewallRule>
703
- rescue Ionoscloud::ApiError => e
704
- puts "Error when calling NicApi->datacenters_servers_nics_firewallrules_put_with_http_info: #{e}"
705
- end
706
- ```
707
-
708
- ### Parameters
709
-
710
- | Name | Type | Description | Notes |
711
- | ---- | ---- | ----------- | ----- |
712
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
713
- | **server_id** | **String** | The unique ID of the Server | |
714
- | **nic_id** | **String** | The unique ID of the NIC | |
715
- | **firewallrule_id** | **String** | The unique ID of the Firewall Rule | |
716
- | **firewallrule** | [**FirewallRule**](FirewallRule.md) | Modified Firewall Rule | |
717
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
718
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
719
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
720
-
721
- ### Return type
722
-
723
- [**FirewallRule**](FirewallRule.md)
724
-
725
- ### Authorization
726
-
727
- Basic Authentication, Token Authentication
728
-
729
- ### HTTP request headers
730
-
731
- - **Content-Type**: application/json
732
- - **Accept**: application/json
733
-
734
-
735
- ## datacenters_servers_nics_get
736
-
737
- > <Nics> datacenters_servers_nics_get(datacenter_id, server_id, opts)
738
-
739
- List Nics
740
-
741
- Retrieves a list of NICs.
742
-
743
- ### Examples
744
-
745
- ```ruby
746
- require 'time'
747
- require 'ionoscloud'
748
- # setup authorization
749
- Ionoscloud.configure do |config|
750
- # Configure HTTP basic authorization: Basic Authentication
751
- config.username = 'YOUR USERNAME'
752
- config.password = 'YOUR PASSWORD'
753
-
754
- # Configure API key authorization: Token Authentication
755
- config.api_key['Authorization'] = 'YOUR API KEY'
756
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
757
- # config.api_key_prefix['Authorization'] = 'Bearer'
758
- end
759
-
760
- api_instance = Ionoscloud::NicApi.new
761
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
762
- server_id = 'server_id_example' # String | The unique ID of the Server
763
- opts = {
764
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
765
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
766
- x_contract_number: 56, # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
767
- offset: 56, # Integer | the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
768
- limit: 56 # Integer | the maximum number of elements to return (use together with <code>offset</code> for pagination)
769
- }
770
-
771
- begin
772
- # List Nics
773
- result = api_instance.datacenters_servers_nics_get(datacenter_id, server_id, opts)
774
- p result
775
- rescue Ionoscloud::ApiError => e
776
- puts "Error when calling NicApi->datacenters_servers_nics_get: #{e}"
777
- end
778
- ```
779
-
780
- #### Using the datacenters_servers_nics_get_with_http_info variant
781
-
782
- This returns an Array which contains the response data, status code and headers.
783
-
784
- > <Array(<Nics>, Integer, Hash)> datacenters_servers_nics_get_with_http_info(datacenter_id, server_id, opts)
785
-
786
- ```ruby
787
- begin
788
- # List Nics
789
- data, status_code, headers = api_instance.datacenters_servers_nics_get_with_http_info(datacenter_id, server_id, opts)
790
- p status_code # => 2xx
791
- p headers # => { ... }
792
- p data # => <Nics>
793
- rescue Ionoscloud::ApiError => e
794
- puts "Error when calling NicApi->datacenters_servers_nics_get_with_http_info: #{e}"
795
- end
796
- ```
797
-
798
- ### Parameters
799
-
800
- | Name | Type | Description | Notes |
801
- | ---- | ---- | ----------- | ----- |
802
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
803
- | **server_id** | **String** | The unique ID of the Server | |
804
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
805
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
806
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
807
- | **offset** | **Integer** | the first element (of the total list of elements) to include in the response (use together with &lt;code&gt;limit&lt;/code&gt; for pagination) | [optional][default to 0] |
808
- | **limit** | **Integer** | the maximum number of elements to return (use together with &lt;code&gt;offset&lt;/code&gt; for pagination) | [optional][default to 1000] |
809
-
810
- ### Return type
811
-
812
- [**Nics**](Nics.md)
813
-
814
- ### Authorization
815
-
816
- Basic Authentication, Token Authentication
817
-
818
- ### HTTP request headers
819
-
820
- - **Content-Type**: Not defined
821
- - **Accept**: application/json
822
-
823
-
824
- ## datacenters_servers_nics_patch
825
-
826
- > <Nic> datacenters_servers_nics_patch(datacenter_id, server_id, nic_id, nic, opts)
827
-
828
- Partially modify a Nic
829
-
830
- You can use update attributes of a Nic
831
-
832
- ### Examples
833
-
834
- ```ruby
835
- require 'time'
836
- require 'ionoscloud'
837
- # setup authorization
838
- Ionoscloud.configure do |config|
839
- # Configure HTTP basic authorization: Basic Authentication
840
- config.username = 'YOUR USERNAME'
841
- config.password = 'YOUR PASSWORD'
842
-
843
- # Configure API key authorization: Token Authentication
844
- config.api_key['Authorization'] = 'YOUR API KEY'
845
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
846
- # config.api_key_prefix['Authorization'] = 'Bearer'
847
- end
848
-
849
- api_instance = Ionoscloud::NicApi.new
850
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
851
- server_id = 'server_id_example' # String | The unique ID of the Server
852
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
853
- nic = Ionoscloud::NicProperties.new({lan: 2}) # NicProperties | Modified properties of Nic
854
- opts = {
855
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
856
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
857
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
858
- }
859
-
860
- begin
861
- # Partially modify a Nic
862
- result = api_instance.datacenters_servers_nics_patch(datacenter_id, server_id, nic_id, nic, opts)
863
- p result
864
- rescue Ionoscloud::ApiError => e
865
- puts "Error when calling NicApi->datacenters_servers_nics_patch: #{e}"
866
- end
867
- ```
868
-
869
- #### Using the datacenters_servers_nics_patch_with_http_info variant
870
-
871
- This returns an Array which contains the response data, status code and headers.
872
-
873
- > <Array(<Nic>, Integer, Hash)> datacenters_servers_nics_patch_with_http_info(datacenter_id, server_id, nic_id, nic, opts)
874
-
875
- ```ruby
876
- begin
877
- # Partially modify a Nic
878
- data, status_code, headers = api_instance.datacenters_servers_nics_patch_with_http_info(datacenter_id, server_id, nic_id, nic, opts)
879
- p status_code # => 2xx
880
- p headers # => { ... }
881
- p data # => <Nic>
882
- rescue Ionoscloud::ApiError => e
883
- puts "Error when calling NicApi->datacenters_servers_nics_patch_with_http_info: #{e}"
884
- end
885
- ```
886
-
887
- ### Parameters
888
-
889
- | Name | Type | Description | Notes |
890
- | ---- | ---- | ----------- | ----- |
891
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
892
- | **server_id** | **String** | The unique ID of the Server | |
893
- | **nic_id** | **String** | The unique ID of the NIC | |
894
- | **nic** | [**NicProperties**](NicProperties.md) | Modified properties of Nic | |
895
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
896
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
897
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
898
-
899
- ### Return type
900
-
901
- [**Nic**](Nic.md)
902
-
903
- ### Authorization
904
-
905
- Basic Authentication, Token Authentication
906
-
907
- ### HTTP request headers
908
-
909
- - **Content-Type**: application/json
910
- - **Accept**: application/json
911
-
912
-
913
- ## datacenters_servers_nics_post
914
-
915
- > <Nic> datacenters_servers_nics_post(datacenter_id, server_id, nic, opts)
916
-
917
- Create a Nic
918
-
919
- Adds a NIC to the target server. Combine count of Nics and volumes attached to the server should not exceed size 24.
920
-
921
- ### Examples
922
-
923
- ```ruby
924
- require 'time'
925
- require 'ionoscloud'
926
- # setup authorization
927
- Ionoscloud.configure do |config|
928
- # Configure HTTP basic authorization: Basic Authentication
929
- config.username = 'YOUR USERNAME'
930
- config.password = 'YOUR PASSWORD'
931
-
932
- # Configure API key authorization: Token Authentication
933
- config.api_key['Authorization'] = 'YOUR API KEY'
934
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
935
- # config.api_key_prefix['Authorization'] = 'Bearer'
936
- end
937
-
938
- api_instance = Ionoscloud::NicApi.new
939
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
940
- server_id = 'server_id_example' # String | The unique ID of the Server
941
- nic = Ionoscloud::Nic.new({properties: Ionoscloud::NicProperties.new({lan: 2})}) # Nic | Nic to be created
942
- opts = {
943
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
944
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
945
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
946
- }
947
-
948
- begin
949
- # Create a Nic
950
- result = api_instance.datacenters_servers_nics_post(datacenter_id, server_id, nic, opts)
951
- p result
952
- rescue Ionoscloud::ApiError => e
953
- puts "Error when calling NicApi->datacenters_servers_nics_post: #{e}"
954
- end
955
- ```
956
-
957
- #### Using the datacenters_servers_nics_post_with_http_info variant
958
-
959
- This returns an Array which contains the response data, status code and headers.
960
-
961
- > <Array(<Nic>, Integer, Hash)> datacenters_servers_nics_post_with_http_info(datacenter_id, server_id, nic, opts)
962
-
963
- ```ruby
964
- begin
965
- # Create a Nic
966
- data, status_code, headers = api_instance.datacenters_servers_nics_post_with_http_info(datacenter_id, server_id, nic, opts)
967
- p status_code # => 2xx
968
- p headers # => { ... }
969
- p data # => <Nic>
970
- rescue Ionoscloud::ApiError => e
971
- puts "Error when calling NicApi->datacenters_servers_nics_post_with_http_info: #{e}"
972
- end
973
- ```
974
-
975
- ### Parameters
976
-
977
- | Name | Type | Description | Notes |
978
- | ---- | ---- | ----------- | ----- |
979
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
980
- | **server_id** | **String** | The unique ID of the Server | |
981
- | **nic** | [**Nic**](Nic.md) | Nic to be created | |
982
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
983
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
984
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
985
-
986
- ### Return type
987
-
988
- [**Nic**](Nic.md)
989
-
990
- ### Authorization
991
-
992
- Basic Authentication, Token Authentication
993
-
994
- ### HTTP request headers
995
-
996
- - **Content-Type**: application/json
997
- - **Accept**: application/json
998
-
999
-
1000
- ## datacenters_servers_nics_put
1001
-
1002
- > <Nic> datacenters_servers_nics_put(datacenter_id, server_id, nic_id, nic, opts)
1003
-
1004
- Modify a Nic
1005
-
1006
- You can use update attributes of a Nic
1007
-
1008
- ### Examples
1009
-
1010
- ```ruby
1011
- require 'time'
1012
- require 'ionoscloud'
1013
- # setup authorization
1014
- Ionoscloud.configure do |config|
1015
- # Configure HTTP basic authorization: Basic Authentication
1016
- config.username = 'YOUR USERNAME'
1017
- config.password = 'YOUR PASSWORD'
1018
-
1019
- # Configure API key authorization: Token Authentication
1020
- config.api_key['Authorization'] = 'YOUR API KEY'
1021
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1022
- # config.api_key_prefix['Authorization'] = 'Bearer'
1023
- end
1024
-
1025
- api_instance = Ionoscloud::NicApi.new
1026
- datacenter_id = 'datacenter_id_example' # String | The unique ID of the datacenter
1027
- server_id = 'server_id_example' # String | The unique ID of the Server
1028
- nic_id = 'nic_id_example' # String | The unique ID of the NIC
1029
- nic = Ionoscloud::Nic.new({properties: Ionoscloud::NicProperties.new({lan: 2})}) # Nic | Modified Nic
1030
- opts = {
1031
- pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
1032
- depth: 56, # Integer | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
1033
- x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
1034
- }
1035
-
1036
- begin
1037
- # Modify a Nic
1038
- result = api_instance.datacenters_servers_nics_put(datacenter_id, server_id, nic_id, nic, opts)
1039
- p result
1040
- rescue Ionoscloud::ApiError => e
1041
- puts "Error when calling NicApi->datacenters_servers_nics_put: #{e}"
1042
- end
1043
- ```
1044
-
1045
- #### Using the datacenters_servers_nics_put_with_http_info variant
1046
-
1047
- This returns an Array which contains the response data, status code and headers.
1048
-
1049
- > <Array(<Nic>, Integer, Hash)> datacenters_servers_nics_put_with_http_info(datacenter_id, server_id, nic_id, nic, opts)
1050
-
1051
- ```ruby
1052
- begin
1053
- # Modify a Nic
1054
- data, status_code, headers = api_instance.datacenters_servers_nics_put_with_http_info(datacenter_id, server_id, nic_id, nic, opts)
1055
- p status_code # => 2xx
1056
- p headers # => { ... }
1057
- p data # => <Nic>
1058
- rescue Ionoscloud::ApiError => e
1059
- puts "Error when calling NicApi->datacenters_servers_nics_put_with_http_info: #{e}"
1060
- end
1061
- ```
1062
-
1063
- ### Parameters
1064
-
1065
- | Name | Type | Description | Notes |
1066
- | ---- | ---- | ----------- | ----- |
1067
- | **datacenter_id** | **String** | The unique ID of the datacenter | |
1068
- | **server_id** | **String** | The unique ID of the Server | |
1069
- | **nic_id** | **String** | The unique ID of the NIC | |
1070
- | **nic** | [**Nic**](Nic.md) | Modified Nic | |
1071
- | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
1072
- | **depth** | **Integer** | Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth&#x3D;0: only direct properties are included. Children (servers etc.) are not included - depth&#x3D;1: direct properties and children references are included - depth&#x3D;2: direct properties and children properties are included - depth&#x3D;3: direct properties and children properties and children&#39;s children are included - depth&#x3D;... and so on | [optional][default to 0] |
1073
- | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
1074
-
1075
- ### Return type
1076
-
1077
- [**Nic**](Nic.md)
1078
-
1079
- ### Authorization
1080
-
1081
- Basic Authentication, Token Authentication
1082
-
1083
- ### HTTP request headers
1084
-
1085
- - **Content-Type**: application/json
1086
- - **Accept**: application/json
1087
-