From 033e07f9ba890cbcb549af583a5908e12f2fc259 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot <52695153+otcbot@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:20:32 +0000 Subject: [PATCH] Update content --- api-ref/source/change_history.rst | 4 ++ .../data_structure_for_creating_ecss.rst | 72 ++++++++++--------- 2 files changed, 43 insertions(+), 33 deletions(-) diff --git a/api-ref/source/change_history.rst b/api-ref/source/change_history.rst index 3b2d01b..17a067e 100644 --- a/api-ref/source/change_history.rst +++ b/api-ref/source/change_history.rst @@ -8,6 +8,10 @@ Change History +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Released On | Description | +===================================+==============================================================================================================================================================================================================================================================================================================================================================================================================================================================+ +| 2024-08-23 | Modified the following content: | +| | | +| | Added parameter **\__support_agent_list** in :ref:`Data Structure for Creating ECSs `. | ++-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2024-08-12 | Modified the following content: | | | | | | Modified parameter description of **availability_zone** in :ref:`Creating an ECS `. | diff --git a/api-ref/source/data_structure/data_structure_for_creating_ecss.rst b/api-ref/source/data_structure/data_structure_for_creating_ecss.rst index 704b3d4..c0da6fe 100644 --- a/api-ref/source/data_structure/data_structure_for_creating_ecss.rst +++ b/api-ref/source/data_structure/data_structure_for_creating_ecss.rst @@ -237,19 +237,15 @@ This field is used by the following APIs: .. table:: **Table 8** **metadata** field description for creating disks - +----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------+ - | Parameter | Mandatory | Type | Description | - +======================+=================+=================+===========================================================================================================================+ - | \__system__encrypted | No | String | Specifies encryption in **metadata**. The value can be **0** (encryption disabled) or **1** (encryption enabled). | - | | | | | - | | | | If this parameter does not exist, the disk will not be encrypted by default. | - +----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------+ - | \__system__cmkid | No | String | Specifies the CMK ID, which indicates encryption in **metadata**. This parameter is used with **\__system__encrypted**. | - | | | | | - | | | | .. note:: | - | | | | | - | | | | For details about how to obtain the CMK ID, see "Querying the List of CMKs" in *Key Management Service API Reference*. | - +----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------+ + +----------------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Mandatory | Type | Description | + +======================+=================+=================+=========================================================================================================================+ + | \__system__encrypted | No | String | Specifies encryption in **metadata**. The value can be **0** (encryption disabled) or **1** (encryption enabled). | + | | | | | + | | | | If this parameter does not exist, the disk will not be encrypted by default. | + +----------------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------+ + | \__system__cmkid | No | String | Specifies the CMK ID, which indicates encryption in **metadata**. This parameter is used with **\__system__encrypted**. | + +----------------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------+ .. _en-us_topic_0167957246__section1574435185018: @@ -264,26 +260,36 @@ This field is used by the following APIs: .. table:: **Table 9** **metadata** reserved field description - +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Parameter | Mandatory | Type | Description | - +=================+=================+=================+=============================================================================================================================================================================================================================+ - | admin_pass | No | String | Specifies the password of user **Administrator** for logging in to a Windows ECS. For details, see :ref:`Function `. | - | | | | | - | | | | .. note:: | - | | | | | - | | | | This parameter is mandatory when a Windows ECS using password authentication is created. | - +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | op_svc_userid | No | String | Specifies the user ID. | - +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | agency_name | No | String | Specifies the IAM agency name. | - | | | | | - | | | | An agency is created by a tenant administrator on Identity and Access Management (IAM) to provide temporary credentials for ECSs to access cloud services. | - +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | BYOL | No | String | If you have an OS or a software license (a license certified based on the number of physical servers and cores), you can migrate your services to the cloud platform in BYOL mode to continue using your existing licenses. | - | | | | | - | | | | - **True**: Use your existing licenses. | - | | | | - **False**: System licenses are used. | - +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Mandatory | Type | Description | + +=======================+=================+=================+=============================================================================================================================================================================================================================+ + | admin_pass | No | String | Specifies the password of user **Administrator** for logging in to a Windows ECS. For details, see :ref:`Function `. | + | | | | | + | | | | .. note:: | + | | | | | + | | | | This parameter is mandatory when a Windows ECS using password authentication is created. | + +-----------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | op_svc_userid | No | String | Specifies the user ID. | + +-----------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | agency_name | No | String | Specifies the IAM agency name. | + | | | | | + | | | | An agency is created by a tenant administrator on Identity and Access Management (IAM) to provide temporary credentials for ECSs to access cloud services. | + +-----------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | \__support_agent_list | No | String | Specifies whether the ECS supports Host Security Service (HSS). | + | | | | | + | | | | **hss,hss-ent**: indicates the HSS enterprise edition. | + | | | | | + | | | | Example values: | + | | | | | + | | | | \_support_agent_list: "hss,hss-ent" | + | | | | | + | | | | Determine whether the image used for creating the ECS supports HSS via the API for querying images. | + +-----------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | BYOL | No | String | If you have an OS or a software license (a license certified based on the number of physical servers and cores), you can migrate your services to the cloud platform in BYOL mode to continue using your existing licenses. | + | | | | | + | | | | - **True**: Use your existing licenses. | + | | | | - **False**: System licenses are used. | + +-----------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _en-us_topic_0167957246__section16585034175117: