ionoscloud-dbaas-postgres 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/docs/CHANGELOG.md +26 -0
  4. data/docs/api/BackupsApi.md +3 -3
  5. data/docs/api/ClustersApi.md +10 -10
  6. data/docs/api/LogsApi.md +1 -1
  7. data/docs/api/MetadataApi.md +2 -2
  8. data/docs/api/RestoresApi.md +1 -1
  9. data/docs/models/ClusterBackup.md +5 -1
  10. data/docs/models/ClusterProperties.md +2 -0
  11. data/docs/models/DBUser.md +2 -2
  12. data/docs/models/ErrorResponse.md +1 -1
  13. data/docs/models/MaintenanceWindow.md +1 -1
  14. data/ionoscloud-dbaas-postgres.gemspec +5 -5
  15. data/lib/ionoscloud-dbaas-postgres/api/backups_api.rb +3 -3
  16. data/lib/ionoscloud-dbaas-postgres/api/clusters_api.rb +5 -5
  17. data/lib/ionoscloud-dbaas-postgres/api/logs_api.rb +3 -3
  18. data/lib/ionoscloud-dbaas-postgres/api/metadata_api.rb +3 -3
  19. data/lib/ionoscloud-dbaas-postgres/api/restores_api.rb +3 -3
  20. data/lib/ionoscloud-dbaas-postgres/api_client.rb +4 -4
  21. data/lib/ionoscloud-dbaas-postgres/api_error.rb +3 -3
  22. data/lib/ionoscloud-dbaas-postgres/configuration.rb +3 -3
  23. data/lib/ionoscloud-dbaas-postgres/models/api_version.rb +21 -5
  24. data/lib/ionoscloud-dbaas-postgres/models/backup_metadata.rb +21 -5
  25. data/lib/ionoscloud-dbaas-postgres/models/backup_response.rb +40 -8
  26. data/lib/ionoscloud-dbaas-postgres/models/cluster_backup.rb +88 -12
  27. data/lib/ionoscloud-dbaas-postgres/models/cluster_backup_list.rb +58 -10
  28. data/lib/ionoscloud-dbaas-postgres/models/cluster_backup_list_all_of.rb +30 -6
  29. data/lib/ionoscloud-dbaas-postgres/models/cluster_list.rb +58 -10
  30. data/lib/ionoscloud-dbaas-postgres/models/cluster_list_all_of.rb +30 -6
  31. data/lib/ionoscloud-dbaas-postgres/models/cluster_logs.rb +12 -4
  32. data/lib/ionoscloud-dbaas-postgres/models/cluster_logs_instances.rb +21 -5
  33. data/lib/ionoscloud-dbaas-postgres/models/cluster_logs_messages.rb +21 -5
  34. data/lib/ionoscloud-dbaas-postgres/models/cluster_properties.rb +131 -17
  35. data/lib/ionoscloud-dbaas-postgres/models/cluster_response.rb +40 -8
  36. data/lib/ionoscloud-dbaas-postgres/models/connection.rb +30 -6
  37. data/lib/ionoscloud-dbaas-postgres/models/create_cluster_properties.rb +129 -17
  38. data/lib/ionoscloud-dbaas-postgres/models/create_cluster_request.rb +21 -5
  39. data/lib/ionoscloud-dbaas-postgres/models/create_restore_request.rb +21 -5
  40. data/lib/ionoscloud-dbaas-postgres/models/day_of_the_week.rb +3 -3
  41. data/lib/ionoscloud-dbaas-postgres/models/db_user.rb +41 -6
  42. data/lib/ionoscloud-dbaas-postgres/models/error_message.rb +21 -5
  43. data/lib/ionoscloud-dbaas-postgres/models/error_response.rb +22 -6
  44. data/lib/ionoscloud-dbaas-postgres/models/maintenance_window.rb +23 -6
  45. data/lib/ionoscloud-dbaas-postgres/models/metadata.rb +67 -11
  46. data/lib/ionoscloud-dbaas-postgres/models/pagination.rb +30 -6
  47. data/lib/ionoscloud-dbaas-postgres/models/pagination_links.rb +30 -6
  48. data/lib/ionoscloud-dbaas-postgres/models/patch_cluster_properties.rb +76 -12
  49. data/lib/ionoscloud-dbaas-postgres/models/patch_cluster_request.rb +22 -6
  50. data/lib/ionoscloud-dbaas-postgres/models/postgres_version_list.rb +13 -5
  51. data/lib/ionoscloud-dbaas-postgres/models/postgres_version_list_data.rb +12 -4
  52. data/lib/ionoscloud-dbaas-postgres/models/resource_type.rb +3 -3
  53. data/lib/ionoscloud-dbaas-postgres/models/state.rb +3 -3
  54. data/lib/ionoscloud-dbaas-postgres/models/storage_type.rb +3 -3
  55. data/lib/ionoscloud-dbaas-postgres/models/synchronization_mode.rb +3 -3
  56. data/lib/ionoscloud-dbaas-postgres/version.rb +4 -4
  57. data/lib/ionoscloud-dbaas-postgres.rb +3 -3
  58. data/spec/api_client_spec.rb +3 -3
  59. data/spec/configuration_spec.rb +3 -3
  60. data/spec/spec_helper.rb +3 -3
  61. metadata +11 -10
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -15,11 +15,13 @@ require 'time'
15
15
 
