From a1d2f3639ef818609d8f7e847e800dfc4a6f8747 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Fri, 12 Jan 2024 02:30:18 +0000 Subject: [PATCH] Update content --- api-ref/source/apis/eip/assigning_an_eip.rst | 5 +++-- api-ref/source/apis/eip/querying_an_eip.rst | 2 ++ api-ref/source/apis/eip/querying_eips.rst | 2 ++ api-ref/source/apis/eip/updating_an_eip.rst | 2 ++ .../associating_subnets_with_a_route_table.rst | 12 ++++++------ .../disassociating_subnets_from_a_route_table.rst | 12 ++++++------ .../security_group/creating_a_security_group.rst | 2 -- .../querying_security_group_details.rst | 2 -- .../apis/security_group/querying_security_groups.rst | 2 -- api-ref/source/apis/subnet/creating_a_subnet.rst | 3 ++- .../source/apis/subnet/querying_subnet_details.rst | 2 +- api-ref/source/apis/subnet/querying_subnets.rst | 2 +- api-ref/source/change_history.rst | 4 ++++ .../subnet/creating_a_subnet.rst | 4 ++-- .../subnet/querying_a_subnet.rst | 2 +- .../subnet/querying_subnets.rst | 2 +- .../subnet/updating_a_subnet.rst | 2 +- .../subnet_pool/creating_a_subnet_pool.rst | 2 +- .../subnet_pool/querying_a_subnet_pool.rst | 2 +- .../subnet_pool/querying_subnet_pools.rst | 2 +- .../subnet_pool/updating_a_subnet_pool.rst | 2 +- .../security_group_rule.rst | 2 ++ 22 files changed, 40 insertions(+), 32 deletions(-) diff --git a/api-ref/source/apis/eip/assigning_an_eip.rst b/api-ref/source/apis/eip/assigning_an_eip.rst index b1f7f44..9d8eeae 100644 --- a/api-ref/source/apis/eip/assigning_an_eip.rst +++ b/api-ref/source/apis/eip/assigning_an_eip.rst @@ -133,8 +133,7 @@ Example request (IPv4 EIP with dedicated bandwidth) "name": "bandwidth123", "size": 10, "share_type": "PER" - }, - "enterprise_project_id":"b261ac1f-2489-4bc7-b31b-c33c3346a439" + } } Response Message @@ -193,6 +192,8 @@ Response Message | tenant_id | String | Specifies the project ID. | +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | create_time | String | Specifies the time (UTC) when the EIP is assigned. | + | | | | + | | | Format: *yyyy-MM-ddTHH:mm:ss* | +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | bandwidth_size | Integer | Specifies the bandwidth (Mbit/s). | +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/apis/eip/querying_an_eip.rst b/api-ref/source/apis/eip/querying_an_eip.rst index 2a89c9c..da219a9 100644 --- a/api-ref/source/apis/eip/querying_an_eip.rst +++ b/api-ref/source/apis/eip/querying_an_eip.rst @@ -129,6 +129,8 @@ Response Message | tenant_id | String | Specifies the project ID. | +-----------------------+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | create_time | String | Specifies the time (UTC) when the EIP is assigned. | + | | | | + | | | Format: *yyyy-MM-ddTHH:mm:ss* | +-----------------------+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bandwidth_id | String | Specifies the ID of the EIP bandwidth. | +-----------------------+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/apis/eip/querying_eips.rst b/api-ref/source/apis/eip/querying_eips.rst index 7d50766..6dff2da 100644 --- a/api-ref/source/apis/eip/querying_eips.rst +++ b/api-ref/source/apis/eip/querying_eips.rst @@ -145,6 +145,8 @@ Response Message | tenant_id | String | Specifies the project ID. | +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | create_time | String | Specifies the time (UTC) when the EIP is assigned. | + | | | | + | | | Format: *yyyy-MM-ddTHH:mm:ss* | +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | bandwidth_id | String | Specifies the ID of the EIP bandwidth. | +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/apis/eip/updating_an_eip.rst b/api-ref/source/apis/eip/updating_an_eip.rst index 3ee1951..6c25bd2 100644 --- a/api-ref/source/apis/eip/updating_an_eip.rst +++ b/api-ref/source/apis/eip/updating_an_eip.rst @@ -158,6 +158,8 @@ Response Message | tenant_id | String | Specifies the project ID. | +-----------------------+-----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | create_time | String | Specifies the time (UTC) when the EIP is assigned. | + | | | | + | | | Format: *yyyy-MM-ddTHH:mm:ss* | +-----------------------+-----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ | bandwidth_id | String | Specifies the ID of the EIP bandwidth. | +-----------------------+-----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/apis/route_table/associating_subnets_with_a_route_table.rst b/api-ref/source/apis/route_table/associating_subnets_with_a_route_table.rst index 4ac7f57..61c9ec6 100644 --- a/api-ref/source/apis/route_table/associating_subnets_with_a_route_table.rst +++ b/api-ref/source/apis/route_table/associating_subnets_with_a_route_table.rst @@ -48,12 +48,12 @@ Request Parameters .. table:: **Table 3** Description of the **routetable** field - +-----------------+-----------------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ - | Name | Mandatory | Type | Description | - +=================+=================+==================================================================+==================================================================================================================+ - | subnets | Yes | :ref:`subnet ` object | - Specifies the subnets associated with the route table. | - | | | | - Only subnets (network IDs) in the VPC that the route table belongs to can be associated with the route table. | - +-----------------+-----------------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ + +-----------------+-----------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ + | Name | Mandatory | Type | Description | + +=================+=================+==================================================================+==================================================================================================================================+ + | subnets | Yes | :ref:`subnet ` object | - Specifies the subnets associated with the route table. | + | | | | - Only subnets (specified by **network_id**) in the VPC that the route table belongs to can be associated with the route table. | + +-----------------+-----------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ .. _vpc_apiroutetab_0005__table12518142212468: diff --git a/api-ref/source/apis/route_table/disassociating_subnets_from_a_route_table.rst b/api-ref/source/apis/route_table/disassociating_subnets_from_a_route_table.rst index f74283c..91c8cce 100644 --- a/api-ref/source/apis/route_table/disassociating_subnets_from_a_route_table.rst +++ b/api-ref/source/apis/route_table/disassociating_subnets_from_a_route_table.rst @@ -46,12 +46,12 @@ Request Parameters .. table:: **Table 3** Description of the **routetable** field - +-----------------+-----------------+------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ - | Name | Mandatory | Type | Description | - +=================+=================+==================================================================+=========================================================================================+ - | subnets | Yes | :ref:`subnet ` object | - Specifies the subnets associated with the route table. | - | | | | - Only subnets (network IDs) in the VPC where the route table works can be associated. | - +-----------------+-----------------+------------------------------------------------------------------+-----------------------------------------------------------------------------------------+ + +-----------------+-----------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ + | Name | Mandatory | Type | Description | + +=================+=================+==================================================================+==================================================================================================================================+ + | subnets | Yes | :ref:`subnet ` object | - Specifies the subnets associated with the route table. | + | | | | - Only subnets (specified by **network_id**) in the VPC that the route table belongs to can be associated with the route table. | + +-----------------+-----------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+ .. _vpc_apiroutetab_0007__table12518142212468: diff --git a/api-ref/source/apis/security_group/creating_a_security_group.rst b/api-ref/source/apis/security_group/creating_a_security_group.rst index a64b288..b2f002d 100644 --- a/api-ref/source/apis/security_group/creating_a_security_group.rst +++ b/api-ref/source/apis/security_group/creating_a_security_group.rst @@ -216,8 +216,6 @@ Example Response "direction": "egress", "protocol": null, "description": "", - "created_at": "2020-07-09T05:56:27Z", - "updated_at": "2020-07-09T05:56:27Z", "ethertype": "IPv4", "remote_ip_prefix": null, "remote_address_group_id": null, diff --git a/api-ref/source/apis/security_group/querying_security_group_details.rst b/api-ref/source/apis/security_group/querying_security_group_details.rst index 2f8deef..6ffd4d7 100644 --- a/api-ref/source/apis/security_group/querying_security_group_details.rst +++ b/api-ref/source/apis/security_group/querying_security_group_details.rst @@ -178,8 +178,6 @@ Example Response "direction": "egress", "protocol": null, "description": "", - "created_at": "2020-07-09T05:56:27Z", - "updated_at": "2020-07-09T05:56:27Z", "ethertype": "IPv4", "remote_ip_prefix": null, "remote_address_group_id": null, diff --git a/api-ref/source/apis/security_group/querying_security_groups.rst b/api-ref/source/apis/security_group/querying_security_groups.rst index d55aa22..980b5ff 100644 --- a/api-ref/source/apis/security_group/querying_security_groups.rst +++ b/api-ref/source/apis/security_group/querying_security_groups.rst @@ -205,8 +205,6 @@ Example Response "direction": "egress", "protocol": null, "description": "", - "created_at": "2020-07-09T05:56:27Z", - "updated_at": "2020-07-09T05:56:27Z", "ethertype": "IPv4", "remote_ip_prefix": null, "remote_address_group_id": null, diff --git a/api-ref/source/apis/subnet/creating_a_subnet.rst b/api-ref/source/apis/subnet/creating_a_subnet.rst index a4bb400..ab4230b 100644 --- a/api-ref/source/apis/subnet/creating_a_subnet.rst +++ b/api-ref/source/apis/subnet/creating_a_subnet.rst @@ -216,10 +216,11 @@ Response Parameters +-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | extra_dhcp_opts | Array of :ref:`extra_dhcp_opt ` objects | Specifies the NTP server address configured for the subnet. For details, see :ref:`Table 7 `. | +-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | scope | String | Specifies where the subnet is used. | + | scope | String | Specifies where the subnet is used in edge cloud scenario. | | | | | | | | Values: | | | | | + | | | - **center**: The subnet is used in a central AZ. | | | | - *{azId}*: The subnet is used in an edge AZ. | +-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tenant_id | String | Project ID | diff --git a/api-ref/source/apis/subnet/querying_subnet_details.rst b/api-ref/source/apis/subnet/querying_subnet_details.rst index f6b29cd..cd1ff03 100644 --- a/api-ref/source/apis/subnet/querying_subnet_details.rst +++ b/api-ref/source/apis/subnet/querying_subnet_details.rst @@ -104,7 +104,7 @@ Response Parameters +-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | extra_dhcp_opts | Array of :ref:`extra_dhcp_opt ` objects | Specifies the NTP server address configured for the subnet. For details, see :ref:`Table 4 `. | +-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ - | scope | String | Specifies where the subnet is used. | + | scope | String | Specifies where the subnet is used in edge cloud scenario. | | | | | | | | Values: | | | | | diff --git a/api-ref/source/apis/subnet/querying_subnets.rst b/api-ref/source/apis/subnet/querying_subnets.rst index 329beaf..31a6d1c 100644 --- a/api-ref/source/apis/subnet/querying_subnets.rst +++ b/api-ref/source/apis/subnet/querying_subnets.rst @@ -119,7 +119,7 @@ Response Parameters +-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | extra_dhcp_opts | Array of :ref:`extra_dhcp_opt ` objects | Specifies the NTP server address configured for the subnet. For details, see :ref:`Table 4 `. | +-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ - | scope | String | Specifies where the subnet is used. | + | scope | String | Specifies where the subnet is used in edge cloud scenario. | | | | | | | | Values: | | | | | diff --git a/api-ref/source/change_history.rst b/api-ref/source/change_history.rst index 0818bdb..1485439 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-01-10 | This release incorporates the following changes: | +| | | +| | Modified the description about **ip_version** in :ref:`Creating a Subnet `. | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2023-12-15 | This release incorporates the following changes: | | | | | | Fixed known issues. | diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/creating_a_subnet.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/creating_a_subnet.rst index c1d235c..9023e2b 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/creating_a_subnet.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/creating_a_subnet.rst @@ -42,7 +42,7 @@ Request Parameters +------------------------+-----------------+----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | No | Integer | Specifies the IP address version. | | | | | | - | | | | Supported versions: IPv4 and IPv6 | + | | | | The value can be **4** (IPv4) or **6** (IPv6). | +------------------------+-----------------+----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ipv6_address_mode | No | String | Specifies the IPv6 addressing mode. | | | | | | @@ -182,7 +182,7 @@ Response Parameters +------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ipv6_address_mode | String | Specifies the IPv6 addressing mode. | | | | | diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_a_subnet.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_a_subnet.rst index dfadc6f..6ca36ed 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_a_subnet.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_a_subnet.rst @@ -53,7 +53,7 @@ Response Parameters +------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ipv6_address_mode | String | Specifies the IPv6 addressing mode. | | | | | diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_subnets.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_subnets.rst index bd11c40..1a6bec9 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_subnets.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/querying_subnets.rst @@ -118,7 +118,7 @@ Response Parameters +------------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +------------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ipv6_address_mode | String | Specifies the IPv6 addressing mode. | | | | | diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/updating_a_subnet.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/updating_a_subnet.rst index f9399b8..426fa2a 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/updating_a_subnet.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet/updating_a_subnet.rst @@ -149,7 +149,7 @@ Response Parameters +------------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +------------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ipv6_address_mode | String | Specifies the IPv6 addressing mode. | | | | | diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/creating_a_subnet_pool.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/creating_a_subnet_pool.rst index dd9c576..5b117a4 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/creating_a_subnet_pool.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/creating_a_subnet_pool.rst @@ -88,7 +88,7 @@ Response Message +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | default_quota | Integer | Specifies the upper limit of the prefix space that can be allocated from the subnet pool to the subnet. For IPv4 subnet pools, **default_quota** is measured in units of /32. For IPv6 subnet pools, **default_quota** is measured in units of /64. | +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_a_subnet_pool.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_a_subnet_pool.rst index c7ca19d..31e2dbc 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_a_subnet_pool.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_a_subnet_pool.rst @@ -46,7 +46,7 @@ Response Message +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | default_quota | Integer | Specifies the upper limit of the prefix space that can be allocated from the subnet pool to the subnet. For IPv4 subnet pools, **default_quota** is measured in units of /32. For IPv6 subnet pools, **default_quota** is measured in units of /64. | +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_subnet_pools.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_subnet_pools.rst index 079fe39..eabce00 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_subnet_pools.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/querying_subnet_pools.rst @@ -62,7 +62,7 @@ Response Message +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | default_quota | Integer | Specifies the upper limit of the prefix space that can be allocated from the subnet pool to the subnet. For IPv4 subnet pools, **default_quota** is measured in units of /32. For IPv6 subnet pools, **default_quota** is measured in units of /64. | +-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/updating_a_subnet_pool.rst b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/updating_a_subnet_pool.rst index 53bc50d..16badef 100644 --- a/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/updating_a_subnet_pool.rst +++ b/api-ref/source/native_openstack_neutron_apis_v2.0/subnet_pool/updating_a_subnet_pool.rst @@ -88,7 +88,7 @@ Response Message +-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ip_version | Integer | Specifies the IP address version. | | | | | - | | | Supported versions: IPv4 and IPv6 | + | | | The value can be **4** (IPv4) or **6** (IPv6). | +-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | default_quota | Integer | Specifies the upper limit of the prefix space that can be allocated from the subnet pool to the subnet. For IPv4 subnet pools, default_quota is measured in units of /32. For IPv6 subnet pools, default_quota is measured in units of /64. | +-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/api-ref/source/permissions_policies_and_supported_actions/security_group_rule.rst b/api-ref/source/permissions_policies_and_supported_actions/security_group_rule.rst index 99f390f..d1889bc 100644 --- a/api-ref/source/permissions_policies_and_supported_actions/security_group_rule.rst +++ b/api-ref/source/permissions_policies_and_supported_actions/security_group_rule.rst @@ -16,3 +16,5 @@ Security Group Rule +--------------------------------+-------------------------------------------------------------------------+-------------------------------+ | Deletes a security group rule. | DELETE /v1/{project_id}/security-group-rules/{rules_security_groups_id} | vpc:securityGroupRules:delete | +--------------------------------+-------------------------------------------------------------------------+-------------------------------+ +| Updates a security group rule. | ``-`` | vpc:securityGroupRules:update | ++--------------------------------+-------------------------------------------------------------------------+-------------------------------+