ionoscloud 5.0.0.beta.1 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (472) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +68 -0
  3. data/LICENSE +190 -0
  4. data/README.md +18 -8
  5. data/docs/README.md +111 -0
  6. data/docs/api/BackupUnitApi.md +595 -0
  7. data/docs/api/ContractApi.md +89 -0
  8. data/docs/api/DataCenterApi.md +517 -0
  9. data/docs/api/DefaultApi.md +89 -0
  10. data/docs/api/IPBlocksApi.md +517 -0
  11. data/docs/api/ImageApi.md +429 -0
  12. data/docs/api/KubernetesApi.md +1513 -0
  13. data/docs/api/LabelApi.md +2355 -0
  14. data/docs/api/LanApi.md +795 -0
  15. data/docs/api/LoadBalancerApi.md +883 -0
  16. data/docs/api/LocationApi.md +259 -0
  17. data/docs/api/NicApi.md +1087 -0
  18. data/docs/api/PrivateCrossConnectApi.md +427 -0
  19. data/docs/api/RequestApi.md +283 -0
  20. data/docs/api/ServerApi.md +1573 -0
  21. data/docs/api/SnapshotApi.md +429 -0
  22. data/docs/api/UserManagementApi.md +2551 -0
  23. data/docs/api/VolumeApi.md +711 -0
  24. data/docs/models/AttachedVolumes.md +30 -0
  25. data/docs/models/BackupUnit.md +26 -0
  26. data/docs/models/BackupUnitProperties.md +22 -0
  27. data/docs/models/BackupUnitSSO.md +18 -0
  28. data/docs/models/BackupUnits.md +24 -0
  29. data/docs/models/BalancedNics.md +30 -0
  30. data/docs/models/Cdroms.md +30 -0
  31. data/docs/models/ConnectableDatacenter.md +22 -0
  32. data/docs/models/Contract.md +20 -0
  33. data/docs/models/ContractProperties.md +26 -0
  34. data/docs/models/DataCenterEntities.md +24 -0
  35. data/docs/models/Datacenter.md +28 -0
  36. data/docs/models/DatacenterElementMetadata.md +32 -0
  37. data/docs/models/DatacenterProperties.md +28 -0
  38. data/docs/models/Datacenters.md +30 -0
  39. data/docs/models/Error.md +20 -0
  40. data/docs/models/ErrorMessage.md +20 -0
  41. data/docs/models/FirewallRule.md +26 -0
  42. data/docs/models/FirewallRules.md +30 -0
  43. data/docs/models/FirewallruleProperties.md +34 -0
  44. data/docs/models/Group.md +26 -0
  45. data/docs/models/GroupEntities.md +20 -0
  46. data/docs/models/GroupMembers.md +24 -0
  47. data/docs/models/GroupProperties.md +36 -0
  48. data/docs/models/GroupShare.md +24 -0
  49. data/docs/models/GroupShareProperties.md +20 -0
  50. data/docs/models/GroupShares.md +24 -0
  51. data/docs/models/GroupUsers.md +24 -0
  52. data/docs/models/Groups.md +24 -0
  53. data/docs/models/IPFailover.md +20 -0
  54. data/docs/models/Image.md +26 -0
  55. data/docs/models/ImageProperties.md +54 -0
  56. data/docs/models/Images.md +24 -0
  57. data/docs/models/Info.md +22 -0
  58. data/docs/models/IpBlock.md +26 -0
  59. data/docs/models/IpBlockProperties.md +26 -0
  60. data/docs/models/IpBlocks.md +30 -0
  61. data/docs/models/IpConsumer.md +34 -0
  62. data/docs/models/KubernetesAutoScaling.md +20 -0
  63. data/docs/models/KubernetesCluster.md +28 -0
  64. data/docs/models/KubernetesClusterEntities.md +18 -0
  65. data/docs/models/KubernetesClusterForPost.md +28 -0
  66. data/docs/models/KubernetesClusterForPut.md +28 -0
  67. data/docs/models/KubernetesClusterProperties.md +32 -0
  68. data/docs/models/KubernetesClusterPropertiesForPost.md +28 -0
  69. data/docs/models/KubernetesClusterPropertiesForPut.md +26 -0
  70. data/docs/models/KubernetesClusters.md +24 -0
  71. data/docs/models/KubernetesConfig.md +24 -0
  72. data/docs/models/KubernetesConfigProperties.md +18 -0
  73. data/docs/models/KubernetesMaintenanceWindow.md +20 -0
  74. data/docs/models/KubernetesNode.md +26 -0
  75. data/docs/models/KubernetesNodeMetadata.md +26 -0
  76. data/docs/models/KubernetesNodePool.md +26 -0
  77. data/docs/models/KubernetesNodePoolForPost.md +26 -0
  78. data/docs/models/KubernetesNodePoolForPut.md +26 -0
  79. data/docs/models/KubernetesNodePoolLan.md +18 -0
  80. data/docs/models/KubernetesNodePoolProperties.md +52 -0
  81. data/docs/models/KubernetesNodePoolPropertiesForPost.md +50 -0
  82. data/docs/models/KubernetesNodePoolPropertiesForPut.md +34 -0
  83. data/docs/models/KubernetesNodePools.md +24 -0
  84. data/docs/models/KubernetesNodeProperties.md +24 -0
  85. data/docs/models/KubernetesNodes.md +24 -0
  86. data/docs/models/Label.md +26 -0
  87. data/docs/models/LabelProperties.md +26 -0
  88. data/docs/models/LabelResource.md +26 -0
  89. data/docs/models/LabelResourceProperties.md +20 -0
  90. data/docs/models/LabelResources.md +30 -0
  91. data/docs/models/Labels.md +24 -0
  92. data/docs/models/Lan.md +28 -0
  93. data/docs/models/LanEntities.md +18 -0
  94. data/docs/models/LanNics.md +30 -0
  95. data/docs/models/LanPost.md +28 -0
  96. data/docs/models/LanProperties.md +24 -0
  97. data/docs/models/LanPropertiesPost.md +24 -0
  98. data/docs/models/Lans.md +30 -0
  99. data/docs/models/Loadbalancer.md +28 -0
  100. data/docs/models/LoadbalancerEntities.md +18 -0
  101. data/docs/models/LoadbalancerProperties.md +22 -0
  102. data/docs/models/Loadbalancers.md +30 -0
  103. data/docs/models/Location.md +26 -0
  104. data/docs/models/LocationProperties.md +22 -0
  105. data/docs/models/Locations.md +24 -0
  106. data/docs/models/Nic.md +28 -0
  107. data/docs/models/NicEntities.md +18 -0
  108. data/docs/models/NicProperties.md +30 -0
  109. data/docs/models/Nics.md +30 -0
  110. data/docs/models/NoStateMetaData.md +30 -0
  111. data/docs/models/PaginationLinks.md +22 -0
  112. data/docs/models/Peer.md +26 -0
  113. data/docs/models/PrivateCrossConnect.md +26 -0
  114. data/docs/models/PrivateCrossConnectProperties.md +24 -0
  115. data/docs/models/PrivateCrossConnects.md +24 -0
  116. data/docs/models/Request.md +26 -0
  117. data/docs/models/RequestMetadata.md +24 -0
  118. data/docs/models/RequestProperties.md +24 -0
  119. data/docs/models/RequestStatus.md +24 -0
  120. data/docs/models/RequestStatusMetadata.md +24 -0
  121. data/docs/models/RequestTarget.md +20 -0
  122. data/docs/models/Requests.md +30 -0
  123. data/docs/models/Resource.md +28 -0
  124. data/docs/models/ResourceEntities.md +18 -0
  125. data/docs/models/ResourceGroups.md +24 -0
  126. data/docs/models/ResourceLimits.md +50 -0
  127. data/docs/models/ResourceProperties.md +20 -0
  128. data/docs/models/ResourceReference.md +22 -0
  129. data/docs/models/Resources.md +24 -0
  130. data/docs/models/ResourcesUsers.md +24 -0
  131. data/docs/models/S3Bucket.md +18 -0
  132. data/docs/models/S3Key.md +26 -0
  133. data/docs/models/S3KeyMetadata.md +20 -0
  134. data/docs/models/S3KeyProperties.md +20 -0
  135. data/docs/models/S3Keys.md +24 -0
  136. data/docs/models/S3ObjectStorageSSO.md +18 -0
  137. data/docs/models/Server.md +28 -0
  138. data/docs/models/ServerEntities.md +22 -0
  139. data/docs/models/ServerProperties.md +32 -0
  140. data/docs/models/Servers.md +30 -0
  141. data/docs/models/Snapshot.md +26 -0
  142. data/docs/models/SnapshotProperties.md +48 -0
  143. data/docs/models/Snapshots.md +24 -0
  144. data/docs/models/Type.md +15 -0
  145. data/docs/models/User.md +28 -0
  146. data/docs/models/UserMetadata.md +22 -0
  147. data/docs/models/UserPost.md +18 -0
  148. data/docs/models/UserProperties.md +32 -0
  149. data/docs/models/UserPropertiesPost.md +32 -0
  150. data/docs/models/UserPropertiesPut.md +30 -0
  151. data/docs/models/UserPut.md +20 -0
  152. data/docs/models/Users.md +30 -0
  153. data/docs/models/UsersEntities.md +20 -0
  154. data/docs/models/Volume.md +26 -0
  155. data/docs/models/VolumeProperties.md +54 -0
  156. data/docs/models/Volumes.md +30 -0
  157. data/docs/summary.md +168 -0
  158. data/gitbook.yaml +4 -0
  159. data/ionoscloud.gemspec +1 -1
  160. data/lib/ionoscloud/api/_api.rb +2 -2
  161. data/lib/ionoscloud/api/backup_unit_api.rb +1 -1
  162. data/lib/ionoscloud/api/contract_api.rb +1 -1
  163. data/lib/ionoscloud/api/data_center_api.rb +3 -3
  164. data/lib/ionoscloud/api/image_api.rb +1 -1
  165. data/lib/ionoscloud/api/ip_blocks_api.rb +19 -1
  166. data/lib/ionoscloud/api/kubernetes_api.rb +12 -12
  167. data/lib/ionoscloud/api/label_api.rb +1 -1
  168. data/lib/ionoscloud/api/lan_api.rb +1 -1
  169. data/lib/ionoscloud/api/load_balancer_api.rb +1 -1
  170. data/lib/ionoscloud/api/location_api.rb +1 -1
  171. data/lib/ionoscloud/api/nic_api.rb +1 -1
  172. data/lib/ionoscloud/api/private_cross_connect_api.rb +1 -1
  173. data/lib/ionoscloud/api/request_api.rb +31 -7
  174. data/lib/ionoscloud/api/server_api.rb +1 -1
  175. data/lib/ionoscloud/api/snapshot_api.rb +1 -1
  176. data/lib/ionoscloud/api/user_management_api.rb +27 -9
  177. data/lib/ionoscloud/api/volume_api.rb +1 -1
  178. data/lib/ionoscloud/api_client.rb +19 -22
  179. data/lib/ionoscloud/api_error.rb +1 -1
  180. data/lib/ionoscloud/configuration.rb +3 -3
  181. data/lib/ionoscloud/models/attached_volumes.rb +3 -1
  182. data/lib/ionoscloud/models/backup_unit.rb +3 -1
  183. data/lib/ionoscloud/models/backup_unit_properties.rb +3 -1
  184. data/lib/ionoscloud/models/backup_unit_sso.rb +3 -1
  185. data/lib/ionoscloud/models/backup_units.rb +5 -3
  186. data/lib/ionoscloud/models/balanced_nics.rb +3 -1
  187. data/lib/ionoscloud/models/cdroms.rb +3 -1
  188. data/lib/ionoscloud/models/connectable_datacenter.rb +3 -1
  189. data/lib/ionoscloud/models/contract.rb +3 -1
  190. data/lib/ionoscloud/models/contract_properties.rb +3 -1
  191. data/lib/ionoscloud/models/data_center_entities.rb +3 -1
  192. data/lib/ionoscloud/models/datacenter.rb +3 -1
  193. data/lib/ionoscloud/models/datacenter_element_metadata.rb +5 -3
  194. data/lib/ionoscloud/models/datacenter_properties.rb +3 -23
  195. data/lib/ionoscloud/models/datacenters.rb +3 -1
  196. data/lib/ionoscloud/models/error.rb +3 -1
  197. data/lib/ionoscloud/models/error_message.rb +3 -1
  198. data/lib/ionoscloud/models/firewall_rule.rb +3 -1
  199. data/lib/ionoscloud/models/firewall_rules.rb +3 -1
  200. data/lib/ionoscloud/models/firewallrule_properties.rb +39 -22
  201. data/lib/ionoscloud/models/group.rb +3 -1
  202. data/lib/ionoscloud/models/group_entities.rb +3 -1
  203. data/lib/ionoscloud/models/group_members.rb +3 -1
  204. data/lib/ionoscloud/models/group_properties.rb +3 -1
  205. data/lib/ionoscloud/models/group_share.rb +3 -1
  206. data/lib/ionoscloud/models/group_share_properties.rb +3 -1
  207. data/lib/ionoscloud/models/group_shares.rb +3 -1
  208. data/lib/ionoscloud/models/group_users.rb +3 -1
  209. data/lib/ionoscloud/models/groups.rb +3 -1
  210. data/lib/ionoscloud/models/image.rb +3 -1
  211. data/lib/ionoscloud/models/image_properties.rb +43 -7
  212. data/lib/ionoscloud/models/images.rb +3 -1
  213. data/lib/ionoscloud/models/info.rb +3 -1
  214. data/lib/ionoscloud/models/ip_block.rb +3 -1
  215. data/lib/ionoscloud/models/ip_block_properties.rb +3 -1
  216. data/lib/ionoscloud/models/ip_blocks.rb +36 -5
  217. data/lib/ionoscloud/models/ip_consumer.rb +25 -5
  218. data/lib/ionoscloud/models/ip_failover.rb +3 -1
  219. data/lib/ionoscloud/models/kubernetes_auto_scaling.rb +3 -1
  220. data/lib/ionoscloud/models/kubernetes_cluster.rb +3 -1
  221. data/lib/ionoscloud/models/kubernetes_cluster_entities.rb +3 -1
  222. data/lib/ionoscloud/models/kubernetes_cluster_for_post.rb +305 -0
  223. data/lib/ionoscloud/models/kubernetes_cluster_for_put.rb +305 -0
  224. data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +43 -5
  225. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +279 -0
  226. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +267 -0
  227. data/lib/ionoscloud/models/kubernetes_clusters.rb +3 -1
  228. data/lib/ionoscloud/models/kubernetes_config.rb +3 -1
  229. data/lib/ionoscloud/models/kubernetes_config_properties.rb +3 -1
  230. data/lib/ionoscloud/models/kubernetes_maintenance_window.rb +3 -1
  231. data/lib/ionoscloud/models/kubernetes_node.rb +5 -3
  232. data/lib/ionoscloud/models/kubernetes_node_metadata.rb +5 -3
  233. data/lib/ionoscloud/models/kubernetes_node_pool.rb +3 -1
  234. data/lib/ionoscloud/models/kubernetes_node_pool_for_post.rb +296 -0
  235. data/lib/ionoscloud/models/kubernetes_node_pool_for_put.rb +3 -1
  236. data/lib/ionoscloud/models/kubernetes_node_pool_lan.rb +8 -1
  237. data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +18 -6
  238. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +18 -6
  239. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +4 -153
  240. data/lib/ionoscloud/models/kubernetes_node_pools.rb +3 -1
  241. data/lib/ionoscloud/models/kubernetes_node_properties.rb +14 -7
  242. data/lib/ionoscloud/models/kubernetes_nodes.rb +5 -3
  243. data/lib/ionoscloud/models/label.rb +3 -1
  244. data/lib/ionoscloud/models/label_properties.rb +3 -1
  245. data/lib/ionoscloud/models/label_resource.rb +3 -1
  246. data/lib/ionoscloud/models/label_resource_properties.rb +3 -1
  247. data/lib/ionoscloud/models/label_resources.rb +5 -3
  248. data/lib/ionoscloud/models/labels.rb +5 -3
  249. data/lib/ionoscloud/models/lan.rb +3 -1
  250. data/lib/ionoscloud/models/lan_entities.rb +3 -1
  251. data/lib/ionoscloud/models/lan_nics.rb +3 -1
  252. data/lib/ionoscloud/models/lan_post.rb +3 -1
  253. data/lib/ionoscloud/models/lan_properties.rb +3 -1
  254. data/lib/ionoscloud/models/lan_properties_post.rb +3 -1
  255. data/lib/ionoscloud/models/lans.rb +3 -1
  256. data/lib/ionoscloud/models/loadbalancer.rb +3 -1
  257. data/lib/ionoscloud/models/loadbalancer_entities.rb +3 -1
  258. data/lib/ionoscloud/models/loadbalancer_properties.rb +15 -30
  259. data/lib/ionoscloud/models/loadbalancers.rb +3 -1
  260. data/lib/ionoscloud/models/location.rb +3 -1
  261. data/lib/ionoscloud/models/location_properties.rb +3 -23
  262. data/lib/ionoscloud/models/locations.rb +3 -1
  263. data/lib/ionoscloud/models/nic.rb +3 -1
  264. data/lib/ionoscloud/models/nic_entities.rb +3 -1
  265. data/lib/ionoscloud/models/nic_properties.rb +3 -1
  266. data/lib/ionoscloud/models/nics.rb +3 -1
  267. data/lib/ionoscloud/models/no_state_meta_data.rb +3 -1
  268. data/lib/ionoscloud/models/pagination_links.rb +3 -1
  269. data/lib/ionoscloud/models/peer.rb +3 -1
  270. data/lib/ionoscloud/models/private_cross_connect.rb +3 -1
  271. data/lib/ionoscloud/models/private_cross_connect_properties.rb +3 -1
  272. data/lib/ionoscloud/models/private_cross_connects.rb +3 -1
  273. data/lib/ionoscloud/models/request.rb +3 -1
  274. data/lib/ionoscloud/models/request_metadata.rb +3 -1
  275. data/lib/ionoscloud/models/request_properties.rb +3 -1
  276. data/lib/ionoscloud/models/request_status.rb +3 -1
  277. data/lib/ionoscloud/models/request_status_metadata.rb +3 -1
  278. data/lib/ionoscloud/models/request_target.rb +3 -1
  279. data/lib/ionoscloud/models/requests.rb +4 -2
  280. data/lib/ionoscloud/models/resource.rb +3 -1
  281. data/lib/ionoscloud/models/resource_entities.rb +3 -1
  282. data/lib/ionoscloud/models/resource_groups.rb +3 -1
  283. data/lib/ionoscloud/models/resource_limits.rb +3 -1
  284. data/lib/ionoscloud/models/resource_properties.rb +3 -1
  285. data/lib/ionoscloud/models/resource_reference.rb +3 -1
  286. data/lib/ionoscloud/models/resources.rb +3 -1
  287. data/lib/ionoscloud/models/resources_users.rb +3 -1
  288. data/lib/ionoscloud/models/{kubernetes_cluster_properties_for_post_and_put.rb → s3_bucket.rb} +11 -28
  289. data/lib/ionoscloud/models/s3_key.rb +3 -1
  290. data/lib/ionoscloud/models/s3_key_metadata.rb +3 -1
  291. data/lib/ionoscloud/models/s3_key_properties.rb +5 -3
  292. data/lib/ionoscloud/models/s3_keys.rb +3 -1
  293. data/lib/ionoscloud/models/s3_object_storage_sso.rb +3 -1
  294. data/lib/ionoscloud/models/server.rb +3 -1
  295. data/lib/ionoscloud/models/server_entities.rb +3 -1
  296. data/lib/ionoscloud/models/server_properties.rb +5 -3
  297. data/lib/ionoscloud/models/servers.rb +3 -1
  298. data/lib/ionoscloud/models/snapshot.rb +3 -1
  299. data/lib/ionoscloud/models/snapshot_properties.rb +3 -1
  300. data/lib/ionoscloud/models/snapshots.rb +3 -1
  301. data/lib/ionoscloud/models/type.rb +2 -1
  302. data/lib/ionoscloud/models/user.rb +3 -1
  303. data/lib/ionoscloud/models/user_metadata.rb +3 -1
  304. data/lib/ionoscloud/models/user_post.rb +223 -0
  305. data/lib/ionoscloud/models/user_properties.rb +4 -12
  306. data/lib/ionoscloud/models/user_properties_post.rb +289 -0
  307. data/lib/ionoscloud/models/user_properties_put.rb +279 -0
  308. data/lib/ionoscloud/models/user_put.rb +233 -0
  309. data/lib/ionoscloud/models/users.rb +36 -5
  310. data/lib/ionoscloud/models/users_entities.rb +3 -1
  311. data/lib/ionoscloud/models/volume.rb +3 -1
  312. data/lib/ionoscloud/models/volume_properties.rb +22 -10
  313. data/lib/ionoscloud/models/volumes.rb +3 -1
  314. data/lib/ionoscloud/version.rb +2 -2
  315. data/lib/ionoscloud.rb +11 -2
  316. data/lib/test_driver.rb +104 -0
  317. data/spec/api/_api_spec.rb +1 -1
  318. data/spec/api/backup_unit_api_spec.rb +1 -1
  319. data/spec/api/contract_api_spec.rb +1 -1
  320. data/spec/api/data_center_api_spec.rb +2 -2
  321. data/spec/api/image_api_spec.rb +1 -1
  322. data/spec/api/ip_blocks_api_spec.rb +3 -1
  323. data/spec/api/kubernetes_api_spec.rb +5 -5
  324. data/spec/api/label_api_spec.rb +1 -1
  325. data/spec/api/lan_api_spec.rb +1 -1
  326. data/spec/api/load_balancer_api_spec.rb +1 -1
  327. data/spec/api/location_api_spec.rb +1 -1
  328. data/spec/api/nic_api_spec.rb +1 -1
  329. data/spec/api/private_cross_connect_api_spec.rb +1 -1
  330. data/spec/api/request_api_spec.rb +12 -4
  331. data/spec/api/server_api_spec.rb +1 -1
  332. data/spec/api/snapshot_api_spec.rb +1 -1
  333. data/spec/api/user_management_api_spec.rb +5 -3
  334. data/spec/api/volume_api_spec.rb +1 -1
  335. data/spec/api_client_spec.rb +1 -1
  336. data/spec/configuration_spec.rb +1 -1
  337. data/spec/models/attached_volumes_spec.rb +1 -1
  338. data/spec/models/backup_unit_properties_spec.rb +1 -1
  339. data/spec/models/backup_unit_spec.rb +1 -1
  340. data/spec/models/backup_unit_sso_spec.rb +1 -1
  341. data/spec/models/backup_units_spec.rb +2 -2
  342. data/spec/models/balanced_nics_spec.rb +1 -1
  343. data/spec/models/cdroms_spec.rb +1 -1
  344. data/spec/models/connectable_datacenter_spec.rb +1 -1
  345. data/spec/models/contract_properties_spec.rb +1 -1
  346. data/spec/models/contract_spec.rb +1 -1
  347. data/spec/models/data_center_entities_spec.rb +1 -1
  348. data/spec/models/datacenter_element_metadata_spec.rb +2 -2
  349. data/spec/models/datacenter_properties_spec.rb +1 -5
  350. data/spec/models/datacenter_spec.rb +1 -1
  351. data/spec/models/datacenters_spec.rb +1 -1
  352. data/spec/models/error_message_spec.rb +1 -1
  353. data/spec/models/error_spec.rb +1 -1
  354. data/spec/models/firewall_rule_spec.rb +1 -1
  355. data/spec/models/firewall_rules_spec.rb +1 -1
  356. data/spec/models/firewallrule_properties_spec.rb +1 -13
  357. data/spec/models/group_entities_spec.rb +1 -1
  358. data/spec/models/group_members_spec.rb +1 -1
  359. data/spec/models/group_properties_spec.rb +1 -1
  360. data/spec/models/group_share_properties_spec.rb +1 -1
  361. data/spec/models/group_share_spec.rb +1 -1
  362. data/spec/models/group_shares_spec.rb +1 -1
  363. data/spec/models/group_spec.rb +1 -1
  364. data/spec/models/group_users_spec.rb +1 -1
  365. data/spec/models/groups_spec.rb +1 -1
  366. data/spec/models/image_properties_spec.rb +18 -2
  367. data/spec/models/image_spec.rb +1 -1
  368. data/spec/models/images_spec.rb +1 -1
  369. data/spec/models/info_spec.rb +1 -1
  370. data/spec/models/ip_block_properties_spec.rb +1 -1
  371. data/spec/models/ip_block_spec.rb +1 -1
  372. data/spec/models/ip_blocks_spec.rb +19 -1
  373. data/spec/models/ip_consumer_spec.rb +13 -1
  374. data/spec/models/ip_failover_spec.rb +1 -1
  375. data/spec/models/kubernetes_auto_scaling_spec.rb +1 -1
  376. data/spec/models/kubernetes_cluster_entities_spec.rb +1 -1
  377. data/spec/models/kubernetes_cluster_for_post_spec.rb +68 -0
  378. data/spec/models/kubernetes_cluster_for_put_spec.rb +68 -0
  379. data/spec/models/kubernetes_cluster_properties_for_post_spec.rb +64 -0
  380. data/spec/models/{kubernetes_cluster_properties_for_post_and_put_spec.rb → kubernetes_cluster_properties_for_put_spec.rb} +19 -7
  381. data/spec/models/kubernetes_cluster_properties_spec.rb +19 -1
  382. data/spec/models/kubernetes_cluster_spec.rb +1 -1
  383. data/spec/models/kubernetes_clusters_spec.rb +1 -1
  384. data/spec/models/kubernetes_config_properties_spec.rb +1 -1
  385. data/spec/models/kubernetes_config_spec.rb +1 -1
  386. data/spec/models/kubernetes_maintenance_window_spec.rb +1 -1
  387. data/spec/models/kubernetes_node_metadata_spec.rb +2 -2
  388. data/spec/models/kubernetes_node_pool_for_post_spec.rb +62 -0
  389. data/spec/models/kubernetes_node_pool_for_put_spec.rb +1 -1
  390. data/spec/models/kubernetes_node_pool_lan_spec.rb +1 -1
  391. data/spec/models/kubernetes_node_pool_properties_for_post_spec.rb +7 -1
  392. data/spec/models/kubernetes_node_pool_properties_for_put_spec.rb +1 -51
  393. data/spec/models/kubernetes_node_pool_properties_spec.rb +7 -1
  394. data/spec/models/kubernetes_node_pool_spec.rb +1 -1
  395. data/spec/models/kubernetes_node_pools_spec.rb +1 -1
  396. data/spec/models/kubernetes_node_properties_spec.rb +7 -1
  397. data/spec/models/kubernetes_node_spec.rb +2 -2
  398. data/spec/models/kubernetes_nodes_spec.rb +2 -2
  399. data/spec/models/label_properties_spec.rb +1 -1
  400. data/spec/models/label_resource_properties_spec.rb +1 -1
  401. data/spec/models/label_resource_spec.rb +1 -1
  402. data/spec/models/label_resources_spec.rb +2 -2
  403. data/spec/models/label_spec.rb +1 -1
  404. data/spec/models/labels_spec.rb +2 -2
  405. data/spec/models/lan_entities_spec.rb +1 -1
  406. data/spec/models/lan_nics_spec.rb +1 -1
  407. data/spec/models/lan_post_spec.rb +1 -1
  408. data/spec/models/lan_properties_post_spec.rb +1 -1
  409. data/spec/models/lan_properties_spec.rb +1 -1
  410. data/spec/models/lan_spec.rb +1 -1
  411. data/spec/models/lans_spec.rb +1 -1
  412. data/spec/models/loadbalancer_entities_spec.rb +1 -1
  413. data/spec/models/loadbalancer_properties_spec.rb +1 -5
  414. data/spec/models/loadbalancer_spec.rb +1 -1
  415. data/spec/models/loadbalancers_spec.rb +1 -1
  416. data/spec/models/location_properties_spec.rb +1 -5
  417. data/spec/models/location_spec.rb +1 -1
  418. data/spec/models/locations_spec.rb +1 -1
  419. data/spec/models/nic_entities_spec.rb +1 -1
  420. data/spec/models/nic_properties_spec.rb +1 -1
  421. data/spec/models/nic_spec.rb +1 -1
  422. data/spec/models/nics_spec.rb +1 -1
  423. data/spec/models/no_state_meta_data_spec.rb +1 -1
  424. data/spec/models/pagination_links_spec.rb +1 -1
  425. data/spec/models/peer_spec.rb +1 -1
  426. data/spec/models/private_cross_connect_properties_spec.rb +1 -1
  427. data/spec/models/private_cross_connect_spec.rb +1 -1
  428. data/spec/models/private_cross_connects_spec.rb +1 -1
  429. data/spec/models/request_metadata_spec.rb +1 -1
  430. data/spec/models/request_properties_spec.rb +1 -1
  431. data/spec/models/request_spec.rb +1 -1
  432. data/spec/models/request_status_metadata_spec.rb +1 -1
  433. data/spec/models/request_status_spec.rb +1 -1
  434. data/spec/models/request_target_spec.rb +1 -1
  435. data/spec/models/requests_spec.rb +1 -1
  436. data/spec/models/resource_entities_spec.rb +1 -1
  437. data/spec/models/resource_groups_spec.rb +1 -1
  438. data/spec/models/resource_limits_spec.rb +1 -1
  439. data/spec/models/resource_properties_spec.rb +1 -1
  440. data/spec/models/resource_reference_spec.rb +1 -1
  441. data/spec/models/resource_spec.rb +1 -1
  442. data/spec/models/resources_spec.rb +1 -1
  443. data/spec/models/resources_users_spec.rb +1 -1
  444. data/spec/models/s3_bucket_spec.rb +34 -0
  445. data/spec/models/s3_key_metadata_spec.rb +1 -1
  446. data/spec/models/s3_key_properties_spec.rb +1 -1
  447. data/spec/models/s3_key_spec.rb +1 -1
  448. data/spec/models/s3_keys_spec.rb +1 -1
  449. data/spec/models/s3_object_storage_sso_spec.rb +1 -1
  450. data/spec/models/server_entities_spec.rb +1 -1
  451. data/spec/models/server_properties_spec.rb +2 -2
  452. data/spec/models/server_spec.rb +1 -1
  453. data/spec/models/servers_spec.rb +1 -1
  454. data/spec/models/snapshot_properties_spec.rb +1 -1
  455. data/spec/models/snapshot_spec.rb +1 -1
  456. data/spec/models/snapshots_spec.rb +1 -1
  457. data/spec/models/type_spec.rb +1 -1
  458. data/spec/models/user_metadata_spec.rb +1 -1
  459. data/spec/models/user_post_spec.rb +34 -0
  460. data/spec/models/user_properties_post_spec.rb +76 -0
  461. data/spec/models/user_properties_put_spec.rb +70 -0
  462. data/spec/models/user_properties_spec.rb +1 -7
  463. data/spec/models/user_put_spec.rb +40 -0
  464. data/spec/models/user_spec.rb +1 -1
  465. data/spec/models/users_entities_spec.rb +1 -1
  466. data/spec/models/users_spec.rb +19 -1
  467. data/spec/models/volume_properties_spec.rb +9 -3
  468. data/spec/models/volume_spec.rb +1 -1
  469. data/spec/models/volumes_spec.rb +1 -1
  470. data/spec/spec_helper.rb +1 -1
  471. metadata +311 -128
  472. data/DOCS.md +0 -14618