16
16
  module IonoscloudDbaasPostgres
17
17
  class PostgresVersionListData
18
+
18
19
  attr_accessor :name
19
20
 
20
21
  # Attribute mapping from ruby-style variable name to JSON key.
21
22
  def self.attribute_map
22
23
  {
24
+
23
25
  :'name' => :'name'
24
26
  }
25
27
  end
@@ -32,6 +34,7 @@ module IonoscloudDbaasPostgres
32
34
  # Attribute type mapping.
33
35
  def self.openapi_types
34
36
  {
37
+
35
38
  :'name' => :'String'
36
39
  }
37
40
  end
@@ -39,6 +42,7 @@ module IonoscloudDbaasPostgres
39
42
  # List of attributes with nullable: true
40
43
  def self.openapi_nullable
41
44
  Set.new([
45
+
42
46
  ])
43
47
  end
44
48
 
@@ -56,6 +60,7 @@ module IonoscloudDbaasPostgres
56
60
  end
57
61
  h[k.to_sym] = v
58
62
  }
63
+
59
64
 
60
65
  if attributes.key?(:'name')
61
66
  self.name = attributes[:'name']
@@ -66,21 +71,24 @@ module IonoscloudDbaasPostgres
66
71
  # @return Array for valid properties with the reasons
67
72
  def list_invalid_properties
68
73
  invalid_properties = Array.new
74
+
69
75
  invalid_properties
70
76
  end
71
77
 
72
78
  # Check to see if the all the properties in the model are valid
73
79
  # @return true if the model is valid
74
80
  def valid?
81
+
75
82
  true
76
83
  end
77
84
 
85
+
78
86
  # Checks equality by comparing each attribute.
79
87
  # @param [Object] Object to be compared
80
88
  def ==(o)
81
89
  return true if self.equal?(o)
82
90
  self.class == o.class &&
83
- name == o.name
91
+ name == o.name
84
92
  end
85
93
 
86
94
  # @see the `==` method
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module IonoscloudDbaasPostgres
14
- VERSION = '1.0.2'
14
+ VERSION = '1.1.0'
15
15
  end
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
data/spec/spec_helper.rb CHANGED
@@ -1,9 +1,9 @@
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
- The version of the OpenAPI document: 0.1.0
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1-SNAPSHOT
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.2
4
+ version: 1.1.0
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-05-12 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: []
@@ -67,6 +67,7 @@ files:
67
67
  - LICENSE
68
68
  - README.md
69
69
  - Rakefile
70
+ - docs/CHANGELOG.md
70
71
  - docs/README.md
71
72
  - docs/api/BackupsApi.md
72
73
  - docs/api/ClustersApi.md
@@ -160,7 +161,7 @@ homepage: https://openapi-generator.tech
160
161
  licenses:
161
162
  - Unlicense
162
163
  metadata: {}
163
- post_install_message:
164
+ post_install_message:
164
165
  rdoc_options: []
165
166
  require_paths:
166
167
  - lib
@@ -176,9 +177,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
177
  version: '0'
177
178
  requirements: []
178
179
  rubygems_version: 3.1.4
179
- signing_key:
180
+ signing_key:
180
181
  specification_version: 4
181
- summary: IONOS DBaaS REST API Ruby Gem
182
+ summary: IONOS DBaaS PostgreSQL REST API Ruby Gem
182
183
  test_files:
183
184
  - spec/api_client_spec.rb
184
185
  - spec/configuration_spec.rb