ionoscloud-dbaas-postgres 1.0.2 → 1.0.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/docs/CHANGELOG.md +21 -0
- data/docs/models/ClusterBackup.md +5 -1
- data/docs/models/DBUser.md +1 -1
- data/docs/models/ErrorResponse.md +1 -1
- data/docs/models/MaintenanceWindow.md +1 -1
- data/ionoscloud-dbaas-postgres.gemspec +1 -1
- data/lib/ionoscloud-dbaas-postgres/api/backups_api.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/api/clusters_api.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/api/logs_api.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/api/metadata_api.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/api/restores_api.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/api_client.rb +2 -2
- data/lib/ionoscloud-dbaas-postgres/api_error.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/configuration.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/models/api_version.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/backup_metadata.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/backup_response.rb +38 -6
- data/lib/ionoscloud-dbaas-postgres/models/cluster_backup.rb +86 -10
- data/lib/ionoscloud-dbaas-postgres/models/cluster_backup_list.rb +56 -8
- data/lib/ionoscloud-dbaas-postgres/models/cluster_backup_list_all_of.rb +28 -4
- data/lib/ionoscloud-dbaas-postgres/models/cluster_list.rb +56 -8
- data/lib/ionoscloud-dbaas-postgres/models/cluster_list_all_of.rb +28 -4
- data/lib/ionoscloud-dbaas-postgres/models/cluster_logs.rb +10 -2
- data/lib/ionoscloud-dbaas-postgres/models/cluster_logs_instances.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/cluster_logs_messages.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/cluster_properties.rb +110 -14
- data/lib/ionoscloud-dbaas-postgres/models/cluster_response.rb +38 -6
- data/lib/ionoscloud-dbaas-postgres/models/connection.rb +28 -4
- data/lib/ionoscloud-dbaas-postgres/models/create_cluster_properties.rb +127 -15
- data/lib/ionoscloud-dbaas-postgres/models/create_cluster_request.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/create_restore_request.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/day_of_the_week.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/models/db_user.rb +20 -4
- data/lib/ionoscloud-dbaas-postgres/models/error_message.rb +19 -3
- data/lib/ionoscloud-dbaas-postgres/models/error_response.rb +20 -4
- data/lib/ionoscloud-dbaas-postgres/models/maintenance_window.rb +21 -4
- data/lib/ionoscloud-dbaas-postgres/models/metadata.rb +65 -9
- data/lib/ionoscloud-dbaas-postgres/models/pagination.rb +28 -4
- data/lib/ionoscloud-dbaas-postgres/models/pagination_links.rb +28 -4
- data/lib/ionoscloud-dbaas-postgres/models/patch_cluster_properties.rb +74 -10
- data/lib/ionoscloud-dbaas-postgres/models/patch_cluster_request.rb +20 -4
- data/lib/ionoscloud-dbaas-postgres/models/postgres_version_list.rb +11 -3
- data/lib/ionoscloud-dbaas-postgres/models/postgres_version_list_data.rb +10 -2
- data/lib/ionoscloud-dbaas-postgres/models/resource_type.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/models/state.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/models/storage_type.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/models/synchronization_mode.rb +1 -1
- data/lib/ionoscloud-dbaas-postgres/version.rb +2 -2
- data/lib/ionoscloud-dbaas-postgres.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +3 -2
data/spec/configuration_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
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
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
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.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -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
|