ionoscloud 6.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +70 -0
  3. data/README.md +10 -1
  4. data/docs/README.md +2 -2
  5. data/docs/api/BackupUnitsApi.md +14 -14
  6. data/docs/api/ContractResourcesApi.md +2 -2
  7. data/docs/api/DataCentersApi.md +15 -15
  8. data/docs/api/DefaultApi.md +2 -2
  9. data/docs/api/FirewallRulesApi.md +14 -14
  10. data/docs/api/FlowLogsApi.md +2 -2
  11. data/docs/api/IPBlocksApi.md +14 -14
  12. data/docs/api/ImagesApi.md +10 -10
  13. data/docs/api/KubernetesApi.md +30 -30
  14. data/docs/api/LANsApi.md +22 -22
  15. data/docs/api/LabelsApi.md +54 -54
  16. data/docs/api/LoadBalancersApi.md +22 -22
  17. data/docs/api/LocationsApi.md +6 -6
  18. data/docs/api/NATGatewaysApi.md +26 -26
  19. data/docs/api/NetworkInterfacesApi.md +14 -14
  20. data/docs/api/NetworkLoadBalancersApi.md +38 -38
  21. data/docs/api/PrivateCrossConnectsApi.md +10 -10
  22. data/docs/api/RequestsApi.md +8 -8
  23. data/docs/api/ServersApi.md +62 -52
  24. data/docs/api/SnapshotsApi.md +10 -10
  25. data/docs/api/UserManagementApi.md +50 -50
  26. data/docs/api/UserS3KeysApi.md +12 -12
  27. data/docs/api/VolumesApi.md +18 -18
  28. data/docs/models/AttachedVolumes.md +1 -1
  29. data/docs/models/BackupUnits.md +1 -1
  30. data/docs/models/BalancedNics.md +1 -1
  31. data/docs/models/Cdroms.md +1 -1
  32. data/docs/models/Contracts.md +1 -1
  33. data/docs/models/Datacenters.md +1 -1
  34. data/docs/models/ErrorMessage.md +1 -1
  35. data/docs/models/FirewallRules.md +1 -1
  36. data/docs/models/FirewallruleProperties.md +1 -1
  37. data/docs/models/FlowLogs.md +1 -1
  38. data/docs/models/GroupMembers.md +1 -1
  39. data/docs/models/GroupShares.md +1 -1
  40. data/docs/models/GroupUsers.md +1 -1
  41. data/docs/models/Groups.md +1 -1
  42. data/docs/models/Images.md +1 -1
  43. data/docs/models/IpBlocks.md +3 -3
  44. data/docs/models/KubernetesClusterProperties.md +3 -1
  45. data/docs/models/KubernetesClusterPropertiesForPost.md +3 -1
  46. data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
  47. data/docs/models/KubernetesClusters.md +1 -1
  48. data/docs/models/KubernetesNodePoolProperties.md +4 -1
  49. data/docs/models/KubernetesNodePoolPropertiesForPost.md +4 -1
  50. data/docs/models/KubernetesNodePoolPropertiesForPut.md +1 -1
  51. data/docs/models/KubernetesNodePools.md +1 -1
  52. data/docs/models/KubernetesNodes.md +1 -1
  53. data/docs/models/LabelResources.md +1 -1
  54. data/docs/models/Labels.md +1 -1
  55. data/docs/models/LanNics.md +1 -1
  56. data/docs/models/Lans.md +1 -1
  57. data/docs/models/Loadbalancers.md +1 -1
  58. data/docs/models/Locations.md +1 -1
  59. data/docs/models/NatGatewayProperties.md +1 -1
  60. data/docs/models/NatGatewayRules.md +1 -1
  61. data/docs/models/NatGateways.md +1 -1
  62. data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +4 -4
  63. data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +5 -5
  64. data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +3 -3
  65. data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +3 -3
  66. data/docs/models/NetworkLoadBalancerForwardingRules.md +1 -1
  67. data/docs/models/NetworkLoadBalancerProperties.md +2 -2
  68. data/docs/models/NetworkLoadBalancers.md +1 -1
  69. data/docs/models/NicProperties.md +3 -3
  70. data/docs/models/Nics.md +1 -1
  71. data/docs/models/PrivateCrossConnects.md +1 -1
  72. data/docs/models/Requests.md +3 -3
  73. data/docs/models/ResourceGroups.md +1 -1
  74. data/docs/models/Resources.md +1 -1
  75. data/docs/models/ResourcesUsers.md +1 -1
  76. data/docs/models/S3Keys.md +1 -1
  77. data/docs/models/Servers.md +1 -1
  78. data/docs/models/Snapshots.md +1 -1
  79. data/docs/models/Templates.md +1 -1
  80. data/docs/models/Users.md +1 -1
  81. data/docs/models/VolumeProperties.md +4 -2
  82. data/docs/models/Volumes.md +1 -1
  83. data/git_push.sh +0 -3
  84. data/lib/ionoscloud/api/_api.rb +2 -2
  85. data/lib/ionoscloud/api/backup_units_api.rb +14 -14
  86. data/lib/ionoscloud/api/contract_resources_api.rb +2 -2
  87. data/lib/ionoscloud/api/data_centers_api.rb +16 -16
  88. data/lib/ionoscloud/api/firewall_rules_api.rb +14 -14
  89. data/lib/ionoscloud/api/flow_logs_api.rb +2 -2
  90. data/lib/ionoscloud/api/images_api.rb +10 -10
  91. data/lib/ionoscloud/api/ip_blocks_api.rb +14 -14
  92. data/lib/ionoscloud/api/kubernetes_api.rb +30 -30
  93. data/lib/ionoscloud/api/labels_api.rb +54 -54
  94. data/lib/ionoscloud/api/lans_api.rb +22 -22
  95. data/lib/ionoscloud/api/load_balancers_api.rb +22 -22
  96. data/lib/ionoscloud/api/locations_api.rb +6 -6
  97. data/lib/ionoscloud/api/nat_gateways_api.rb +26 -26
  98. data/lib/ionoscloud/api/network_interfaces_api.rb +14 -14
  99. data/lib/ionoscloud/api/network_load_balancers_api.rb +38 -38
  100. data/lib/ionoscloud/api/private_cross_connects_api.rb +10 -10
  101. data/lib/ionoscloud/api/requests_api.rb +8 -8
  102. data/lib/ionoscloud/api/servers_api.rb +52 -52
  103. data/lib/ionoscloud/api/snapshots_api.rb +10 -10
  104. data/lib/ionoscloud/api/user_management_api.rb +50 -50
  105. data/lib/ionoscloud/api/user_s3_keys_api.rb +12 -12
  106. data/lib/ionoscloud/api/volumes_api.rb +19 -19
  107. data/lib/ionoscloud/api_client.rb +1 -1
  108. data/lib/ionoscloud/models/attached_volumes.rb +1 -1
  109. data/lib/ionoscloud/models/backup_units.rb +1 -1
  110. data/lib/ionoscloud/models/balanced_nics.rb +1 -1
  111. data/lib/ionoscloud/models/cdroms.rb +1 -1
  112. data/lib/ionoscloud/models/contracts.rb +1 -1
  113. data/lib/ionoscloud/models/datacenters.rb +1 -1
  114. data/lib/ionoscloud/models/error_message.rb +1 -1
  115. data/lib/ionoscloud/models/firewall_rules.rb +1 -1
  116. data/lib/ionoscloud/models/firewallrule_properties.rb +6 -1
  117. data/lib/ionoscloud/models/flow_logs.rb +1 -1
  118. data/lib/ionoscloud/models/group_members.rb +1 -1
  119. data/lib/ionoscloud/models/group_shares.rb +1 -1
  120. data/lib/ionoscloud/models/group_users.rb +1 -1
  121. data/lib/ionoscloud/models/groups.rb +1 -1
  122. data/lib/ionoscloud/models/image_properties.rb +2 -2
  123. data/lib/ionoscloud/models/images.rb +1 -1
  124. data/lib/ionoscloud/models/ip_blocks.rb +3 -3
  125. data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +22 -2
  126. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +22 -2
  127. data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +1 -1
  128. data/lib/ionoscloud/models/kubernetes_clusters.rb +1 -1
  129. data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +21 -3
  130. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +21 -3
  131. data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +1 -1
  132. data/lib/ionoscloud/models/kubernetes_node_pools.rb +1 -1
  133. data/lib/ionoscloud/models/kubernetes_nodes.rb +1 -1
  134. data/lib/ionoscloud/models/label_resources.rb +1 -1
  135. data/lib/ionoscloud/models/labels.rb +1 -1
  136. data/lib/ionoscloud/models/lan_nics.rb +1 -1
  137. data/lib/ionoscloud/models/lans.rb +1 -1
  138. data/lib/ionoscloud/models/loadbalancer_properties.rb +1 -0
  139. data/lib/ionoscloud/models/loadbalancers.rb +1 -1
  140. data/lib/ionoscloud/models/locations.rb +1 -1
  141. data/lib/ionoscloud/models/nat_gateway_properties.rb +1 -1
  142. data/lib/ionoscloud/models/nat_gateway_rules.rb +1 -1
  143. data/lib/ionoscloud/models/nat_gateways.rb +1 -1
  144. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +4 -4
  145. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +5 -5
  146. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +3 -3
  147. data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +3 -3
  148. data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +1 -1
  149. data/lib/ionoscloud/models/network_load_balancer_properties.rb +2 -2
  150. data/lib/ionoscloud/models/network_load_balancers.rb +1 -1
  151. data/lib/ionoscloud/models/nic_properties.rb +4 -3
  152. data/lib/ionoscloud/models/nics.rb +1 -1
  153. data/lib/ionoscloud/models/private_cross_connects.rb +1 -1
  154. data/lib/ionoscloud/models/requests.rb +3 -3
  155. data/lib/ionoscloud/models/resource_groups.rb +1 -1
  156. data/lib/ionoscloud/models/resources.rb +1 -1
  157. data/lib/ionoscloud/models/resources_users.rb +1 -1
  158. data/lib/ionoscloud/models/s3_keys.rb +1 -1
  159. data/lib/ionoscloud/models/servers.rb +1 -1
  160. data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
  161. data/lib/ionoscloud/models/snapshots.rb +1 -1
  162. data/lib/ionoscloud/models/templates.rb +1 -1
  163. data/lib/ionoscloud/models/users.rb +1 -1
  164. data/lib/ionoscloud/models/volume_properties.rb +25 -7
  165. data/lib/ionoscloud/models/volumes.rb +1 -1
  166. data/lib/ionoscloud/version.rb +1 -1
  167. data/lib/test_driver.rb +119 -0
  168. metadata +7 -5
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Nic>**](Nic.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Nic>**](Nic.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
data/docs/models/Lans.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Lan>**](Lan.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Lan>**](Lan.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Loadbalancer>**](Loadbalancer.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Loadbalancer>**](Loadbalancer.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Location>**](Location.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Location>**](Location.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Name of the NAT Gateway. | |
8
8
  | **public_ips** | **Array<String>** | Collection of public IP addresses of the NAT Gateway. Should be customer reserved IP addresses in that location. | |
9
- | **lans** | [**Array<NatGatewayLanProperties>**](NatGatewayLanProperties.md) | Collection of LANs connected to the NAT Gateway. IPs must contain valid subnet mask. If user will not provide any IP then system will generate an IP with /24 subnet. | [optional] |
9
+ | **lans** | [**Array<NatGatewayLanProperties>**](NatGatewayLanProperties.md) | Collection of LANs connected to the NAT Gateway. IPs must contain a valid subnet mask. If no IP is provided, the system will generate an IP with /24 subnet. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<NatGatewayRule>**](NatGatewayRule.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<NatGatewayRule>**](NatGatewayRule.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<NatGateway>**](NatGateway.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<NatGateway>**](NatGateway.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -4,10 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_timeout** | **Integer** | ClientTimeout is expressed in milliseconds. This inactivity timeout applies when the client is expected to acknowledge or send data. If unset the default of 50 seconds will be used. | [optional] |
8
- | **connect_timeout** | **Integer** | It specifies the maximum time (in milliseconds) to wait for a connection attempt to a target VM to succeed. If unset, the default of 5 seconds will be used. | [optional] |
9
- | **target_timeout** | **Integer** | TargetTimeout specifies the maximum inactivity time (in milliseconds) on the target VM side. If unset, the default of 50 seconds will be used. | [optional] |
10
- | **retries** | **Integer** | Retries specifies the number of retries to perform on a target VM after a connection failure. If unset, the default value of 3 will be used. (valid range: [0, 65535]) | [optional] |
7
+ | **client_timeout** | **Integer** | The maximum time in milliseconds to wait for the client to acknowledge or send data; default is 50,000 (50 seconds). | [optional] |
8
+ | **connect_timeout** | **Integer** | The maximum time in milliseconds to wait for a connection attempt to a target to succeed; default is 5000 (five seconds). | [optional] |
9
+ | **target_timeout** | **Integer** | The maximum time in milliseconds that a target can remain inactive; default is 50,000 (50 seconds). | [optional] |
10
+ | **retries** | **Integer** | The maximum number of attempts to reconnect to a target after a connection failure. Valid range is 0 to 65535 and default is three reconnection attempts. | [optional] |
11
11
 
12
12
  ## Example
13
13
 
@@ -5,12 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | The name of the Network Load Balancer forwarding rule. | |
8
- | **algorithm** | **String** | Algorithm for the balancing. | |
9
- | **protocol** | **String** | Protocol of the balancing. | |
10
- | **listener_ip** | **String** | Listening IP. (inbound) | |
11
- | **listener_port** | **Integer** | Listening port number. (inbound) (range: 1 to 65535) | |
8
+ | **algorithm** | **String** | Balancing algorithm | |
9
+ | **protocol** | **String** | Balancing protocol | |
10
+ | **listener_ip** | **String** | Listening (inbound) IP | |
11
+ | **listener_port** | **Integer** | Listening (inbound) port number; valid range is 1 to 65535. | |
12
12
  | **health_check** | [**NetworkLoadBalancerForwardingRuleHealthCheck**](NetworkLoadBalancerForwardingRuleHealthCheck.md) | | [optional] |
13
- | **targets** | [**Array<NetworkLoadBalancerForwardingRuleTarget>**](NetworkLoadBalancerForwardingRuleTarget.md) | Array of items in that collection. | |
13
+ | **targets** | [**Array<NetworkLoadBalancerForwardingRuleTarget>**](NetworkLoadBalancerForwardingRuleTarget.md) | Array of items in the collection. | |
14
14
 
15
15
  ## Example
16
16
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **ip** | **String** | IP of a balanced target VM | |
8
- | **port** | **Integer** | Port of the balanced target service. (range: 1 to 65535) | |
9
- | **weight** | **Integer** | Weight parameter is used to adjust the target VM's weight relative to other target VMs. All target VMs will receive a load proportional to their weight relative to the sum of all weights, so the higher the weight, the higher the load. The default weight is 1, and the maximal value is 256. A value of 0 means the target VM will not participate in load-balancing but will still accept persistent connections. If this parameter is used to distribute the load according to target VM's capacity, it is recommended to start with values which can both grow and shrink, for instance between 10 and 100 to leave enough room above and below for later adjustments. | |
7
+ | **ip** | **String** | The IP of the balanced target VM. | |
8
+ | **port** | **Integer** | The port of the balanced target service; valid range is 1 to 65535. | |
9
+ | **weight** | **Integer** | Traffic is distributed in proportion to target weight, relative to the combined weight of all targets. A target with higher weight receives a greater share of traffic. Valid range is 0 to 256 and default is 1. Targets with weight of 0 do not participate in load balancing but still accept persistent connections. It is best to assign weights in the middle of the range to leave room for later adjustments. | |
10
10
  | **health_check** | [**NetworkLoadBalancerForwardingRuleTargetHealthCheck**](NetworkLoadBalancerForwardingRuleTargetHealthCheck.md) | | [optional] |
11
11
 
12
12
  ## Example
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **check** | **Boolean** | Check specifies whether the target VM's health is checked. If turned off, a target VM is always considered available. If turned on, the target VM is available when accepting periodic TCP connections, to ensure that it is really able to serve requests. The address and port to send the tests to are those of the target VM. The health check only consists of a connection attempt. | [optional] |
8
- | **check_interval** | **Integer** | CheckInterval determines the duration (in milliseconds) between consecutive health checks. If unspecified a default of 2000 ms is used. | [optional] |
9
- | **maintenance** | **Boolean** | Maintenance specifies if a target VM should be marked as down, even if it is not. | [optional] |
7
+ | **check** | **Boolean** | Makes the target available only if it accepts periodic health check TCP connection attempts; when turned off, the target is considered always available. The health check only consists of a connection attempt to the address and port of the target. | [optional] |
8
+ | **check_interval** | **Integer** | The interval in milliseconds between consecutive health checks; default is 2000. | [optional] |
9
+ | **maintenance** | **Boolean** | Maintenance mode prevents the target from receiving balanced traffic. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<NetworkLoadBalancerForwardingRule>**](NetworkLoadBalancerForwardingRule.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<NetworkLoadBalancerForwardingRule>**](NetworkLoadBalancerForwardingRule.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -6,9 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | The name of the Network Load Balancer. | |
8
8
  | **listener_lan** | **Integer** | ID of the listening LAN (inbound). | |
9
- | **ips** | **Array<String>** | Collection of IP addresses of the Network Load Balancer. (Inbound and outbound) IP of the listenerLan must be a customer reserved IP for the public Load Balancer and private IP for the private Load balancer. | [optional] |
9
+ | **ips** | **Array<String>** | Collection of the Network Load Balancer IP addresses. (Inbound and outbound) IPs of the listenerLan must be customer-reserved IPs for public Load Balancers, and private IPs for private Load Balancers. | [optional] |
10
10
  | **target_lan** | **Integer** | ID of the balanced private target LAN (outbound). | |
11
- | **lb_private_ips** | **Array<String>** | Collection of private IP addresses with subnet mask of the Network Load Balancer. IPs must contain valid subnet mask. If user will not provide any IP then the system will generate one IP with /24 subnet. | [optional] |
11
+ | **lb_private_ips** | **Array<String>** | Collection of private IP addresses with subnet mask of the Network Load Balancer. IPs must contain a valid subnet mask. If no IP is provided, the system will generate an IP with /24 subnet. | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<NetworkLoadBalancer>**](NetworkLoadBalancer.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<NetworkLoadBalancer>**](NetworkLoadBalancer.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -10,9 +10,9 @@
10
10
  | **dhcp** | **Boolean** | Indicates if the NIC will reserve an IP using DHCP. | [optional] |
11
11
  | **lan** | **Integer** | The LAN ID the NIC will be on. If the LAN ID does not exist, it will be implicitly created. | |
12
12
  | **firewall_active** | **Boolean** | Activate or deactivate the firewall. By default, an active firewall without any defined rules will block all incoming network traffic except for the firewall rules that explicitly allows certain protocols, IP addresses and ports. | [optional] |
13
- | **firewall_type** | **String** | The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is taken. | [optional] |
14
- | **device_number** | **Integer** | The Logical Unit Number (LUN) of the storage volume. Null if this NIC was create from CloudAPI and no DCD changes were done on the Datacenter. | [optional][readonly] |
15
- | **pci_slot** | **Integer** | The PCI slot number of the NIC. | [optional][readonly] |
13
+ | **firewall_type** | **String** | The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is used. | [optional] |
14
+ | **device_number** | **Integer** | The Logical Unit Number (LUN) of the storage volume. Null if this NIC was created using Cloud API and no DCD changes were performed on the Datacenter. | [optional][readonly] |
15
+ | **pci_slot** | **Integer** | The PCI slot number for the NIC. | [optional][readonly] |
16
16
 
17
17
  ## Example
18
18
 
data/docs/models/Nics.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Nic>**](Nic.md) | Array of items in that collection. | [optional] |
10
+ | **items** | [**Array<Nic>**](Nic.md) | Array of items in the collection. | [optional] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<PrivateCrossConnect>**](PrivateCrossConnect.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<PrivateCrossConnect>**](PrivateCrossConnect.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,9 +7,9 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Request>**](Request.md) | Array of items in that collection. | [optional][readonly] |
11
- | **offset** | **Float** | The offset specified in the request (or, if none was specified, the default offset of 0) | |
12
- | **limit** | **Float** | The limit specified in the request (if none was specified, use the endpoint's default pagination limit). | |
10
+ | **items** | [**Array<Request>**](Request.md) | Array of items in the collection. | [optional][readonly] |
11
+ | **offset** | **Float** | The offset, specified in the request (if not is specified, 0 is used by default). | |
12
+ | **limit** | **Float** | The limit, specified in the request (if not specified, the endpoint's default pagination limit is used). | |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | |
14
14
 
15
15
  ## Example
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Resource>**](Resource.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Resource>**](Resource.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Resource>**](Resource.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Resource>**](Resource.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Resource>**](Resource.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Resource>**](Resource.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<S3Key>**](S3Key.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<S3Key>**](S3Key.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Server>**](Server.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Server>**](Server.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Snapshot>**](Snapshot.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Snapshot>**](Snapshot.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Template>**](Template.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Template>**](Template.md) | Array of items in the collection. | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
data/docs/models/Users.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<User>**](User.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<User>**](User.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
@@ -12,7 +12,7 @@
12
12
  | **image_password** | **String** | Initial password to be set for installed OS. Works with public images only. Not modifiable, forbidden in update requests. Password rules allows all characters from a-z, A-Z, 0-9. | [optional] |
13
13
  | **image_alias** | **String** | | [optional] |
14
14
  | **ssh_keys** | **Array<String>** | Public SSH keys are set on the image as authorized keys for appropriate SSH login to the instance using the corresponding private key. This field may only be set in creation requests. When reading, it always returns null. SSH keys are only supported if a public Linux image is used for the volume creation. | [optional] |
15
- | **bus** | **String** | The bus type of the volume. Default is VIRTIO | [optional] |
15
+ | **bus** | **String** | The bus type for this volume; default is VIRTIO. | [optional] |
16
16
  | **licence_type** | **String** | OS type for this volume. | [optional][readonly] |
17
17
  | **cpu_hot_plug** | **Boolean** | Hot-plug capable CPU (no reboot required). | [optional] |
18
18
  | **ram_hot_plug** | **Boolean** | Hot-plug capable RAM (no reboot required). | [optional] |
@@ -24,6 +24,7 @@
24
24
  | **pci_slot** | **Integer** | The PCI slot number of the storage volume. Null for volumes, not mounted to a VM. | [optional][readonly] |
25
25
  | **backupunit_id** | **String** | The ID of the backup unit that the user has access to. The property is immutable and is only allowed to be set on creation of a new a volume. It is mandatory to provide either 'public image' or 'imageAlias' in conjunction with this property. | [optional] |
26
26
  | **user_data** | **String** | The cloud-init configuration for the volume as base64 encoded string. The property is immutable and is only allowed to be set on creation of a new a volume. It is mandatory to provide either 'public image' or 'imageAlias' that has cloud-init compatibility in conjunction with this property. | [optional] |
27
+ | **boot_server** | **String** | The UUID of the attached server. | [optional][readonly] |
27
28
 
28
29
  ## Example
29
30
 
@@ -50,7 +51,8 @@ instance = Ionoscloud::VolumeProperties.new(
50
51
  device_number: 3,
51
52
  pci_slot: 7,
52
53
  backupunit_id: 25f67991-0f51-4efc-a8ad-ef1fb31a481c,
53
- user_data: null
54
+ user_data: null,
55
+ boot_server: 25f67991-0f51-4efc-a8ad-ef1fb31a481c
54
56
  )
55
57
  ```
56
58
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **String** | The resource's unique identifier. | [optional][readonly] |
8
8
  | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
9
9
  | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
10
- | **items** | [**Array<Volume>**](Volume.md) | Array of items in that collection. | [optional][readonly] |
10
+ | **items** | [**Array<Volume>**](Volume.md) | Array of items in the collection. | [optional][readonly] |
11
11
  | **offset** | **Float** | The offset (if specified in the request). | [optional] |
12
12
  | **limit** | **Float** | The limit (if specified in the request). | [optional] |
13
13
  | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
data/git_push.sh CHANGED
@@ -1,7 +1,4 @@
1
1
  #!/bin/sh
2
- # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
3
- #
4
- # Usage example: /bin/sh ./git_push.sh wing328 openapi-pestore-perl "minor update" "gitlab.com"
5
2
 
6
3
  git_user_id=$1
7
4
  git_repo_id=$2
@@ -24,7 +24,7 @@ module Ionoscloud
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
26
26
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
27
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
27
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
28
28
  # @return [Info]
29
29
  def api_info_get(opts = {})
30
30
  data, _status_code, _headers = api_info_get_with_http_info(opts)
@@ -36,7 +36,7 @@ module Ionoscloud
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
38
38
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
39
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
39
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
40
40
  # @return [Array<(Info, Integer, Hash)>] Info data, response status code and response headers
41
41
  def api_info_get_with_http_info(opts = {})
42
42
  if @api_client.config.debugging
@@ -25,7 +25,7 @@ module Ionoscloud
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
27
27
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
28
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
28
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
29
29
  # @return [nil]
30
30
  def backupunits_delete(backupunit_id, opts = {})
31
31
  backupunits_delete_with_http_info(backupunit_id, opts)
@@ -38,7 +38,7 @@ module Ionoscloud
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
40
40
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
41
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
41
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
42
42
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
43
43
  def backupunits_delete_with_http_info(backupunit_id, opts = {})
44
44
  if @api_client.config.debugging
@@ -105,7 +105,7 @@ module Ionoscloud
105
105
  # @param [Hash] opts the optional parameters
106
106
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
107
107
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
108
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
108
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
109
109
  # @return [BackupUnit]
110
110
  def backupunits_find_by_id(backupunit_id, opts = {})
111
111
  data, _status_code, _headers = backupunits_find_by_id_with_http_info(backupunit_id, opts)
@@ -118,7 +118,7 @@ module Ionoscloud
118
118
  # @param [Hash] opts the optional parameters
119
119
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
120
120
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
121
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
121
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
122
122
  # @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
123
123
  def backupunits_find_by_id_with_http_info(backupunit_id, opts = {})
124
124
  if @api_client.config.debugging
@@ -184,7 +184,7 @@ module Ionoscloud
184
184
  # @param [Hash] opts the optional parameters
185
185
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
186
186
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
187
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
187
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
188
188
  # @return [BackupUnits]
189
189
  def backupunits_get(opts = {})
190
190
  data, _status_code, _headers = backupunits_get_with_http_info(opts)
@@ -196,7 +196,7 @@ module Ionoscloud
196
196
  # @param [Hash] opts the optional parameters
197
197
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
198
198
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
199
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
199
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
200
200
  # @return [Array<(BackupUnits, Integer, Hash)>] BackupUnits data, response status code and response headers
201
201
  def backupunits_get_with_http_info(opts = {})
202
202
  if @api_client.config.debugging
@@ -260,7 +260,7 @@ module Ionoscloud
260
260
  # @param [Hash] opts the optional parameters
261
261
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
262
262
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
263
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
263
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
264
264
  # @return [BackupUnit]
265
265
  def backupunits_patch(backupunit_id, backup_unit, opts = {})
266
266
  data, _status_code, _headers = backupunits_patch_with_http_info(backupunit_id, backup_unit, opts)
@@ -274,7 +274,7 @@ module Ionoscloud
274
274
  # @param [Hash] opts the optional parameters
275
275
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
276
276
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
277
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
277
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
278
278
  # @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
279
279
  def backupunits_patch_with_http_info(backupunit_id, backup_unit, opts = {})
280
280
  if @api_client.config.debugging
@@ -347,7 +347,7 @@ module Ionoscloud
347
347
  # @param [Hash] opts the optional parameters
348
348
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
349
349
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
350
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
350
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
351
351
  # @return [BackupUnit]
352
352
  def backupunits_post(backup_unit, opts = {})
353
353
  data, _status_code, _headers = backupunits_post_with_http_info(backup_unit, opts)
@@ -360,7 +360,7 @@ module Ionoscloud
360
360
  # @param [Hash] opts the optional parameters
361
361
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
362
362
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
363
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
363
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
364
364
  # @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
365
365
  def backupunits_post_with_http_info(backup_unit, opts = {})
366
366
  if @api_client.config.debugging
@@ -430,7 +430,7 @@ module Ionoscloud
430
430
  # @param [Hash] opts the optional parameters
431
431
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
432
432
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
433
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
433
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
434
434
  # @return [BackupUnit]
435
435
  def backupunits_put(backupunit_id, backup_unit, opts = {})
436
436
  data, _status_code, _headers = backupunits_put_with_http_info(backupunit_id, backup_unit, opts)
@@ -444,7 +444,7 @@ module Ionoscloud
444
444
  # @param [Hash] opts the optional parameters
445
445
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
446
446
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
447
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
447
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
448
448
  # @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
449
449
  def backupunits_put_with_http_info(backupunit_id, backup_unit, opts = {})
450
450
  if @api_client.config.debugging
@@ -516,7 +516,7 @@ module Ionoscloud
516
516
  # @param backupunit_id [String] The unique ID of the backup unit.
517
517
  # @param [Hash] opts the optional parameters
518
518
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
519
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
519
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
520
520
  # @return [BackupUnitSSO]
521
521
  def backupunits_ssourl_get(backupunit_id, opts = {})
522
522
  data, _status_code, _headers = backupunits_ssourl_get_with_http_info(backupunit_id, opts)
@@ -528,7 +528,7 @@ module Ionoscloud
528
528
  # @param backupunit_id [String] The unique ID of the backup unit.
529
529
  # @param [Hash] opts the optional parameters
530
530
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
531
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
531
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
532
532
  # @return [Array<(BackupUnitSSO, Integer, Hash)>] BackupUnitSSO data, response status code and response headers
533
533
  def backupunits_ssourl_get_with_http_info(backupunit_id, opts = {})
534
534
  if @api_client.config.debugging
@@ -24,7 +24,7 @@ module Ionoscloud
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
26
26
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on (default to 0)
27
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
27
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
28
28
  # @return [Contracts]
29
29
  def contracts_get(opts = {})
30
30
  data, _status_code, _headers = contracts_get_with_http_info(opts)
@@ -36,7 +36,7 @@ module Ionoscloud
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
38
38
  # @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth&#x3D;0: Only direct properties are included; children (servers and other elements) are not included. - depth&#x3D;1: Direct properties and children references are included. - depth&#x3D;2: Direct properties and children properties are included. - depth&#x3D;3: Direct properties and children properties and children&#39;s children are included. - depth&#x3D;... and so on
39
- # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, against which all API requests are to be executed.
39
+ # @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
40
40
  # @return [Array<(Contracts, Integer, Hash)>] Contracts data, response status code and response headers
41
41
  def contracts_get_with_http_info(opts = {})
42
42
  if @api_client.config.debugging