forked from docs/virtual-private-cloud
Update content
This commit is contained in:
parent
7d4e766126
commit
a1d2f3639e
@ -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). |
|
||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -48,12 +48,12 @@ Request Parameters
|
||||
|
||||
.. table:: **Table 3** Description of the **routetable** field
|
||||
|
||||
+-----------------+-----------------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
||||
| Name | Mandatory | Type | Description |
|
||||
+=================+=================+==================================================================+==================================================================================================================+
|
||||
| subnets | Yes | :ref:`subnet <vpc_apiroutetab_0005__table12518142212468>` 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 <vpc_apiroutetab_0005__table12518142212468>` 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:
|
||||
|
||||
|
@ -46,12 +46,12 @@ Request Parameters
|
||||
|
||||
.. table:: **Table 3** Description of the **routetable** field
|
||||
|
||||
+-----------------+-----------------+------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
|
||||
| Name | Mandatory | Type | Description |
|
||||
+=================+=================+==================================================================+=========================================================================================+
|
||||
| subnets | Yes | :ref:`subnet <vpc_apiroutetab_0007__table12518142212468>` 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 <vpc_apiroutetab_0007__table12518142212468>` 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:
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -216,10 +216,11 @@ Response Parameters
|
||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| extra_dhcp_opts | Array of :ref:`extra_dhcp_opt <vpc_subnet01_0001__table019517383270>` objects | Specifies the NTP server address configured for the subnet. For details, see :ref:`Table 7 <vpc_subnet01_0001__table019517383270>`. |
|
||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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 |
|
||||
|
@ -104,7 +104,7 @@ Response Parameters
|
||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| extra_dhcp_opts | Array of :ref:`extra_dhcp_opt <vpc_subnet01_0002__table019517383270>` objects | Specifies the NTP server address configured for the subnet. For details, see :ref:`Table 4 <vpc_subnet01_0002__table019517383270>`. |
|
||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| scope | String | Specifies where the subnet is used. |
|
||||
| scope | String | Specifies where the subnet is used in edge cloud scenario. |
|
||||
| | | |
|
||||
| | | Values: |
|
||||
| | | |
|
||||
|
@ -119,7 +119,7 @@ Response Parameters
|
||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| extra_dhcp_opts | Array of :ref:`extra_dhcp_opt <vpc_subnet01_0003__table019517383270>` objects | Specifies the NTP server address configured for the subnet. For details, see :ref:`Table 4 <vpc_subnet01_0003__table019517383270>`. |
|
||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| scope | String | Specifies where the subnet is used. |
|
||||
| scope | String | Specifies where the subnet is used in edge cloud scenario. |
|
||||
| | | |
|
||||
| | | Values: |
|
||||
| | | |
|
||||
|
@ -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 <vpc_subnet02_0003>`. |
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2023-12-15 | This release incorporates the following changes: |
|
||||
| | |
|
||||
| | Fixed known issues. |
|
||||
|
@ -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. |
|
||||
| | | |
|
||||
|
@ -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. |
|
||||
| | | |
|
||||
|
@ -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. |
|
||||
| | | |
|
||||
|
@ -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. |
|
||||
| | | |
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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. |
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -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 |
|
||||
+--------------------------------+-------------------------------------------------------------------------+-------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user