ionoscloud-dbaas-postgres 1.0.3 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/docs/CHANGELOG.md +5 -0
  3. data/docs/api/BackupsApi.md +25 -12
  4. data/docs/api/ClustersApi.md +14 -10
  5. data/docs/api/LogsApi.md +1 -1
  6. data/docs/api/MetadataApi.md +2 -2
  7. data/docs/api/RestoresApi.md +1 -1
  8. data/docs/models/BackupResponse.md +1 -1
  9. data/docs/models/ClusterBackupList.md +6 -6
  10. data/docs/models/ClusterList.md +6 -6
  11. data/docs/models/ClusterProperties.md +2 -0
  12. data/docs/models/ClusterResponse.md +1 -1
  13. data/docs/models/DBUser.md +1 -1
  14. data/docs/models/Pagination.md +6 -6
  15. data/ionoscloud-dbaas-postgres.gemspec +4 -4
  16. data/lib/ionoscloud-dbaas-postgres/api/backups_api.rb +30 -2
  17. data/lib/ionoscloud-dbaas-postgres/api/clusters_api.rb +18 -4
  18. data/lib/ionoscloud-dbaas-postgres/api/logs_api.rb +2 -2
  19. data/lib/ionoscloud-dbaas-postgres/api/metadata_api.rb +2 -2
  20. data/lib/ionoscloud-dbaas-postgres/api/restores_api.rb +2 -2
  21. data/lib/ionoscloud-dbaas-postgres/api_client.rb +3 -3
  22. data/lib/ionoscloud-dbaas-postgres/api_error.rb +2 -2
  23. data/lib/ionoscloud-dbaas-postgres/configuration.rb +2 -2
  24. data/lib/ionoscloud-dbaas-postgres/models/api_version.rb +2 -2
  25. data/lib/ionoscloud-dbaas-postgres/models/backup_metadata.rb +2 -2
  26. data/lib/ionoscloud-dbaas-postgres/models/backup_response.rb +2 -2
  27. data/lib/ionoscloud-dbaas-postgres/models/cluster_backup.rb +2 -2
  28. data/lib/ionoscloud-dbaas-postgres/models/cluster_backup_list.rb +24 -11
  29. data/lib/ionoscloud-dbaas-postgres/models/cluster_backup_list_all_of.rb +2 -2
  30. data/lib/ionoscloud-dbaas-postgres/models/cluster_list.rb +24 -11
  31. data/lib/ionoscloud-dbaas-postgres/models/cluster_list_all_of.rb +2 -2
  32. data/lib/ionoscloud-dbaas-postgres/models/cluster_logs.rb +2 -2
  33. data/lib/ionoscloud-dbaas-postgres/models/cluster_logs_instances.rb +2 -2
  34. data/lib/ionoscloud-dbaas-postgres/models/cluster_logs_messages.rb +2 -2
  35. data/lib/ionoscloud-dbaas-postgres/models/cluster_properties.rb +21 -3
  36. data/lib/ionoscloud-dbaas-postgres/models/cluster_response.rb +2 -2
  37. data/lib/ionoscloud-dbaas-postgres/models/connection.rb +2 -2
  38. data/lib/ionoscloud-dbaas-postgres/models/create_cluster_properties.rb +2 -2
  39. data/lib/ionoscloud-dbaas-postgres/models/create_cluster_request.rb +2 -2
  40. data/lib/ionoscloud-dbaas-postgres/models/create_restore_request.rb +2 -2
  41. data/lib/ionoscloud-dbaas-postgres/models/day_of_the_week.rb +2 -2
  42. data/lib/ionoscloud-dbaas-postgres/models/db_user.rb +21 -2
  43. data/lib/ionoscloud-dbaas-postgres/models/error_message.rb +2 -2
  44. data/lib/ionoscloud-dbaas-postgres/models/error_response.rb +2 -2
  45. data/lib/ionoscloud-dbaas-postgres/models/maintenance_window.rb +2 -2
  46. data/lib/ionoscloud-dbaas-postgres/models/metadata.rb +2 -2
  47. data/lib/ionoscloud-dbaas-postgres/models/pagination.rb +24 -11
  48. data/lib/ionoscloud-dbaas-postgres/models/pagination_links.rb +3 -3
  49. data/lib/ionoscloud-dbaas-postgres/models/patch_cluster_properties.rb +2 -2
  50. data/lib/ionoscloud-dbaas-postgres/models/patch_cluster_request.rb +2 -2
  51. data/lib/ionoscloud-dbaas-postgres/models/postgres_version_list.rb +2 -2
  52. data/lib/ionoscloud-dbaas-postgres/models/postgres_version_list_data.rb +2 -2
  53. data/lib/ionoscloud-dbaas-postgres/models/resource_type.rb +2 -2
  54. data/lib/ionoscloud-dbaas-postgres/models/state.rb +3 -2
  55. data/lib/ionoscloud-dbaas-postgres/models/storage_type.rb +2 -2
  56. data/lib/ionoscloud-dbaas-postgres/models/synchronization_mode.rb +2 -2
  57. data/lib/ionoscloud-dbaas-postgres/version.rb +3 -3
  58. data/lib/ionoscloud-dbaas-postgres.rb +2 -2
  59. data/spec/api_client_spec.rb +2 -2
  60. data/spec/configuration_spec.rb +2 -2
  61. data/spec/spec_helper.rb +2 -2
  62. metadata +10 -10
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -16,15 +16,15 @@ require 'time'
16
16
  module IonoscloudDbaasPostgres
