diff --git a/api-ref/source/apis_v3.0_recommended/backup_and_restoration/restoring_data_to_a_new_db_instance.rst b/api-ref/source/apis_v3.0_recommended/backup_and_restoration/restoring_data_to_a_new_db_instance.rst index 697fe3c..cb669d2 100644 --- a/api-ref/source/apis_v3.0_recommended/backup_and_restoration/restoring_data_to_a_new_db_instance.rst +++ b/api-ref/source/apis_v3.0_recommended/backup_and_restoration/restoring_data_to_a_new_db_instance.rst @@ -71,7 +71,7 @@ Requests | | | | | | | | | Enter a strong password to improve security, preventing security risks such as brute force cracking. | +-----------------------+-----------------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | disk_encryption_id | No | String | Specifies the key ID used for disk encryption. The string must comply with UUID regular expression rules. | + | disk_encryption_id | No | String | The key ID used for disk encryption. The string must comply with UUID regular expression rules. | | | | | | | | | | If this parameter is not transferred, disk encryption is not performed. | +-----------------------+-----------------+------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -479,7 +479,7 @@ Responses "vpc_id": "674e9b42-cd8d-4d25-a2e6-5abcc565b961", "subnet_id": "f1df08c5-71d1-406a-aff0-de435a51007b", "security_group_id": "7aa51dbf-5b63-40db-9724-dad3c4828b58", - "disk_encryption_id": "", + "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "mode": "Sharding", "flavor": [ { @@ -528,7 +528,7 @@ Responses "vpc_id": "674e9b42-cd8d-4d25-a2e6-5abcc565b961", "subnet_id": "f1df08c5-71d1-406a-aff0-de435a51007b", "security_group_id": "7aa51dbf-5b63-40db-9724-dad3c4828b58", - "disk_encryption_id": "", + "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "mode": "ReplicaSet", "flavor": [ { @@ -566,7 +566,7 @@ Responses "vpc_id": "674e9b42-cd8d-4d25-a2e6-5abcc565b961", "subnet_id": "f1df08c5-71d1-406a-aff0-de435a51007b", "security_group_id": "7aa51dbf-5b63-40db-9724-dad3c4828b58", - "disk_encryption_id": "", + "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "mode": "Single", "flavor": [ { diff --git a/api-ref/source/apis_v3.0_recommended/db_instance_management/creating_a_db_instance.rst b/api-ref/source/apis_v3.0_recommended/db_instance_management/creating_a_db_instance.rst index 7436c48..51805d0 100644 --- a/api-ref/source/apis_v3.0_recommended/db_instance_management/creating_a_db_instance.rst +++ b/api-ref/source/apis_v3.0_recommended/db_instance_management/creating_a_db_instance.rst @@ -78,7 +78,7 @@ Requests | | | | | | | | | Enter a strong password to improve security, preventing security risks such as brute force cracking. | +-----------------------+-----------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | disk_encryption_id | No | String | Specifies the key ID used for disk encryption. The string must comply with UUID regular expression rules. | + | disk_encryption_id | No | String | The key ID used for disk encryption. The string must comply with UUID regular expression rules. | | | | | | | | | | If this parameter is not transferred, disk encryption is not performed. | +-----------------------+-----------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -583,7 +583,7 @@ Responses "subnet_id": "f1df08c5-71d1-406a-aff0-de435a51007b", "security_group_id": "7aa51dbf-5b63-40db-9724-dad3c4828b58", "port": 8365, - "disk_encryption_id": "", + "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "mode": "Sharding", "flavor": [ { @@ -637,7 +637,7 @@ Responses "subnet_id": "f1df08c5-71d1-406a-aff0-de435a51007b", "security_group_id": "7aa51dbf-5b63-40db-9724-dad3c4828b58", "port": 8365, - "disk_encryption_id": "", + "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "mode": "ReplicaSet", "flavor": [ { @@ -680,7 +680,7 @@ Responses "subnet_id": "f1df08c5-71d1-406a-aff0-de435a51007b", "security_group_id": "7aa51dbf-5b63-40db-9724-dad3c4828b58", "port": 8365, - "disk_encryption_id": "", + "disk_encryption_id": "2gfdsh-844a-4023-a776-fc5c5fb71fb4", "mode": "Single", "flavor": [ { diff --git a/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_instances_and_details.rst b/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_instances_and_details.rst index 9f7affb..b92b398 100644 --- a/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_instances_and_details.rst +++ b/api-ref/source/apis_v3.0_recommended/db_instance_management/querying_instances_and_details.rst @@ -168,7 +168,7 @@ Responses | | | | | | | For more information, see :ref:`Table 6 `. | +-----------------------+-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | disk_encryption_id | String | Indicates the disk encryption key ID. This parameter is returned only when the instance disk is encrypted. | + | disk_encryption_id | String | The disk encryption key ID. This parameter is returned only when the instance disk is encrypted. | +-----------------------+-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | enterprise_project_id | String | Indicates the enterprise project ID. | | | | |