@@ -0,0 +1,595 @@
1
+ # BackupUnitApi
2
+
3
+ All URIs are relative to *https://api.ionos.com/cloudapi/v5*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**backupunits_delete**](BackupUnitApi.md#backupunits_delete) | **DELETE** /backupunits/{backupunitId} | Delete a Backup Unit |
8
+ | [**backupunits_find_by_id**](BackupUnitApi.md#backupunits_find_by_id) | **GET** /backupunits/{backupunitId} | Returns the specified backup Unit |
9
+ | [**backupunits_get**](BackupUnitApi.md#backupunits_get) | **GET** /backupunits | List Backup Units |
10
+ | [**backupunits_patch**](BackupUnitApi.md#backupunits_patch) | **PATCH** /backupunits/{backupunitId} | Partially modify a Backup Unit |
11
+ | [**backupunits_post**](BackupUnitApi.md#backupunits_post) | **POST** /backupunits | Create a Backup Unit |
12
+ | [**backupunits_put**](BackupUnitApi.md#backupunits_put) | **PUT** /backupunits/{backupunitId} | Modify a Backup Unit |
13
+ | [**backupunits_ssourl_get**](BackupUnitApi.md#backupunits_ssourl_get) | **GET** /backupunits/{backupunitId}/ssourl | Returns a single signon URL for the specified backup Unit. |
14
+
15
+
16
+ ## backupunits_delete
17
+
18
+ > Object backupunits_delete(backupunit_id, opts)
19
+
20
+ Delete a Backup Unit
21
+
22
+ NOTE: Running through the deletion process will delete: - the backup plans inside the Backup Unit. - all backups associated with the Backup Unit. - the backup user and finally also the unit
23
+
24
+ ### Examples
25
+
26
+ ```ruby
27
+ require 'time'
28
+ require 'ionoscloud'
29
+ # setup authorization
30
+ Ionoscloud.configure do |config|
31
+ # Configure HTTP basic authorization: Basic Authentication
32
+ config.username = 'YOUR USERNAME'
33
+ config.password = 'YOUR PASSWORD'
34
+
35
+ # Configure API key authorization: Token Authentication
36
+ config.api_key['Authorization'] = 'YOUR API KEY'
37
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
38
+ # config.api_key_prefix['Authorization'] = 'Bearer'
39
+ end
40
+
41
+ api_instance = Ionoscloud::BackupUnitApi.new
42
+ backupunit_id = 'backupunit_id_example' # String | The unique ID of the backup Unit
43
+ opts = {
44
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
45
+ 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
46
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
47
+ }
48
+
49
+ begin
50
+ # Delete a Backup Unit
51
+ result = api_instance.backupunits_delete(backupunit_id, opts)
52
+ p result
53
+ rescue Ionoscloud::ApiError => e
54
+ puts "Error when calling BackupUnitApi->backupunits_delete: #{e}"
55
+ end
56
+ ```
57
+
58
+ #### Using the backupunits_delete_with_http_info variant
59
+
60
+ This returns an Array which contains the response data, status code and headers.
61
+
62
+ > <Array(Object, Integer, Hash)> backupunits_delete_with_http_info(backupunit_id, opts)
63
+
64
+ ```ruby
65
+ begin
66
+ # Delete a Backup Unit
67
+ data, status_code, headers = api_instance.backupunits_delete_with_http_info(backupunit_id, opts)
68
+ p status_code # => 2xx
69
+ p headers # => { ... }
70
+ p data # => Object
71
+ rescue Ionoscloud::ApiError => e
72
+ puts "Error when calling BackupUnitApi->backupunits_delete_with_http_info: #{e}"
73
+ end
74
+ ```
75
+
76
+ ### Parameters
77
+
78
+ | Name | Type | Description | Notes |
79
+ | ---- | ---- | ----------- | ----- |
80
+ | **backupunit_id** | **String** | The unique ID of the backup Unit | |
81
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
82
+ | **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] |
83
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
84
+
85
+ ### Return type
86
+
87
+ **Object**
88
+
89
+ ### Authorization
90
+
91
+ Basic Authentication, Token Authentication
92
+
93
+ ### HTTP request headers
94
+
95
+ - **Content-Type**: Not defined
96
+ - **Accept**: application/json
97
+
98
+
99
+ ## backupunits_find_by_id
100
+
101
+ > <BackupUnit> backupunits_find_by_id(backupunit_id, opts)
102
+
103
+ Returns the specified backup Unit
104
+
105
+ You can retrieve the details of an specific backup unit.
106
+
107
+ ### Examples
108
+
109
+ ```ruby
110
+ require 'time'
111
+ require 'ionoscloud'
112
+ # setup authorization
113
+ Ionoscloud.configure do |config|
114
+ # Configure HTTP basic authorization: Basic Authentication
115
+ config.username = 'YOUR USERNAME'
116
+ config.password = 'YOUR PASSWORD'
117
+
118
+ # Configure API key authorization: Token Authentication
119
+ config.api_key['Authorization'] = 'YOUR API KEY'
120
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
121
+ # config.api_key_prefix['Authorization'] = 'Bearer'
122
+ end
123
+
124
+ api_instance = Ionoscloud::BackupUnitApi.new
125
+ backupunit_id = 'backupunit_id_example' # String | The unique ID of the backup unit
126
+ opts = {
127
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
128
+ 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
129
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
130
+ }
131
+
132
+ begin
133
+ # Returns the specified backup Unit
134
+ result = api_instance.backupunits_find_by_id(backupunit_id, opts)
135
+ p result
136
+ rescue Ionoscloud::ApiError => e
137
+ puts "Error when calling BackupUnitApi->backupunits_find_by_id: #{e}"
138
+ end
139
+ ```
140
+
141
+ #### Using the backupunits_find_by_id_with_http_info variant
142
+
143
+ This returns an Array which contains the response data, status code and headers.
144
+
145
+ > <Array(<BackupUnit>, Integer, Hash)> backupunits_find_by_id_with_http_info(backupunit_id, opts)
146
+
147
+ ```ruby
148
+ begin
149
+ # Returns the specified backup Unit
150
+ data, status_code, headers = api_instance.backupunits_find_by_id_with_http_info(backupunit_id, opts)
151
+ p status_code # => 2xx
152
+ p headers # => { ... }
153
+ p data # => <BackupUnit>
154
+ rescue Ionoscloud::ApiError => e
155
+ puts "Error when calling BackupUnitApi->backupunits_find_by_id_with_http_info: #{e}"
156
+ end
157
+ ```
158
+
159
+ ### Parameters
160
+
161
+ | Name | Type | Description | Notes |
162
+ | ---- | ---- | ----------- | ----- |
163
+ | **backupunit_id** | **String** | The unique ID of the backup unit | |
164
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
165
+ | **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] |
166
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
167
+
168
+ ### Return type
169
+
170
+ [**BackupUnit**](BackupUnit.md)
171
+
172
+ ### Authorization
173
+
174
+ Basic Authentication, Token Authentication
175
+
176
+ ### HTTP request headers
177
+
178
+ - **Content-Type**: Not defined
179
+ - **Accept**: application/json
180
+
181
+
182
+ ## backupunits_get
183
+
184
+ > <BackupUnits> backupunits_get(opts)
185
+
186
+ List Backup Units
187
+
188
+ You can retrieve a complete list of backup Units that you have access to.
189
+
190
+ ### Examples
191
+
192
+ ```ruby
193
+ require 'time'
194
+ require 'ionoscloud'
195
+ # setup authorization
196
+ Ionoscloud.configure do |config|
197
+ # Configure HTTP basic authorization: Basic Authentication
198
+ config.username = 'YOUR USERNAME'
199
+ config.password = 'YOUR PASSWORD'
200
+
201
+ # Configure API key authorization: Token Authentication
202
+ config.api_key['Authorization'] = 'YOUR API KEY'
203
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
204
+ # config.api_key_prefix['Authorization'] = 'Bearer'
205
+ end
206
+
207
+ api_instance = Ionoscloud::BackupUnitApi.new
208
+ opts = {
209
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
210
+ 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
211
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
212
+ }
213
+
214
+ begin
215
+ # List Backup Units
216
+ result = api_instance.backupunits_get(opts)
217
+ p result
218
+ rescue Ionoscloud::ApiError => e
219
+ puts "Error when calling BackupUnitApi->backupunits_get: #{e}"
220
+ end
221
+ ```
222
+
223
+ #### Using the backupunits_get_with_http_info variant
224
+
225
+ This returns an Array which contains the response data, status code and headers.
226
+
227
+ > <Array(<BackupUnits>, Integer, Hash)> backupunits_get_with_http_info(opts)
228
+
229
+ ```ruby
230
+ begin
231
+ # List Backup Units
232
+ data, status_code, headers = api_instance.backupunits_get_with_http_info(opts)
233
+ p status_code # => 2xx
234
+ p headers # => { ... }
235
+ p data # => <BackupUnits>
236
+ rescue Ionoscloud::ApiError => e
237
+ puts "Error when calling BackupUnitApi->backupunits_get_with_http_info: #{e}"
238
+ end
239
+ ```
240
+
241
+ ### Parameters
242
+
243
+ | Name | Type | Description | Notes |
244
+ | ---- | ---- | ----------- | ----- |
245
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
246
+ | **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] |
247
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
248
+
249
+ ### Return type
250
+
251
+ [**BackupUnits**](BackupUnits.md)
252
+
253
+ ### Authorization
254
+
255
+ Basic Authentication, Token Authentication
256
+
257
+ ### HTTP request headers
258
+
259
+ - **Content-Type**: Not defined
260
+ - **Accept**: application/json
261
+
262
+
263
+ ## backupunits_patch
264
+
265
+ > <BackupUnit> backupunits_patch(backupunit_id, backup_unit_properties, opts)
266
+
267
+ Partially modify a Backup Unit
268
+
269
+ You can use update a backup Unit properties
270
+
271
+ ### Examples
272
+
273
+ ```ruby
274
+ require 'time'
275
+ require 'ionoscloud'
276
+ # setup authorization
277
+ Ionoscloud.configure do |config|
278
+ # Configure HTTP basic authorization: Basic Authentication
279
+ config.username = 'YOUR USERNAME'
280
+ config.password = 'YOUR PASSWORD'
281
+
282
+ # Configure API key authorization: Token Authentication
283
+ config.api_key['Authorization'] = 'YOUR API KEY'
284
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
285
+ # config.api_key_prefix['Authorization'] = 'Bearer'
286
+ end
287
+
288
+ api_instance = Ionoscloud::BackupUnitApi.new
289
+ backupunit_id = 'backupunit_id_example' # String | The unique ID of the backup unit
290
+ backup_unit_properties = Ionoscloud::BackupUnitProperties.new({name: 'BackupUnitName'}) # BackupUnitProperties | Modified backup Unit properties
291
+ opts = {
292
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
293
+ 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
294
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
295
+ }
296
+
297
+ begin
298
+ # Partially modify a Backup Unit
299
+ result = api_instance.backupunits_patch(backupunit_id, backup_unit_properties, opts)
300
+ p result
301
+ rescue Ionoscloud::ApiError => e
302
+ puts "Error when calling BackupUnitApi->backupunits_patch: #{e}"
303
+ end
304
+ ```
305
+
306
+ #### Using the backupunits_patch_with_http_info variant
307
+
308
+ This returns an Array which contains the response data, status code and headers.
309
+
310
+ > <Array(<BackupUnit>, Integer, Hash)> backupunits_patch_with_http_info(backupunit_id, backup_unit_properties, opts)
311
+
312
+ ```ruby
313
+ begin
314
+ # Partially modify a Backup Unit
315
+ data, status_code, headers = api_instance.backupunits_patch_with_http_info(backupunit_id, backup_unit_properties, opts)
316
+ p status_code # => 2xx
317
+ p headers # => { ... }
318
+ p data # => <BackupUnit>
319
+ rescue Ionoscloud::ApiError => e
320
+ puts "Error when calling BackupUnitApi->backupunits_patch_with_http_info: #{e}"
321
+ end
322
+ ```
323
+
324
+ ### Parameters
325
+
326
+ | Name | Type | Description | Notes |
327
+ | ---- | ---- | ----------- | ----- |
328
+ | **backupunit_id** | **String** | The unique ID of the backup unit | |
329
+ | **backup_unit_properties** | [**BackupUnitProperties**](BackupUnitProperties.md) | Modified backup Unit properties | |
330
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
331
+ | **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] |
332
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
333
+
334
+ ### Return type
335
+
336
+ [**BackupUnit**](BackupUnit.md)
337
+
338
+ ### Authorization
339
+
340
+ Basic Authentication, Token Authentication
341
+
342
+ ### HTTP request headers
343
+
344
+ - **Content-Type**: application/json
345
+ - **Accept**: application/json
346
+
347
+
348
+ ## backupunits_post
349
+
350
+ > <BackupUnit> backupunits_post(backup_unit, opts)
351
+
352
+ Create a Backup Unit
353
+
354
+ Create a Backup Unit. A Backup Unit is considered a resource like a virtual datacenter, IP Block, snapshot, etc. It shall be shareable via groups inside our User Management Feature
355
+
356
+ ### Examples
357
+
358
+ ```ruby
359
+ require 'time'
360
+ require 'ionoscloud'
361
+ # setup authorization
362
+ Ionoscloud.configure do |config|
363
+ # Configure HTTP basic authorization: Basic Authentication
364
+ config.username = 'YOUR USERNAME'
365
+ config.password = 'YOUR PASSWORD'
366
+
367
+ # Configure API key authorization: Token Authentication
368
+ config.api_key['Authorization'] = 'YOUR API KEY'
369
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
370
+ # config.api_key_prefix['Authorization'] = 'Bearer'
371
+ end
372
+
373
+ api_instance = Ionoscloud::BackupUnitApi.new
374
+ backup_unit = Ionoscloud::BackupUnit.new({properties: Ionoscloud::BackupUnitProperties.new({name: 'BackupUnitName'})}) # BackupUnit | Payload containing data to create a new Backup Unit
375
+ opts = {
376
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
377
+ 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
378
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
379
+ }
380
+
381
+ begin
382
+ # Create a Backup Unit
383
+ result = api_instance.backupunits_post(backup_unit, opts)
384
+ p result
385
+ rescue Ionoscloud::ApiError => e
386
+ puts "Error when calling BackupUnitApi->backupunits_post: #{e}"
387
+ end
388
+ ```
389
+
390
+ #### Using the backupunits_post_with_http_info variant
391
+
392
+ This returns an Array which contains the response data, status code and headers.
393
+
394
+ > <Array(<BackupUnit>, Integer, Hash)> backupunits_post_with_http_info(backup_unit, opts)
395
+
396
+ ```ruby
397
+ begin
398
+ # Create a Backup Unit
399
+ data, status_code, headers = api_instance.backupunits_post_with_http_info(backup_unit, opts)
400
+ p status_code # => 2xx
401
+ p headers # => { ... }
402
+ p data # => <BackupUnit>
403
+ rescue Ionoscloud::ApiError => e
404
+ puts "Error when calling BackupUnitApi->backupunits_post_with_http_info: #{e}"
405
+ end
406
+ ```
407
+
408
+ ### Parameters
409
+
410
+ | Name | Type | Description | Notes |
411
+ | ---- | ---- | ----------- | ----- |
412
+ | **backup_unit** | [**BackupUnit**](BackupUnit.md) | Payload containing data to create a new Backup Unit | |
413
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
414
+ | **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] |
415
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
416
+
417
+ ### Return type
418
+
419
+ [**BackupUnit**](BackupUnit.md)
420
+
421
+ ### Authorization
422
+
423
+ Basic Authentication, Token Authentication
424
+
425
+ ### HTTP request headers
426
+
427
+ - **Content-Type**: application/json
428
+ - **Accept**: application/json
429
+
430
+
431
+ ## backupunits_put
432
+
433
+ > <BackupUnit> backupunits_put(backupunit_id, backup_unit, opts)
434
+
435
+ Modify a Backup Unit
436
+
437
+ You can use update a backup Unit properties
438
+
439
+ ### Examples
440
+
441
+ ```ruby
442
+ require 'time'
443
+ require 'ionoscloud'
444
+ # setup authorization
445
+ Ionoscloud.configure do |config|
446
+ # Configure HTTP basic authorization: Basic Authentication
447
+ config.username = 'YOUR USERNAME'
448
+ config.password = 'YOUR PASSWORD'
449
+
450
+ # Configure API key authorization: Token Authentication
451
+ config.api_key['Authorization'] = 'YOUR API KEY'
452
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
453
+ # config.api_key_prefix['Authorization'] = 'Bearer'
454
+ end
455
+
456
+ api_instance = Ionoscloud::BackupUnitApi.new
457
+ backupunit_id = 'backupunit_id_example' # String | The unique ID of the backup unit
458
+ backup_unit = Ionoscloud::BackupUnit.new({properties: Ionoscloud::BackupUnitProperties.new({name: 'BackupUnitName'})}) # BackupUnit | Modified backup Unit
459
+ opts = {
460
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
461
+ 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
462
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
463
+ }
464
+
465
+ begin
466
+ # Modify a Backup Unit
467
+ result = api_instance.backupunits_put(backupunit_id, backup_unit, opts)
468
+ p result
469
+ rescue Ionoscloud::ApiError => e
470
+ puts "Error when calling BackupUnitApi->backupunits_put: #{e}"
471
+ end
472
+ ```
473
+
474
+ #### Using the backupunits_put_with_http_info variant
475
+
476
+ This returns an Array which contains the response data, status code and headers.
477
+
478
+ > <Array(<BackupUnit>, Integer, Hash)> backupunits_put_with_http_info(backupunit_id, backup_unit, opts)
479
+
480
+ ```ruby
481
+ begin
482
+ # Modify a Backup Unit
483
+ data, status_code, headers = api_instance.backupunits_put_with_http_info(backupunit_id, backup_unit, opts)
484
+ p status_code # => 2xx
485
+ p headers # => { ... }
486
+ p data # => <BackupUnit>
487
+ rescue Ionoscloud::ApiError => e
488
+ puts "Error when calling BackupUnitApi->backupunits_put_with_http_info: #{e}"
489
+ end
490
+ ```
491
+
492
+ ### Parameters
493
+
494
+ | Name | Type | Description | Notes |
495
+ | ---- | ---- | ----------- | ----- |
496
+ | **backupunit_id** | **String** | The unique ID of the backup unit | |
497
+ | **backup_unit** | [**BackupUnit**](BackupUnit.md) | Modified backup Unit | |
498
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
499
+ | **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] |
500
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
501
+
502
+ ### Return type
503
+
504
+ [**BackupUnit**](BackupUnit.md)
505
+
506
+ ### Authorization
507
+
508
+ Basic Authentication, Token Authentication
509
+
510
+ ### HTTP request headers
511
+
512
+ - **Content-Type**: application/json
513
+ - **Accept**: application/json
514
+
515
+
516
+ ## backupunits_ssourl_get
517
+
518
+ > <BackupUnitSSO> backupunits_ssourl_get(backupunit_id, opts)
519
+
520
+ Returns a single signon URL for the specified backup Unit.
521
+
522
+ Returns a single signon URL for the specified backup Unit.
523
+
524
+ ### Examples
525
+
526
+ ```ruby
527
+ require 'time'
528
+ require 'ionoscloud'
529
+ # setup authorization
530
+ Ionoscloud.configure do |config|
531
+ # Configure HTTP basic authorization: Basic Authentication
532
+ config.username = 'YOUR USERNAME'
533
+ config.password = 'YOUR PASSWORD'
534
+
535
+ # Configure API key authorization: Token Authentication
536
+ config.api_key['Authorization'] = 'YOUR API KEY'
537
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
538
+ # config.api_key_prefix['Authorization'] = 'Bearer'
539
+ end
540
+
541
+ api_instance = Ionoscloud::BackupUnitApi.new
542
+ backupunit_id = 'backupunit_id_example' # String | The unique UUID of the backup unit
543
+ opts = {
544
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
545
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
546
+ }
547
+
548
+ begin
549
+ # Returns a single signon URL for the specified backup Unit.
550
+ result = api_instance.backupunits_ssourl_get(backupunit_id, opts)
551
+ p result
552
+ rescue Ionoscloud::ApiError => e
553
+ puts "Error when calling BackupUnitApi->backupunits_ssourl_get: #{e}"
554
+ end
555
+ ```
556
+
557
+ #### Using the backupunits_ssourl_get_with_http_info variant
558
+
559
+ This returns an Array which contains the response data, status code and headers.
560
+
561
+ > <Array(<BackupUnitSSO>, Integer, Hash)> backupunits_ssourl_get_with_http_info(backupunit_id, opts)
562
+
563
+ ```ruby
564
+ begin
565
+ # Returns a single signon URL for the specified backup Unit.
566
+ data, status_code, headers = api_instance.backupunits_ssourl_get_with_http_info(backupunit_id, opts)
567
+ p status_code # => 2xx
568
+ p headers # => { ... }
569
+ p data # => <BackupUnitSSO>
570
+ rescue Ionoscloud::ApiError => e
571
+ puts "Error when calling BackupUnitApi->backupunits_ssourl_get_with_http_info: #{e}"
572
+ end
573
+ ```
574
+
575
+ ### Parameters
576
+
577
+ | Name | Type | Description | Notes |
578
+ | ---- | ---- | ----------- | ----- |
579
+ | **backupunit_id** | **String** | The unique UUID of the backup unit | |
580
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
581
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
582
+
583
+ ### Return type
584
+
585
+ [**BackupUnitSSO**](BackupUnitSSO.md)
586
+
587
+ ### Authorization
588
+
589
+ Basic Authentication, Token Authentication
590
+
591
+ ### HTTP request headers
592
+
593
+ - **Content-Type**: Not defined
594
+ - **Accept**: application/json
595
+
@@ -0,0 +1,89 @@
1
+ # ContractApi
2
+
3
+ All URIs are relative to *https://api.ionos.com/cloudapi/v5*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**contracts_get**](ContractApi.md#contracts_get) | **GET** /contracts | Retrieve a Contract |
8
+
9
+
10
+ ## contracts_get
11
+
12
+ > <Contract> contracts_get(opts)
13
+
14
+ Retrieve a Contract
15
+
16
+ Retrieves the attributes of user's contract.
17
+
18
+ ### Examples
19
+
20
+ ```ruby
21
+ require 'time'
22
+ require 'ionoscloud'
23
+ # setup authorization
24
+ Ionoscloud.configure do |config|
25
+ # Configure HTTP basic authorization: Basic Authentication
26
+ config.username = 'YOUR USERNAME'
27
+ config.password = 'YOUR PASSWORD'
28
+
29
+ # Configure API key authorization: Token Authentication
30
+ config.api_key['Authorization'] = 'YOUR API KEY'
31
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
32
+ # config.api_key_prefix['Authorization'] = 'Bearer'
33
+ end
34
+
35
+ api_instance = Ionoscloud::ContractApi.new
36
+ opts = {
37
+ pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
38
+ 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
39
+ x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
40
+ }
41
+
42
+ begin
43
+ # Retrieve a Contract
44
+ result = api_instance.contracts_get(opts)
45
+ p result
46
+ rescue Ionoscloud::ApiError => e
47
+ puts "Error when calling ContractApi->contracts_get: #{e}"
48
+ end
49
+ ```
50
+
51
+ #### Using the contracts_get_with_http_info variant
52
+
53
+ This returns an Array which contains the response data, status code and headers.
54
+
55
+ > <Array(<Contract>, Integer, Hash)> contracts_get_with_http_info(opts)
56
+
57
+ ```ruby
58
+ begin
59
+ # Retrieve a Contract
60
+ data, status_code, headers = api_instance.contracts_get_with_http_info(opts)
61
+ p status_code # => 2xx
62
+ p headers # => { ... }
63
+ p data # => <Contract>
64
+ rescue Ionoscloud::ApiError => e
65
+ puts "Error when calling ContractApi->contracts_get_with_http_info: #{e}"
66
+ end
67
+ ```
68
+
69
+ ### Parameters
70
+
71
+ | Name | Type | Description | Notes |
72
+ | ---- | ---- | ----------- | ----- |
73
+ | **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
74
+ | **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] |
75
+ | **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
76
+
77
+ ### Return type
78
+
79
+ [**Contract**](Contract.md)
80
+
81
+ ### Authorization
82
+
83
+ Basic Authentication, Token Authentication
84
+
85
+ ### HTTP request headers
86
+
87
+ - **Content-Type**: Not defined
88
+ - **Accept**: application/json
89
+