17
17
  class Pagination
18
18
 
19
- # The offset specified in the request (if none was specified, the default offset is 0) (not implemented yet).
19
+ # The offset specified in the request (if none was specified, the default offset is 0).
20
20
  attr_accessor :offset
21
21
 
22
22
 
23
- # The limit specified in the request (if none was specified, use the endpoint's default pagination limit) (not implemented yet, always return number of items).
23
+ # The limit specified in the request (if none was specified, the default limit is 100).
24
24
  attr_accessor :limit
25
25
 
26
26
 
27
- attr_accessor :_links
27
+ attr_accessor :links
28
28
 
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
@@ -34,7 +34,7 @@ module IonoscloudDbaasPostgres
34
34
 
35
35
  :'limit' => :'limit',
36
36
 
37
- :'_links' => :'_links'
37
+ :'links' => :'links'
38
38
  }
39
39
  end
40
40
 
@@ -51,7 +51,7 @@ module IonoscloudDbaasPostgres
51
51
 
52
52
  :'limit' => :'Integer',
53
53
 
54
- :'_links' => :'PaginationLinks'
54
+ :'links' => :'PaginationLinks'
55
55
  }
56
56
  end
57
57
 
@@ -82,16 +82,20 @@ module IonoscloudDbaasPostgres
82
82
 
83
83
  if attributes.key?(:'offset')
84
84
  self.offset = attributes[:'offset']
85
+ else
86
+ self.offset = 0
85
87
  end
86
88
 
87
89
 
88
90
  if attributes.key?(:'limit')
89
91
  self.limit = attributes[:'limit']
92
+ else
93
+ self.limit = 100
90
94
  end
91
95
 
92
96
 
93
- if attributes.key?(:'_links')
94
- self._links = attributes[:'_links']
97
+ if attributes.key?(:'links')
98
+ self.links = attributes[:'links']
95
99
  end
96
100
  end
97
101
 
@@ -105,6 +109,10 @@ module IonoscloudDbaasPostgres
105
109
  end
106
110
 
107
111
 
112
+ if !@limit.nil? && @limit > 1000
113
+ invalid_properties.push('invalid value for "limit", must be smaller than or equal to 1000.')
114
+ end
115
+
108
116
  if !@limit.nil? && @limit < 0
109
117
  invalid_properties.push('invalid value for "limit", must be greater than or equal to 0.')
110
118
  end
@@ -119,6 +127,7 @@ module IonoscloudDbaasPostgres
119
127
 
120
128
  return false if !@offset.nil? && @offset < 0
121
129
 
130
+ return false if !@limit.nil? && @limit > 1000
122
131
  return false if !@limit.nil? && @limit < 0
