forked from docs/virtual-private-cloud
Compare commits
1 Commits
main
...
propose-vp
Author | SHA1 | Date | |
---|---|---|---|
f5de3b60ea |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
@ -1,14 +0,0 @@
|
||||
:original_name: eip_apiv3_0300.html
|
||||
|
||||
.. _eip_apiv3_0300:
|
||||
|
||||
Common Pools
|
||||
============
|
||||
|
||||
- :ref:`Querying Common Pools <listcommonpools>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
querying_common_pools
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,20 +0,0 @@
|
||||
:original_name: eip_apiv3_0100.html
|
||||
|
||||
.. _eip_apiv3_0100:
|
||||
|
||||
EIPs
|
||||
====
|
||||
|
||||
- :ref:`Querying All EIPs <listpublicipsv3>`
|
||||
- :ref:`Querying EIP Details <showpublicipv3>`
|
||||
- :ref:`Unbinding an EIP <disassociatepublicips>`
|
||||
- :ref:`Binding an EIP <associatepublicips>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
querying_all_eips
|
||||
querying_eip_details
|
||||
unbinding_an_eip
|
||||
binding_an_eip
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,16 +0,0 @@
|
||||
:original_name: vpc_apiv3_0000.html
|
||||
|
||||
.. _vpc_apiv3_0000:
|
||||
|
||||
API V3
|
||||
======
|
||||
|
||||
- :ref:`EIPs <eip_apiv3_0100>`
|
||||
- :ref:`Common Pools <eip_apiv3_0300>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
eips/index
|
||||
common_pools/index
|
@ -34,7 +34,13 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example request
|
||||
|
||||
@ -47,7 +53,7 @@ Response Message
|
||||
|
||||
- Response parameter
|
||||
|
||||
.. table:: **Table 2** Response parameter
|
||||
.. table:: **Table 3** Response parameter
|
||||
|
||||
+-----------+-------------------------------------------------------------+---------------------------------+
|
||||
| Name | Type | Description |
|
||||
@ -57,7 +63,7 @@ Response Message
|
||||
|
||||
.. _vpc_bandwidth_0001__table60972066:
|
||||
|
||||
.. table:: **Table 3** Description of the **bandwidth** field
|
||||
.. table:: **Table 4** Description of the **bandwidth** field
|
||||
|
||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Name | Type | Description |
|
||||
@ -75,7 +81,7 @@ Response Message
|
||||
| | | - **PER**: Dedicated bandwidth |
|
||||
| | | - **WHOLE**: Shared bandwidth |
|
||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publicip_info | Array of :ref:`publicip_info <vpc_bandwidth_0001__table30936422>` objects | - Specifies information about the EIP that uses the bandwidth. For details, see :ref:`Table 4 <vpc_bandwidth_0001__table30936422>`. |
|
||||
| publicip_info | Array of :ref:`publicip_info <vpc_bandwidth_0001__table30936422>` objects | - Specifies information about the EIP that uses the bandwidth. For details, see :ref:`Table 5 <vpc_bandwidth_0001__table30936422>`. |
|
||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| tenant_id | String | Specifies the project ID. |
|
||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -95,6 +101,10 @@ Response Message
|
||||
| enterprise_project_id | String | - Specifies the enterprise project ID. The value is **0** or a string that contains a maximum of 36 characters in UUID format with hyphens (-). |
|
||||
| | | - When creating a bandwidth, associate the enterprise project ID with the bandwidth. |
|
||||
| | | - If this parameter is not specified, the default value is **0**, which indicates that the default enterprise project is used. |
|
||||
| | | |
|
||||
| | | .. note:: |
|
||||
| | | |
|
||||
| | | This parameter is unsupported. Do not use it. |
|
||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| status | String | - Specifies the bandwidth status. |
|
||||
| | | - Possible values are as follows: |
|
||||
@ -111,28 +121,28 @@ Response Message
|
||||
|
||||
.. _vpc_bandwidth_0001__table30936422:
|
||||
|
||||
.. table:: **Table 4** **publicip_info** object
|
||||
.. table:: **Table 5** **publicip_info** object
|
||||
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| Name | Type | Description |
|
||||
+=======================+=======================+=================================================================================================================+
|
||||
| publicip_id | String | Specifies the ID of the EIP that uses the bandwidth. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| publicip_address | String | Specifies the obtained EIP if only IPv4 EIPs are available. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| ip_version | Integer | - Specifies the IP address version. |
|
||||
| | | - Possible values are as follows: |
|
||||
| | | |
|
||||
| | | - **4**: IPv4 |
|
||||
| | | - **6**: IPv6 (IPv6 is not supported currently.) |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------+
|
||||
| publicip_type | String | - Specifies the EIP type. |
|
||||
| | | - The value can be **5_bgp** (Dynamic BGP), **5_mailbgp** (Mail BGP), or **5_gray** (Dedicated Load Balancer). |
|
||||
| | | - Constraints: |
|
||||
| | | |
|
||||
| | | - The configured value must be supported by the system. |
|
||||
| | | - **publicip_id** is an IPv4 port. If **publicip_type** is not specified, the default value is **5_bgp**. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Name | Type | Description |
|
||||
+=======================+=======================+=======================================================================================================================================+
|
||||
| publicip_id | String | Specifies the ID of the EIP that uses the bandwidth. |
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publicip_address | String | Specifies the obtained EIP if only IPv4 EIPs are available. |
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| ip_version | Integer | - Specifies the IP address version. |
|
||||
| | | - Possible values are as follows: |
|
||||
| | | |
|
||||
| | | - **4**: IPv4 |
|
||||
| | | - **6**: IPv6 (IPv6 is not supported currently.) |
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| publicip_type | String | - Specifies the EIP type. |
|
||||
| | | - The value can be **5_bgp** (Dynamic BGP), **5_mailbgp** (Mail BGP), or **5_gray** (Dedicated load balancer, shared load balancer). |
|
||||
| | | - Constraints: |
|
||||
| | | |
|
||||
| | | - The configured value must be supported by the system. |
|
||||
| | | - **publicip_id** is an IPv4 port. If **publicip_type** is not specified, the default value is **5_bgp**. |
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example response
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,13 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example request
|
||||
|
||||
|
@ -34,22 +34,30 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
.. table:: **Table 2** Request parameter
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 3** Request parameter
|
||||
|
||||
+-----------+-----------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| Name | Mandatory | Type | Description |
|
||||
+===========+===========+==================================================================+============================================================================================================+
|
||||
| bandwidth | Yes | :ref:`bandwidth <vpc_sharebandwidth_0005__table31854691>` object | Specifies the bandwidth objects. For details, see :ref:`Table 3 <vpc_sharebandwidth_0005__table31854691>`. |
|
||||
| bandwidth | Yes | :ref:`bandwidth <vpc_sharebandwidth_0005__table31854691>` object | Specifies the bandwidth objects. For details, see :ref:`Table 4 <vpc_sharebandwidth_0005__table31854691>`. |
|
||||
+-----------+-----------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _vpc_sharebandwidth_0005__table31854691:
|
||||
|
||||
.. table:: **Table 3** Description of the **bandwidth** field
|
||||
.. table:: **Table 4** Description of the **bandwidth** field
|
||||
|
||||
+-----------------+-----------------+--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Name | Mandatory | Type | Description |
|
||||
+=================+=================+================================================================================+==================================================================================================================================================================================================================+
|
||||
| publicip_info | Yes | Array of :ref:`publicip_info <vpc_sharebandwidth_0005__table30936422>` objects | - Specifies information about the EIP to be removed from the bandwidth. For details, see :ref:`Table 4 <vpc_sharebandwidth_0005__table30936422>`. |
|
||||
| publicip_info | Yes | Array of :ref:`publicip_info <vpc_sharebandwidth_0005__table30936422>` objects | - Specifies information about the EIP to be removed from the bandwidth. For details, see :ref:`Table 5 <vpc_sharebandwidth_0005__table30936422>`. |
|
||||
| | | | - The bandwidth, whose type is **WHOLE**, can be used by multiple EIPs. The number of EIPs varies depending on the tenant quota. By default, a shared bandwidth can be used by up to 20 EIPs. |
|
||||
+-----------------+-----------------+--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| charge_mode | Yes | String | After an EIP is removed from a shared bandwidth, a dedicated bandwidth will be allocated to the EIP, and you will be billed for the dedicated bandwidth. |
|
||||
@ -67,7 +75,7 @@ Request Message
|
||||
|
||||
.. _vpc_sharebandwidth_0005__table30936422:
|
||||
|
||||
.. table:: **Table 4** **publicip_info** object
|
||||
.. table:: **Table 5** **publicip_info** object
|
||||
|
||||
+-------------+-----------+--------+------------------------------------------------------+
|
||||
| Name | Mandatory | Type | Description |
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -14,13 +14,12 @@ This API is used to release an EIP.
|
||||
|
||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
||||
|
||||
- In **eu-de**, EIPs of the Dedicated Load Balancer (**5_gray**) type cannot be assigned anymore. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||
- In **eu-de**, EIPs of the Dedicated Load Balancer (5_gray) type cannot be created any more.
|
||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
||||
|
||||
- The EIP console cannot be used to bind EIPs to or unbind them from dedicated load balancers.
|
||||
- You can use APIs to bind EIPs to or unbind them from dedicated load balancers. For details, see `Binding an EIP <https://docs.otc.t-systems.com/elastic-ip/api-ref/api_v3/eips/binding_an_eip.html>`__ and `Unbinding an EIP <https://docs.otc.t-systems.com/elastic-ip/api-ref/api_v3/eips/unbinding_an_eip.html>`__.
|
||||
- You can use APIs to bind EIPs to or unbind them from dedicated load balancers. For details, see "Binding an EIP" and "Unbinding an EIP" in "API V3" section in the *Elastic IP API Reference*.
|
||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
||||
|
||||
- Do not add EIPs of the dedicated load balancer type (**5_gray**) and other types to the same shared bandwidth. Otherwise, the bandwidth limit policy will not take effect.
|
||||
|
||||
@ -47,7 +46,13 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example request
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -41,12 +41,20 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
.. table:: **Table 2** Request parameter
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 3** Request parameter
|
||||
|
||||
+-----------------+-----------------------------------------------------------------+-----------------+---------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Mandatory | Description |
|
||||
+=================+=================================================================+=================+=========================================================================================================+
|
||||
| tags | Array of :ref:`tag <eip_tag_0004__table13242848193719>` objects | Yes | Specifies the **tag** object list. For details, see :ref:`Table 3 <eip_tag_0004__table13242848193719>`. |
|
||||
| tags | Array of :ref:`tag <eip_tag_0004__table13242848193719>` objects | Yes | Specifies the **tag** object list. For details, see :ref:`Table 4 <eip_tag_0004__table13242848193719>`. |
|
||||
+-----------------+-----------------------------------------------------------------+-----------------+---------------------------------------------------------------------------------------------------------+
|
||||
| action | String | Yes | Specifies the operation. Possible values are as follows: |
|
||||
| | | | |
|
||||
@ -56,7 +64,7 @@ Request Message
|
||||
|
||||
.. _eip_tag_0004__table13242848193719:
|
||||
|
||||
.. table:: **Table 3** **tag** objects
|
||||
.. table:: **Table 4** **tag** objects
|
||||
|
||||
+-----------------+-----------------+-----------------+---------------------------------------------------------------------+
|
||||
| Attribute | Type | Mandatory | Description |
|
||||
|
@ -33,17 +33,25 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
.. table:: **Table 2** Request parameter
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 3** Request parameter
|
||||
|
||||
+-----------+-------------------------------------------------------+-----------+-----------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Mandatory | Description |
|
||||
+===========+=======================================================+===========+=====================================================================================================+
|
||||
| tag | :ref:`tag <eip_tag_0001__table13242848193719>` object | Yes | Specifies the **tag** objects. For details, see :ref:`Table 3 <eip_tag_0001__table13242848193719>`. |
|
||||
| tag | :ref:`tag <eip_tag_0001__table13242848193719>` object | Yes | Specifies the **tag** objects. For details, see :ref:`Table 4 <eip_tag_0001__table13242848193719>`. |
|
||||
+-----------+-------------------------------------------------------+-----------+-----------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _eip_tag_0001__table13242848193719:
|
||||
|
||||
.. table:: **Table 3** **tag** objects
|
||||
.. table:: **Table 4** **tag** objects
|
||||
|
||||
+-----------------+-----------------+-----------------+---------------------------------------------------------------------+
|
||||
| Attribute | Type | Mandatory | Description |
|
||||
|
@ -15,9 +15,9 @@ URI
|
||||
|
||||
DELETE /v2.0/{project_id}/publicips/{publicip_id}/tags/{key}
|
||||
|
||||
:ref:`Table 1 <eip_tag_0003__table5716115334>` describes the parameters.
|
||||
:ref:`Table 1 <eip_tag_0003__table27380479>` describes the parameters.
|
||||
|
||||
.. _eip_tag_0003__table5716115334:
|
||||
.. _eip_tag_0003__table27380479:
|
||||
|
||||
.. table:: **Table 1** Parameter description
|
||||
|
||||
@ -34,7 +34,13 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example request
|
||||
|
||||
|
@ -15,9 +15,9 @@ URI
|
||||
|
||||
GET /v2.0/{project_id}/publicips/{publicip_id}/tags
|
||||
|
||||
:ref:`Table 1 <eip_tag_0002__table450964213214>` describes the parameters.
|
||||
:ref:`Table 1 <eip_tag_0002__table27380479>` describes the parameters.
|
||||
|
||||
.. _eip_tag_0002__table450964213214:
|
||||
.. _eip_tag_0002__table27380479:
|
||||
|
||||
.. table:: **Table 1** Parameter description
|
||||
|
||||
@ -33,7 +33,13 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example request
|
||||
|
||||
@ -46,17 +52,17 @@ Response Message
|
||||
|
||||
- Response parameter
|
||||
|
||||
.. table:: **Table 2** Response parameter
|
||||
.. table:: **Table 3** Response parameter
|
||||
|
||||
+-----------+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+===========+=================================================================+=========================================================================================================+
|
||||
| tags | Array of :ref:`tag <eip_tag_0002__table13242848193719>` objects | Specifies the **tag** object list. For details, see :ref:`Table 3 <eip_tag_0002__table13242848193719>`. |
|
||||
| tags | Array of :ref:`tag <eip_tag_0002__table13242848193719>` objects | Specifies the **tag** object list. For details, see :ref:`Table 4 <eip_tag_0002__table13242848193719>`. |
|
||||
+-----------+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _eip_tag_0002__table13242848193719:
|
||||
|
||||
.. table:: **Table 3** **tag** objects
|
||||
.. table:: **Table 4** **tag** objects
|
||||
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------+
|
||||
| Attribute | Type | Description |
|
||||
|
@ -32,7 +32,13 @@ Request Message
|
||||
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
.. table:: **Table 2** Request header parameter
|
||||
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==============+===========+========+========================================================================================================================================================================================+
|
||||
| X-Auth-Token | Yes | String | Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of **X-Subject-Token** in the response header is the user token. |
|
||||
+--------------+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
- Example request
|
||||
|
||||
@ -45,17 +51,17 @@ Response Message
|
||||
|
||||
- Response parameter
|
||||
|
||||
.. table:: **Table 2** Response parameter
|
||||
.. table:: **Table 3** Response parameter
|
||||
|
||||
+-----------+---------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+===========+===============================================================+=======================================================================================================+
|
||||
| tags | Array of :ref:`tag <eip_tag_0006__table043062842515>` objects | Specifies the **tag** object list. For details, see :ref:`Table 3 <eip_tag_0006__table043062842515>`. |
|
||||
| tags | Array of :ref:`tag <eip_tag_0006__table043062842515>` objects | Specifies the **tag** object list. For details, see :ref:`Table 4 <eip_tag_0006__table043062842515>`. |
|
||||
+-----------+---------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _eip_tag_0006__table043062842515:
|
||||
|
||||
.. table:: **Table 3** Description of the **tag** field
|
||||
.. table:: **Table 4** Description of the **tag** field
|
||||
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------+
|
||||
| Name | Type | Description |
|
||||
@ -63,7 +69,7 @@ Response Message
|
||||
| key | String | Specifies the tag key. |
|
||||
| | | |
|
||||
| | | - Cannot be left blank. |
|
||||
| | | - Contain up to 128 characters (36 characters on the console). |
|
||||
| | | - Can contain a maximum of 36 characters. |
|
||||
| | | - Can contain only the following character types: |
|
||||
| | | |
|
||||
| | | - Uppercase letters |
|
||||
@ -73,7 +79,7 @@ Response Message
|
||||
+-----------------------+-----------------------+---------------------------------------------------------------------+
|
||||
| values | Array of strings | Specifies the tag value list. |
|
||||
| | | |
|
||||
| | | - Contain up to 255 characters (43 characters on the console). |
|
||||
| | | - Can contain a maximum of 43 characters. |
|
||||
| | | - Can contain only the following character types: |
|
||||
| | | |
|
||||
| | | - Uppercase letters |
|
||||
|
@ -127,7 +127,7 @@ Response Message
|
||||
],
|
||||
"floatingips_links": [
|
||||
{
|
||||
"href": "https://vpc.region.otctest.t-systems.com/v2.0/floatingips_v6?marker=861a4c5b-b17b-4a1d-b653-f3e95dcb3345&page_reverse=true&page_reverse=True",
|
||||
"href": "https://network.region.az-2.abc.com/v2.0/floatingips_v6?marker=861a4c5b-b17b-4a1d-b653-f3e95dcb3345&page_reverse=true&page_reverse=True",
|
||||
"rel": "previous"
|
||||
}
|
||||
]
|
||||
|
@ -16,7 +16,6 @@ APIs
|
||||
- :ref:`Security Group <vpc_sg01_0000>`
|
||||
- :ref:`VPC Peering Connection <vpc_peering_0000>`
|
||||
- :ref:`VPC Route <vpc_route_0000>`
|
||||
- :ref:`Route Table <vpc_apiroutetab_0000>`
|
||||
- :ref:`VPC Tag Management <vpc_tag_0000>`
|
||||
- :ref:`Subnet Tag Management <subnet_tag_0000>`
|
||||
- :ref:`EIP Tag Management <eip_tag_0000>`
|
||||
@ -38,7 +37,6 @@ APIs
|
||||
security_group/index
|
||||
vpc_peering_connection/index
|
||||
vpc_route/index
|
||||
route_table/index
|
||||
vpc_tag_management/index
|
||||
subnet_tag_management/index
|
||||
eip_tag_management/index
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -29,27 +29,31 @@ DELETE /v1/{project_id}/privateips/{privateip_id}
|
||||
| privateip_id | Yes | Specifies the ID of the private IP address, which uniquely identifies the private IP address. |
|
||||
+--------------+-----------+-----------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
|
||||
None
|
||||
|
||||
Example Request
|
||||
Request Message
|
||||
---------------
|
||||
|
||||
.. code-block:: text
|
||||
- Request parameter
|
||||
|
||||
DELETE https://{Endpoint}/v1/{project_id}/privateips/4779ab1c-7c1a-44b1-a02e-93dfc361b32d
|
||||
None
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
- Example request
|
||||
|
||||
None
|
||||
.. code-block:: text
|
||||
|
||||
Example Response
|
||||
DELETE https://{Endpoint}/v1/{project_id}/privateips/4779ab1c-7c1a-44b1-a02e-93dfc361b32d
|
||||
|
||||
Response Message
|
||||
----------------
|
||||
|
||||
None
|
||||
- Request parameter
|
||||
|
||||
None
|
||||
|
||||
- Example response
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
None
|
||||
|
||||
Status Code
|
||||
-----------
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,66 +0,0 @@
|
||||
:original_name: vpc_apiroutetab_0006.html
|
||||
|
||||
.. _vpc_apiroutetab_0006:
|
||||
|
||||
Deleting a Route Table
|
||||
======================
|
||||
|
||||
Function
|
||||
--------
|
||||
|
||||
This API is used to delete a custom route table.
|
||||
|
||||
Constraints:
|
||||
|
||||
Only custom route tables can be deleted. If a custom route table has subnets associated, disassociate the subnets with the route table and then delete the route table.
|
||||
|
||||
URI
|
||||
---
|
||||
|
||||
DELETE /v1/{project_id}/routetables/{routetable_id}
|
||||
|
||||
:ref:`Table 1 <vpc_apiroutetab_0006__table13893430173220>` describes the parameters.
|
||||
|
||||
.. _vpc_apiroutetab_0006__table13893430173220:
|
||||
|
||||
.. table:: **Table 1** Parameter description
|
||||
|
||||
+---------------+-----------+--------+------------------------------------------------------------------------+
|
||||
| Name | Mandatory | Type | Description |
|
||||
+===============+===========+========+========================================================================+
|
||||
| project_id | Yes | String | Specifies the project ID. |
|
||||
+---------------+-----------+--------+------------------------------------------------------------------------+
|
||||
| routetable_id | Yes | String | Specifies the route table ID, which uniquely identifies a route table. |
|
||||
+---------------+-----------+--------+------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
|
||||
None
|
||||
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
DELETE https://{Endpoint}/v1/{project_id}/routetables/3d42a0d4-a980-4613-ae76-a2cddecff054
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
|
||||
None
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
||||
None
|
||||
|
||||
Status Code
|
||||
-----------
|
||||
|
||||
See :ref:`Status Codes <vpc_api_0002>`.
|
||||
|
||||
Error Code
|
||||
----------
|
||||
|
||||
See :ref:`Error Codes <vpc_api_0003>`.
|
File diff suppressed because it is too large
Load Diff
@ -1,26 +0,0 @@
|
||||
:original_name: vpc_apiroutetab_0000.html
|
||||
|
||||
.. _vpc_apiroutetab_0000:
|
||||
|
||||
Route Table
|
||||
===========
|
||||
|
||||
- :ref:`Querying Route Tables <vpc_apiroutetab_0001>`
|
||||
- :ref:`Querying a Route Table <vpc_apiroutetab_0002>`
|
||||
- :ref:`Creating a Route Table <vpc_apiroutetab_0003>`
|
||||
- :ref:`Updating a Route Table <vpc_apiroutetab_0004>`
|
||||
- :ref:`Associating Subnets with a Route Table <vpc_apiroutetab_0005>`
|
||||
- :ref:`Disassociating Subnets from a Route Table <vpc_apiroutetab_0007>`
|
||||
- :ref:`Deleting a Route Table <vpc_apiroutetab_0006>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
querying_route_tables
|
||||
querying_a_route_table
|
||||
creating_a_route_table
|
||||
updating_a_route_table
|
||||
associating_subnets_with_a_route_table
|
||||
disassociating_subnets_from_a_route_table
|
||||
deleting_a_route_table
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -29,27 +29,29 @@ DELETE /v1/{project_id}/security-groups/{security_group_id}
|
||||
| project_id | No | Specifies the project ID. |
|
||||
+-------------------+-----------+--------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
|
||||
None
|
||||
|
||||
Example Request
|
||||
Request Message
|
||||
---------------
|
||||
|
||||
.. code-block:: text
|
||||
- Request parameter
|
||||
|
||||
DELETE https://{Endpoint}/v1/{project_id}/security-groups/0c4a2336-b036-4fa2-bc3c-1a291ed4c431
|
||||
None
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
- Example request
|
||||
|
||||
None
|
||||
.. code-block:: text
|
||||
|
||||
Example Response
|
||||
DELETE https://{Endpoint}/v1/{project_id}/security-groups/0c4a2336-b036-4fa2-bc3c-1a291ed4c431
|
||||
|
||||
Response Message
|
||||
----------------
|
||||
|
||||
None
|
||||
- Response parameter
|
||||
|
||||
None
|
||||
|
||||
- Example response
|
||||
|
||||
None
|
||||
|
||||
Status Code
|
||||
-----------
|
||||
|
@ -29,27 +29,29 @@ DELETE /v1/{project_id}/security-group-rules/{security_group_rule_id}
|
||||
| project_id | Yes | Specifies the project ID. |
|
||||
+------------------------+-----------+------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
|
||||
None
|
||||
|
||||
Example Request
|
||||
Request Message
|
||||
---------------
|
||||
|
||||
.. code-block:: text
|
||||
- Request parameter
|
||||
|
||||
DELETE https://{Endpoint}/v1/{project_id}/security-group-rules/2bc0accf-312e-429a-956e-e4407625eb62
|
||||
None
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
- Example request
|
||||
|
||||
None
|
||||
.. code-block:: text
|
||||
|
||||
Example Response
|
||||
DELETE https://{Endpoint}/v1/{project_id}/security-group-rules/2bc0accf-312e-429a-956e-e4407625eb62
|
||||
|
||||
Response Message
|
||||
----------------
|
||||
|
||||
None
|
||||
- Response parameter
|
||||
|
||||
None
|
||||
|
||||
- Example response
|
||||
|
||||
None
|
||||
|
||||
Status Code
|
||||
-----------
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user