From 280bc6f40c596c0d359310d3b9d63108b044d6b9 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Mon, 29 Jan 2024 08:40:31 +0000 Subject: [PATCH] Update content --- .../enabling_shard_or_config_ip_addresses.rst | 2 +- ...erying_db_instances_in_the_recycle_bin.rst | 22 +++++++++---------- api-ref/source/conf.py | 7 +++++- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/api-ref/source/apis_v3.0_recommended/db_instance_management/enabling_shard_or_config_ip_addresses.rst b/api-ref/source/apis_v3.0_recommended/db_instance_management/enabling_shard_or_config_ip_addresses.rst index 0f58a0c..4752617 100644 --- a/api-ref/source/apis_v3.0_recommended/db_instance_management/enabling_shard_or_config_ip_addresses.rst +++ b/api-ref/source/apis_v3.0_recommended/db_instance_management/enabling_shard_or_config_ip_addresses.rst @@ -16,7 +16,7 @@ Constraints - Frozen instances do not support this operation. - DB instances associated with the IPv6 subnet do not support this operation. - If the IP address is enabled, restart the nodes for the setting to take effect. -- Cluster instances of Community Edition 3.4, 4.0 and 4.2 are supported. +- Cluster instances of Community Edition 3.4, 4.0, 4.2 and 4.4 are supported. - This function cannot be disabled after being enabled. URI diff --git a/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_db_instances_in_the_recycle_bin.rst b/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_db_instances_in_the_recycle_bin.rst index a42d135..d8fbdff 100644 --- a/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_db_instances_in_the_recycle_bin.rst +++ b/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_db_instances_in_the_recycle_bin.rst @@ -102,17 +102,17 @@ Responses .. table:: **Table 5** RecycleDatastore - +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------+ - | Name | Type | Description | - +=======================+=======================+========================================================================================================+ - | type | String | Database type. The value is **DDS-Community**. | - | | | | - | | | Enumerated values: | - | | | | - | | | - DDS-Community | - +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------+ - | version | String | Database version. Versions 3.4, 4.0, and 4.2 are supported. The value can be **3.4, 4.0,** or **4.2**. | - +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+----------------------------------------------------------------------------------------------------------------------+ + | Name | Type | Description | + +=======================+=======================+======================================================================================================================+ + | type | String | Database type. The value is **DDS-Community**. | + | | | | + | | | Enumerated values: | + | | | | + | | | - DDS-Community | + +-----------------------+-----------------------+----------------------------------------------------------------------------------------------------------------------+ + | version | String | Database version. Versions 3.4, 4.0, 4.2, and 4.4 are supported. The value can be **3.4, 4.0,** **4.2,** or **4.4**. | + +-----------------------+-----------------------+----------------------------------------------------------------------------------------------------------------------+ - Response Example diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 3967284..a5297e9 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -109,4 +109,9 @@ html_static_path = ['_static'] html_copy_source = False # -- Options for PDF output -------------------------------------------------- -latex_documents = [] +latex_documents = [ + ('index', + 'None.tex', + u'Document Database Service - API Reference', + u'OpenTelekomCloud', 'manual'), +]