123
132
 
124
133
  true
@@ -139,6 +148,10 @@ module IonoscloudDbaasPostgres
139
148
  # Custom attribute writer method with validation
140
149
  # @param [Object] limit Value to be assigned
141
150
  def limit=(limit)
151
+ if !limit.nil? && limit > 1000
152
+ fail ArgumentError, 'invalid value for "limit", must be smaller than or equal to 1000.'
153
+ end
154
+
142
155
  if !limit.nil? && limit < 0
143
156
  fail ArgumentError, 'invalid value for "limit", must be greater than or equal to 0.'
144
157
  end
@@ -154,7 +167,7 @@ module IonoscloudDbaasPostgres
154
167
  self.class == o.class &&
155
168
  offset == o.offset &&
156
169
  limit == o.limit &&
157
- _links == o._links
170
+ links == o.links
158
171
  end
159
172
 
160
173
  # @see the `==` method
@@ -166,7 +179,7 @@ module IonoscloudDbaasPostgres
166
179
  # Calculates hash code according to all attributes.
167
180
  # @return [Integer] Hash code
168
181
  def hash
169
- [offset, limit, _links].hash
182
+ [offset, limit, links].hash
170
183
  end
171
184
 
172
185
  # Builds the object from hash
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module IonoscloudDbaasPostgres
17
- # URLs to navigate the different pages. As of now we always only return a single page.
17
+ # URLs to navigate the different pages.
18
18
  class PaginationLinks
19
19
 
20
20
  # URL (with offset and limit parameters) of the previous page; only present if offset is greater than 0.
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -18,6 +18,7 @@ module IonoscloudDbaasPostgres
18
18
  AVAILABLE = "AVAILABLE".freeze
19
19
  BUSY = "BUSY".freeze
20
20
  DESTROYING = "DESTROYING".freeze
21
+ DEGRADED = "DEGRADED".freeze
21
22
  FAILED = "FAILED".freeze
22
23
  UNKNOWN = "UNKNOWN".freeze
23
24
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module IonoscloudDbaasPostgres
14
- VERSION = '1.0.3'
14
+ VERSION = '1.1.1'
15
15
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
data/spec/spec_helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #IONOS DBaaS REST API
2
+ #IONOS DBaaS PostgreSQL REST API
3
3
 
4
- #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4
+ #An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ionoscloud-dbaas-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-13 00:00:00.000000000 Z
11
+ date: 2023-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -52,10 +52,10 @@ dependencies:
52
52
  version: 3.6.0
53
53
  description: 'An enterprise-grade Database is provided as a Service (DBaaS) solution
54
54
  that can be managed through a browser-based "Data Center Designer" (DCD) tool or
55
- via an easy to use API. The API allows you to create additional database clusters
56
- or modify existing ones. It is designed to allow users to leverage the same power
57
- and flexibility found within the DCD visual tool. Both tools are consistent with
58
- their concepts and lend well to making the experience smooth and intuitive. '
55
+ via an easy to use API. The API allows you to create additional PostgreSQL database
56
+ clusters or modify existing ones. It is designed to allow users to leverage the
57
+ same power and flexibility found within the DCD visual tool. Both tools are consistent
58
+ with their concepts and lend well to making the experience smooth and intuitive. '
59
59
  email:
60
60
  - ''
61
61
  executables: []
@@ -161,7 +161,7 @@ homepage: https://openapi-generator.tech
161
161
  licenses:
162
162
  - Unlicense
163
163
  metadata: {}
164
- post_install_message:
164
+ post_install_message:
165
165
  rdoc_options: []
166
166
  require_paths:
167
167
  - lib
@@ -177,9 +177,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  requirements: []
179
179
  rubygems_version: 3.1.4
180
- signing_key:
180
+ signing_key:
181
181
  specification_version: 4
182
- summary: IONOS DBaaS REST API Ruby Gem
182
+ summary: IONOS DBaaS PostgreSQL REST API Ruby Gem
183
183
  test_files:
184
184
  - spec/api_client_spec.rb
185
185
  - spec/configuration_spec.rb