forked from docs/virtual-private-cloud
Update content
This commit is contained in:
parent
f5fe00c288
commit
2ebf32857d
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -38,9 +38,9 @@ Request Message
|
|||||||
|
|
||||||
- Example request
|
- Example request
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: text
|
||||||
|
|
||||||
Get https://{Endpoint}//v1/{project_id}/bandwidths/{bandwidth_id}
|
GET https://{Endpoint}//v1/{project_id}/bandwidths/{bandwidth_id}
|
||||||
|
|
||||||
Response Message
|
Response Message
|
||||||
----------------
|
----------------
|
||||||
|
@ -144,7 +144,7 @@ Response Message
|
|||||||
"bandwidths": [
|
"bandwidths": [
|
||||||
{
|
{
|
||||||
"id": "09b99c91-da7c-449f-94e2-f4934c5b2a71",
|
"id": "09b99c91-da7c-449f-94e2-f4934c5b2a71",
|
||||||
"name": "vpngw-f632a7b0-ef50-4ac5-97e9-ddc56b3d5977",
|
"name": "test-f632a7b0-ef50-4ac5-97e9-ddc56b3d5977",
|
||||||
"size": 200,
|
"size": 200,
|
||||||
"share_type": "PER",
|
"share_type": "PER",
|
||||||
"publicip_info": [
|
"publicip_info": [
|
||||||
@ -164,7 +164,7 @@ Response Message
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0a583ff1-b43e-4000-ade3-e7af0097f832",
|
"id": "0a583ff1-b43e-4000-ade3-e7af0097f832",
|
||||||
"name": "vpngw-7e880d5b-f458-40ad-a7e5-735c44cd8b7d",
|
"name": "test-7e880d5b-f458-40ad-a7e5-735c44cd8b7d",
|
||||||
"size": 300,
|
"size": 300,
|
||||||
"share_type": "PER",
|
"share_type": "PER",
|
||||||
"publicip_info": [
|
"publicip_info": [
|
||||||
|
@ -16,15 +16,15 @@ The EIP service provides independent public IP addresses and bandwidth for Inter
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
@ -112,7 +112,8 @@ Request Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | - If this parameter is set to **WHOLE**, the bandwidth ID must be specified. |
|
| | | | - If this parameter is set to **WHOLE**, the bandwidth ID must be specified. |
|
||||||
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| charge_mode | No | String | - The value is **traffic**, indicating that the billing is based on traffic. |
|
| charge_mode | No | String | - Specifies whether the bandwidth is billed by traffic or by bandwidth size. |
|
||||||
|
| | | | - The value is **traffic**, indicating that the billing is based on traffic. |
|
||||||
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Example Request
|
Example Request
|
||||||
|
@ -14,15 +14,15 @@ This API is used to query a specific EIP.
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
@ -51,9 +51,9 @@ Request Message
|
|||||||
|
|
||||||
- Example request
|
- Example request
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: text
|
||||||
|
|
||||||
Get https://{Endpoint}/v1/{project_id}/publicips/{publicip_id}
|
GET https://{Endpoint}/v1/{project_id}/publicips/{publicip_id}
|
||||||
|
|
||||||
Response Message
|
Response Message
|
||||||
----------------
|
----------------
|
||||||
|
@ -14,15 +14,15 @@ This API is used to query EIPs.
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -14,15 +14,15 @@ This API is used to release an EIP.
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -14,15 +14,15 @@ This API is used to bind an EIP to a NIC, or unbind an EIP from a NIC.
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -166,12 +166,6 @@ Example Response
|
|||||||
"quota": 10,
|
"quota": 10,
|
||||||
"min": 0
|
"min": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "vpn",
|
|
||||||
"used": 0,
|
|
||||||
"quota": 5,
|
|
||||||
"min": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "vpcPeer",
|
"type": "vpcPeer",
|
||||||
"used": 0,
|
"used": 0,
|
||||||
|
@ -131,9 +131,9 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 7** Description of the **route** field
|
.. table:: **Table 7** Description of the **route** field
|
||||||
|
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+=======================+==================================================================================================+
|
+=======================+=======================+===========================================================================================+
|
||||||
| type | String | - Specifies the route type. |
|
| type | String | - Specifies the route type. |
|
||||||
| | | - Values: |
|
| | | - Values: |
|
||||||
| | | |
|
| | | |
|
||||||
@ -146,26 +146,26 @@ Response Parameters
|
|||||||
| | | - **dc** (Direct Connect connection) |
|
| | | - **dc** (Direct Connect connection) |
|
||||||
| | | - **egw**: VPC endpoint node |
|
| | | - **egw**: VPC endpoint node |
|
||||||
| | | - **er**: enterprise router |
|
| | | - **er**: enterprise router |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| destination | String | - Specifies the destination CIDR block of a route. |
|
| destination | String | - Specifies the destination CIDR block of a route. |
|
||||||
| | | - The value must be in the valid CIDR format. |
|
| | | - Constraints: The value must be in valid IPv4 or IPv6 CIDR formats. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| nexthop | String | - Specifies the ID of the next hop in the route. |
|
| nexthop | String | - Specifies the ID of the next hop in the route. |
|
||||||
| | | - Values: |
|
| | | - Values: |
|
||||||
| | | |
|
| | | |
|
||||||
| | | - When **type** is **ecs**, the value is the ECS ID. |
|
| | | - When **type** is **ecs**, the value is an ECS ID. |
|
||||||
| | | - When **type** is **eni**, the value is the extension NIC ID. |
|
| | | - When **type** is **eni**, the value is an extension NIC ID. |
|
||||||
| | | - When **type** is **vip**, the value is the virtual IP address. |
|
| | | - When **type** is **vip**, the value is a virtual IP address. |
|
||||||
| | | - When **type** is **nat**, the value is NAT gateway ID. |
|
| | | - When **type** is **nat**, the value a NAT gateway ID. |
|
||||||
| | | - When **type** is **peering**, the value is the VPC peering connection ID. |
|
| | | - When **type** is **peering**, the value is a VPC peering connection ID. |
|
||||||
| | | - When **type** is **vpn**, the value is the VPN ID. |
|
| | | - When **type** is **vpn**, the value is a VPN ID. |
|
||||||
| | | - When **type** is **dc**, the value is the Direct Connect connection ID. |
|
| | | - When **type** is **dc**, the value is a Direct Connect connection ID. |
|
||||||
| | | - When **type** is set to **egw**, the value is the VPC endpoint ID. |
|
| | | - When **type** is set to **egw**, the value is a VPC endpoint ID. |
|
||||||
| | | - When **type** is set to **er**, the value is the ID of the enterprise router. |
|
| | | - When **type** is set to **er**, the value is the ID of an enterprise router. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| description | String | - Provides supplementary information about the route. |
|
| description | String | - Provides supplementary information about the route. |
|
||||||
| | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
| | | - The value can contain up to 255 characters and cannot contain angle brackets (< or >). |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_apiroutetab_0005__table17950204203919:
|
.. _vpc_apiroutetab_0005__table17950204203919:
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -135,9 +135,9 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 7** Description of the **route** field
|
.. table:: **Table 7** Description of the **route** field
|
||||||
|
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+=======================+==================================================================================================+
|
+=======================+=======================+===========================================================================================+
|
||||||
| type | String | - Specifies the route type. |
|
| type | String | - Specifies the route type. |
|
||||||
| | | - Values: |
|
| | | - Values: |
|
||||||
| | | |
|
| | | |
|
||||||
@ -150,26 +150,26 @@ Response Parameters
|
|||||||
| | | - **dc** (Direct Connect connection) |
|
| | | - **dc** (Direct Connect connection) |
|
||||||
| | | - **egw**: VPC endpoint node |
|
| | | - **egw**: VPC endpoint node |
|
||||||
| | | - **er**: enterprise router |
|
| | | - **er**: enterprise router |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| destination | String | - Specifies the destination CIDR block of a route. |
|
| destination | String | - Specifies the destination CIDR block of a route. |
|
||||||
| | | - The value must be in the valid CIDR format. |
|
| | | - Constraints: The value must be in valid IPv4 or IPv6 CIDR formats. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| nexthop | String | - Specifies the ID of the next hop in the route. |
|
| nexthop | String | - Specifies the ID of the next hop in the route. |
|
||||||
| | | - Values: |
|
| | | - Values: |
|
||||||
| | | |
|
| | | |
|
||||||
| | | - When **type** is **ecs**, the value is the ECS ID. |
|
| | | - When **type** is **ecs**, the value is an ECS ID. |
|
||||||
| | | - When **type** is **eni**, the value is the extension NIC ID. |
|
| | | - When **type** is **eni**, the value is an extension NIC ID. |
|
||||||
| | | - When **type** is **vip**, the value is the virtual IP address. |
|
| | | - When **type** is **vip**, the value is a virtual IP address. |
|
||||||
| | | - When **type** is **nat**, the value is NAT gateway ID. |
|
| | | - When **type** is **nat**, the value a NAT gateway ID. |
|
||||||
| | | - When **type** is **peering**, the value is the VPC peering connection ID. |
|
| | | - When **type** is **peering**, the value is a VPC peering connection ID. |
|
||||||
| | | - When **type** is **vpn**, the value is the VPN ID. |
|
| | | - When **type** is **vpn**, the value is a VPN ID. |
|
||||||
| | | - When **type** is **dc**, the value is the Direct Connect connection ID. |
|
| | | - When **type** is **dc**, the value is a Direct Connect connection ID. |
|
||||||
| | | - When **type** is set to **egw**, the value is the VPC endpoint ID. |
|
| | | - When **type** is set to **egw**, the value is a VPC endpoint ID. |
|
||||||
| | | - When **type** is set to **er**, the value is the ID of the enterprise router. |
|
| | | - When **type** is set to **er**, the value is the ID of an enterprise router. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| description | String | - Provides supplementary information about the route. |
|
| description | String | - Provides supplementary information about the route. |
|
||||||
| | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
| | | - The value can contain up to 255 characters and cannot contain angle brackets (< or >). |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_apiroutetab_0007__table17950204203919:
|
.. _vpc_apiroutetab_0007__table17950204203919:
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@ GET /v1/{project_id}/routetables/{routetable_id}
|
|||||||
|
|
||||||
.. table:: **Table 1** Parameter description
|
.. table:: **Table 1** Parameter description
|
||||||
|
|
||||||
+---------------+-----------+--------+------------------------------------------------------------------------+
|
+---------------+-----------+--------+----------------------------------------------------------------------+
|
||||||
| Name | Mandatory | Type | Description |
|
| Name | Mandatory | Type | Description |
|
||||||
+===============+===========+========+========================================================================+
|
+===============+===========+========+======================================================================+
|
||||||
| project_id | Yes | String | Specifies the project ID. |
|
| project_id | Yes | String | Specifies the project ID. |
|
||||||
+---------------+-----------+--------+------------------------------------------------------------------------+
|
+---------------+-----------+--------+----------------------------------------------------------------------+
|
||||||
| routetable_id | Yes | String | Specifies the route table ID, which uniquely identifies a route table. |
|
| routetable_id | Yes | String | Specifies the route table ID that uniquely identifies a route table. |
|
||||||
+---------------+-----------+--------+------------------------------------------------------------------------+
|
+---------------+-----------+--------+----------------------------------------------------------------------+
|
||||||
|
|
||||||
Request Parameters
|
Request Parameters
|
||||||
------------------
|
------------------
|
||||||
@ -59,11 +59,11 @@ Response Parameters
|
|||||||
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+============================================================================+========================================================================================================================================+
|
+=======================+============================================================================+========================================================================================================================================+
|
||||||
| id | String | - Specifies the route table ID, which uniquely identifies the route table. |
|
| id | String | - Specifies the route table ID that uniquely identifies the route table. |
|
||||||
| | | - The value must be in standard UUID format. |
|
| | | - The value must be in standard UUID format. |
|
||||||
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| name | String | - Specifies the route table name. |
|
| name | String | - Specifies the route table name. |
|
||||||
| | | - The value can contain no more than 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
|
| | | - The value can contain up to 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
|
||||||
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| default | Boolean | - Specifies whether the route table is the default one. |
|
| default | Boolean | - Specifies whether the route table is the default one. |
|
||||||
| | | - The value can be **true** (default route table) or **false** (custom route table). |
|
| | | - The value can be **true** (default route table) or **false** (custom route table). |
|
||||||
@ -79,7 +79,7 @@ Response Parameters
|
|||||||
| vpc_id | String | - Specifies the ID of the VPC associated with the route table. |
|
| vpc_id | String | - Specifies the ID of the VPC associated with the route table. |
|
||||||
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| description | String | - Provides supplementary information about the route table. |
|
| description | String | - Provides supplementary information about the route table. |
|
||||||
| | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
| | | - The value can contain up to 255 characters and cannot contain angle brackets (< or >). |
|
||||||
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+----------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | - Specifies the time (UTC) when the route table is created. |
|
| created_at | String | - Specifies the time (UTC) when the route table is created. |
|
||||||
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
@ -92,9 +92,9 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 4** Description of the **route** field
|
.. table:: **Table 4** Description of the **route** field
|
||||||
|
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+=======================+==================================================================================================+
|
+=======================+=======================+===========================================================================================+
|
||||||
| type | String | - Specifies the route type. |
|
| type | String | - Specifies the route type. |
|
||||||
| | | - Values: |
|
| | | - Values: |
|
||||||
| | | |
|
| | | |
|
||||||
@ -107,26 +107,26 @@ Response Parameters
|
|||||||
| | | - **dc** (Direct Connect connection) |
|
| | | - **dc** (Direct Connect connection) |
|
||||||
| | | - **egw**: VPC endpoint node |
|
| | | - **egw**: VPC endpoint node |
|
||||||
| | | - **er**: enterprise router |
|
| | | - **er**: enterprise router |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| destination | String | - Specifies the destination CIDR block of a route. |
|
| destination | String | - Specifies the destination CIDR block of a route. |
|
||||||
| | | - The value must be in the valid CIDR format. |
|
| | | - Constraints: The value must be in valid IPv4 or IPv6 CIDR formats. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| nexthop | String | - Specifies the ID of the next hop in the route. |
|
| nexthop | String | - Specifies the ID of the next hop in the route. |
|
||||||
| | | - Values: |
|
| | | - Values: |
|
||||||
| | | |
|
| | | |
|
||||||
| | | - When **type** is **ecs**, the value is the ECS ID. |
|
| | | - When **type** is **ecs**, the value is an ECS ID. |
|
||||||
| | | - When **type** is **eni**, the value is the extension NIC ID. |
|
| | | - When **type** is **eni**, the value is an extension NIC ID. |
|
||||||
| | | - When **type** is **vip**, the value is the virtual IP address. |
|
| | | - When **type** is **vip**, the value is a virtual IP address. |
|
||||||
| | | - When **type** is **nat**, the value is NAT gateway ID. |
|
| | | - When **type** is **nat**, the value a NAT gateway ID. |
|
||||||
| | | - When **type** is **peering**, the value is the VPC peering connection ID. |
|
| | | - When **type** is **peering**, the value is a VPC peering connection ID. |
|
||||||
| | | - When **type** is **vpn**, the value is the VPN ID. |
|
| | | - When **type** is **vpn**, the value is a VPN ID. |
|
||||||
| | | - When **type** is **dc**, the value is the Direct Connect connection ID. |
|
| | | - When **type** is **dc**, the value is a Direct Connect connection ID. |
|
||||||
| | | - When **type** is set to **egw**, the value is the VPC endpoint ID. |
|
| | | - When **type** is set to **egw**, the value is a VPC endpoint ID. |
|
||||||
| | | - When **type** is set to **er**, the value is the ID of the enterprise router. |
|
| | | - When **type** is set to **er**, the value is the ID of an enterprise router. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
| description | String | - Provides supplementary information about the route. |
|
| description | String | - Provides supplementary information about the route. |
|
||||||
| | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
| | | - The value can contain up to 255 characters and cannot contain angle brackets (< or >). |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_apiroutetab_0002__table17950204203919:
|
.. _vpc_apiroutetab_0002__table17950204203919:
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Querying Route Tables
|
|||||||
Function
|
Function
|
||||||
--------
|
--------
|
||||||
|
|
||||||
This API is used to query all route tables of the tenant submitting the request. The route tables are filtered based on the filtering condition.
|
This API is used to query route tables.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
@ -45,11 +45,11 @@ Example:
|
|||||||
| | | | - If the value of the parameter **marker** is set to the resource ID of the 10th record and the value of parameter **limit** is set to **10**, the 11th to 20th resource records will be returned. |
|
| | | | - If the value of the parameter **marker** is set to the resource ID of the 10th record and the value of parameter **limit** is set to **10**, the 11th to 20th resource records will be returned. |
|
||||||
| | | | - If the value of the parameter **marker** is set to the resource ID of the 10th record and the parameter **limit** is not passed, resource records starting from the 11th records (including 11th) will be returned. |
|
| | | | - If the value of the parameter **marker** is set to the resource ID of the 10th record and the parameter **limit** is not passed, resource records starting from the 11th records (including 11th) will be returned. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| id | No | String | Specifies the route table ID, which can be used to filter the route table with the corresponding ID. |
|
| id | No | String | Specifies the route table ID that is used as the filter. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| vpc_id | No | String | Specifies the VPC UUID. |
|
| vpc_id | No | String | Specifies the VPC UUID that is used as the filter. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| subnet_id | No | String | Specifies the subnet ID. |
|
| subnet_id | No | String | Specifies the subnet UUID that is used as the filter. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | If you use the management console, the value of this parameter is the **Network ID** value. |
|
| | | | If you use the management console, the value of this parameter is the **Network ID** value. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -84,11 +84,11 @@ Response Parameters
|
|||||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+===========================================================================+=======================================================================================================================================+
|
+=======================+===========================================================================+=======================================================================================================================================+
|
||||||
| id | String | - Specifies the route table ID, which uniquely identifies the route table. |
|
| id | String | - Specifies the route table ID that uniquely identifies a route table. |
|
||||||
| | | - The value must be in standard UUID format. |
|
| | | - The value must be in standard UUID format. |
|
||||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| name | String | - Specifies the route table name. |
|
| name | String | - Specifies the route table name. |
|
||||||
| | | - The value can contain no more than 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
|
| | | - The value can contain up to 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
|
||||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| default | Boolean | - Specifies whether the route table is the default one. |
|
| default | Boolean | - Specifies whether the route table is the default one. |
|
||||||
| | | - The value can be **true** (default route table) or **false** (custom route table). |
|
| | | - The value can be **true** (default route table) or **false** (custom route table). |
|
||||||
@ -101,7 +101,7 @@ Response Parameters
|
|||||||
| vpc_id | String | - Specifies the ID of the VPC associated with the route table. |
|
| vpc_id | String | - Specifies the ID of the VPC associated with the route table. |
|
||||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| description | String | - Provides supplementary information about the route table. |
|
| description | String | - Provides supplementary information about the route table. |
|
||||||
| | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
| | | - The value can contain up to 255 characters and cannot contain angle brackets (< or >). |
|
||||||
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | - Specifies the time (UTC) when the route table is created. |
|
| created_at | String | - Specifies the time (UTC) when the route table is created. |
|
||||||
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -53,11 +53,11 @@ Request Message
|
|||||||
|
|
||||||
.. table:: **Table 3** Description of field **Port**
|
.. table:: **Table 3** Description of field **Port**
|
||||||
|
|
||||||
+------+-----------+--------+------------------------------------------------------------+
|
+------+-----------+--------+----------------------------------------------------------+
|
||||||
| Name | Mandatory | Type | Description |
|
| Name | Mandatory | Type | Description |
|
||||||
+======+===========+========+============================================================+
|
+======+===========+========+==========================================================+
|
||||||
| id | Yes | String | Specifies the port ID, which uniquely identifies the port. |
|
| id | Yes | String | Specifies the port ID that uniquely identifies the port. |
|
||||||
+------+-----------+--------+------------------------------------------------------------+
|
+------+-----------+--------+----------------------------------------------------------+
|
||||||
|
|
||||||
- Example request
|
- Example request
|
||||||
|
|
||||||
|
@ -65,10 +65,10 @@ Request Parameters
|
|||||||
| | | | - The parameter is mutually exclusive with parameter **remote_group_id**. |
|
| | | | - The parameter is mutually exclusive with parameter **remote_group_id**. |
|
||||||
+-------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| remote_group_id | No | String | - Specifies the ID of the peer security group. |
|
| remote_group_id | No | String | - Specifies the ID of the peer security group. |
|
||||||
| | | | - This parameter is mutually exclusive with parameter **remote_ip_prefix**. |
|
| | | | - The value is mutually exclusive with parameter **remote_ip_prefix**. |
|
||||||
+-------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| remote_address_group_id | No | String | - Specifies the remote IP address group ID. You can log in to the management console and view the ID on the IP address group page. |
|
| remote_address_group_id | No | String | - Specifies the remote IP address group ID. You can log in to the management console and view the ID on the IP address group page. |
|
||||||
| | | | - This parameter is mutually exclusive with parameters **remote_ip_prefix** and **remote_group_id**. |
|
| | | | - The value is mutually exclusive with parameters **remote_ip_prefix** and **remote_group_id**. |
|
||||||
+-------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Example Request
|
Example Request
|
||||||
|
@ -87,7 +87,7 @@ Response Parameters
|
|||||||
+-----------------------+--------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| id | String | Specifies the security group ID, which uniquely identifies the security group. |
|
| id | String | Specifies the security group ID, which uniquely identifies the security group. |
|
||||||
+-----------------------+--------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| vpc_id | String | Specifies the resource ID of the VPC to which the security group belongs. |
|
| vpc_id | String | Specifies the ID of the VPC that the security group is associated with. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | .. note:: |
|
| | | .. note:: |
|
||||||
| | | |
|
| | | |
|
||||||
|
@ -59,7 +59,7 @@ Request Parameters
|
|||||||
| | | | - The value must be an IP address in the subnet. |
|
| | | | - The value must be an IP address in the subnet. |
|
||||||
| | | | - The value must be a valid IP address. |
|
| | | | - The value must be a valid IP address. |
|
||||||
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_enable | No | Boolean | - Specifies whether IPv6 is enabled. If IPv6 is enabled, you can use IPv6 CIDR blocks. |
|
| ipv6_enable | No | Boolean | - Specifies whether IPv6 is enabled. |
|
||||||
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
||||||
| | | | - If this parameter is left blank, the system automatically sets it to **false** by default. |
|
| | | | - If this parameter is left blank, the system automatically sets it to **false** by default. |
|
||||||
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -67,10 +67,10 @@ Request Parameters
|
|||||||
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
||||||
| | | | - If this parameter is left blank, the value is set to **true** by default. If this parameter is set to **false**, newly created ECSs cannot obtain IP addresses, and usernames and passwords cannot be injected using Cloud-init. |
|
| | | | - If this parameter is left blank, the value is set to **true** by default. If this parameter is set to **false**, newly created ECSs cannot obtain IP addresses, and usernames and passwords cannot be injected using Cloud-init. |
|
||||||
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| primary_dns | No | String | - Specifies the IP address of DNS server 1 on the subnet. |
|
| primary_dns | No | String | - Specifies the primary IP address of DNS server on the subnet. |
|
||||||
| | | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
| | | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
||||||
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| secondary_dns | No | String | - Specifies the IP address of DNS server 2 on the subnet. |
|
| secondary_dns | No | String | - Specifies the standby IP address of DNS server on the subnet. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
| | | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
||||||
| | | | |
|
| | | | |
|
||||||
@ -99,7 +99,7 @@ Request Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| opt_name | Yes | String | - Specifies the NTP server address name configured for the subnet. |
|
| opt_name | Yes | String | - Specifies the NTP server address configured for the subnet. |
|
||||||
| | | | - Currently, the value can only be set to **ntp**. |
|
| | | | - Currently, the value can only be set to **ntp**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
@ -170,7 +170,7 @@ Response Parameters
|
|||||||
| | | - The value must be an IP address in the subnet. |
|
| | | - The value must be an IP address in the subnet. |
|
||||||
| | | - The value must be a valid IP address. |
|
| | | - The value must be a valid IP address. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_enable | Boolean | Specifies whether an IPv6 subnet can be created. |
|
| ipv6_enable | Boolean | Specifies whether IPv6 is enabled. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| cidr_v6 | String | Specifies the IPv6 subnet CIDR block. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
| cidr_v6 | String | Specifies the IPv6 subnet CIDR block. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -178,10 +178,10 @@ Response Parameters
|
|||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dhcp_enable | Boolean | Specifies whether DHCP is enabled for the subnet. |
|
| dhcp_enable | Boolean | Specifies whether DHCP is enabled for the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| primary_dns | String | - Specifies the IP address of DNS server 1 on the subnet. |
|
| primary_dns | String | - Specifies the primary IP address of DNS server on the subnet. |
|
||||||
| | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
| | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| secondary_dns | String | - Specifies the IP address of DNS server 2 on the subnet. |
|
| secondary_dns | String | - Specifies the standby IP address of DNS server on the subnet. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
| | | - The value must be an IP address. If the value is not specified, the default value will be left blank. |
|
||||||
| | | |
|
| | | |
|
||||||
@ -216,14 +216,13 @@ 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>`. |
|
| 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 in edge cloud scenario. |
|
| scope | String | - Specifies where the subnet is used in edge cloud scenario. |
|
||||||
| | | |
|
| | | - The value can be: |
|
||||||
| | | Values: |
|
|
||||||
| | | |
|
| | | |
|
||||||
| | | - **center**: The subnet is used in a central AZ. |
|
| | | - **center**: The subnet is used in a central AZ. |
|
||||||
| | | - *{azId}*: The subnet is used in an edge AZ. |
|
| | | - *{azId}*: The subnet is used in an edge AZ. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| tenant_id | String | Project ID |
|
| tenant_id | String | - Project ID |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | - Specifies the time (UTC) when the subnet is created. |
|
| created_at | String | - Specifies the time (UTC) when the subnet is created. |
|
||||||
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
@ -245,7 +244,7 @@ Response Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| opt_name | Yes | String | - Specifies the NTP server address name configured for the subnet. |
|
| opt_name | Yes | String | - Specifies the NTP server address configured for the subnet. |
|
||||||
| | | | - Currently, the value can only be set to **ntp**. |
|
| | | | - Currently, the value can only be set to **ntp**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ Response Parameters
|
|||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| gateway_ip | String | Specifies the subnet gateway address. |
|
| gateway_ip | String | Specifies the subnet gateway address. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_enable | Boolean | Specifies whether an IPv6 subnet can be created. |
|
| ipv6_enable | Boolean | Specifies whether IPv6 is enabled. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| cidr_v6 | String | Specifies the IPv6 subnet CIDR block. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
| cidr_v6 | String | Specifies the IPv6 subnet CIDR block. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -81,9 +81,9 @@ Response Parameters
|
|||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dhcp_enable | Boolean | Specifies whether DHCP is enabled for the subnet. |
|
| dhcp_enable | Boolean | Specifies whether DHCP is enabled for the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| primary_dns | String | Specifies the IP address of DNS server 1 on the subnet. |
|
| primary_dns | String | Specifies the primary IP address of DNS server on the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| secondary_dns | String | Specifies the IP address of DNS server 2 on the subnet. |
|
| secondary_dns | String | Specifies the standby IP address of DNS server on the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dnsList | Array of strings | Specifies the IP address list of DNS servers on the subnet. |
|
| dnsList | Array of strings | Specifies the IP address list of DNS servers on the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -104,9 +104,8 @@ 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>`. |
|
| 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 in edge cloud scenario. |
|
| scope | String | - Specifies where the subnet is used in edge cloud scenario. |
|
||||||
| | | |
|
| | | - The value can be: |
|
||||||
| | | Values: |
|
|
||||||
| | | |
|
| | | |
|
||||||
| | | - **center**: The subnet is used in a central AZ. |
|
| | | - **center**: The subnet is used in a central AZ. |
|
||||||
| | | - *{azId}*: The subnet is used in an edge AZ. |
|
| | | - *{azId}*: The subnet is used in an edge AZ. |
|
||||||
@ -133,7 +132,7 @@ Response Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| opt_name | Yes | String | - Specifies the NTP server address name configured for the subnet. |
|
| opt_name | Yes | String | - Specifies the NTP server address configured for the subnet. |
|
||||||
| | | | - Currently, the value can only be set to **ntp**. |
|
| | | | - Currently, the value can only be set to **ntp**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
@ -21,6 +21,10 @@ Example:
|
|||||||
|
|
||||||
GET https://{Endpoint}/v1/{project_id}/subnets?limit=10&marker=4779ab1c-7c1a-44b1-a02e-93dfc361b32d&vpc_id=3ec3b33f-ac1c-4630-ad1c-7dba1ed79d85
|
GET https://{Endpoint}/v1/{project_id}/subnets?limit=10&marker=4779ab1c-7c1a-44b1-a02e-93dfc361b32d&vpc_id=3ec3b33f-ac1c-4630-ad1c-7dba1ed79d85
|
||||||
|
|
||||||
|
:ref:`Table 1 <vpc_subnet01_0003__table42526340>` describes the parameters.
|
||||||
|
|
||||||
|
.. _vpc_subnet01_0003__table42526340:
|
||||||
|
|
||||||
.. table:: **Table 1** Parameter description
|
.. table:: **Table 1** Parameter description
|
||||||
|
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -41,9 +45,9 @@ Example:
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | **limit** can be used together with **marker**. For details, see the parameter description of **marker**. |
|
| | | | **limit** can be used together with **marker**. For details, see the parameter description of **marker**. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| vpc_id | No | String | Specifies that the VPC ID is used as the filtering condition. |
|
| vpc_id | No | String | Specifies the VPC ID that is used to query subnets. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | This field is mandatory in the fine-grained authorization scenario based on enterprise projects. |
|
| | | | This field is mandatory for the fine-grained authorization by enterprise project. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Request Parameters
|
Request Parameters
|
||||||
@ -63,11 +67,11 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 2** Response parameter
|
.. table:: **Table 2** Response parameter
|
||||||
|
|
||||||
+---------+-----------------------------------------------------------------------+------------------------+
|
+---------+-----------------------------------------------------------------------+-------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=========+=======================================================================+========================+
|
+=========+=======================================================================+===============================+
|
||||||
| subnets | Array of :ref:`subnet <vpc_subnet01_0003__table946390317596>` objects | Specifies the subnets. |
|
| subnets | Array of :ref:`subnet <vpc_subnet01_0003__table946390317596>` objects | Specifies the subnet objects. |
|
||||||
+---------+-----------------------------------------------------------------------+------------------------+
|
+---------+-----------------------------------------------------------------------+-------------------------------+
|
||||||
|
|
||||||
.. _vpc_subnet01_0003__table946390317596:
|
.. _vpc_subnet01_0003__table946390317596:
|
||||||
|
|
||||||
@ -88,17 +92,17 @@ Response Parameters
|
|||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| gateway_ip | String | Specifies the subnet gateway address. |
|
| gateway_ip | String | Specifies the subnet gateway address. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_enable | Boolean | Specifies whether an IPv6 subnet can be created. |
|
| ipv6_enable | Boolean | Specifies whether IPv6 is enabled. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| cidr_v6 | String | Specifies the IPv6 subnet CIDR block. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
| cidr_v6 | String | Specifies the IPv6 subnet CIDR block. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| gateway_ip_v6 | String | Specifies the IPv6 subnet gateway. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
| gateway_ip_v6 | String | Specifies the IPv6 subnet gateway address. If the subnet is an IPv4 subnet, this parameter is not returned. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dhcp_enable | Boolean | Specifies whether the DHCP function is enabled for the subnet. |
|
| dhcp_enable | Boolean | Specifies whether the DHCP function is enabled for the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| primary_dns | String | Specifies the IP address of DNS server 1 on the subnet. |
|
| primary_dns | String | Specifies the primary IP address of DNS server on the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| secondary_dns | String | Specifies the IP address of DNS server 2 on the subnet. |
|
| secondary_dns | String | Specifies the standby IP address of DNS server on the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dnsList | Array of strings | Specifies the IP address list of DNS servers on the subnet. |
|
| dnsList | Array of strings | Specifies the IP address list of DNS servers on the subnet. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -111,22 +115,21 @@ Response Parameters
|
|||||||
| | | - **UNKNOWN**: indicates that the subnet has not been associated with a VPC. |
|
| | | - **UNKNOWN**: indicates that the subnet has not been associated with a VPC. |
|
||||||
| | | - **ERROR**: indicates that the subnet is abnormal. |
|
| | | - **ERROR**: indicates that the subnet is abnormal. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| neutron_network_id | String | Specifies the ID of the corresponding network (OpenStack Neutron API). |
|
| neutron_network_id | String | Specifies the ID of the network (OpenStack Neutron API). |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| neutron_subnet_id | String | Specifies the ID of the corresponding subnet (OpenStack Neutron API). |
|
| neutron_subnet_id | String | Specifies the ID of the subnet (OpenStack Neutron API). |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| neutron_subnet_id_v6 | String | Specifies the ID of the IPv6 subnet (OpenStack Neutron API). If the subnet is an IPv4 subnet, this parameter is not returned. |
|
| neutron_subnet_id_v6 | String | Specifies the ID of the IPv6 subnet (OpenStack Neutron API). If the subnet is an IPv4 subnet, this parameter is not returned. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 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>`. |
|
| 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 in edge cloud scenario. |
|
| scope | String | - Specifies where the subnet is used in edge cloud scenario. |
|
||||||
| | | |
|
| | | - The value can be: |
|
||||||
| | | Values: |
|
|
||||||
| | | |
|
| | | |
|
||||||
| | | - **center**: The subnet is used in a central AZ. |
|
| | | - **center**: The subnet is used in a central AZ. |
|
||||||
| | | - *{azId}*: The subnet is used in an edge AZ. |
|
| | | - *{azId}*: The subnet is used in an edge AZ. |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| tenant_id | String | Project ID |
|
| tenant_id | String | - Project ID |
|
||||||
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | - Specifies the time (UTC) when the subnet is created. |
|
| created_at | String | - Specifies the time (UTC) when the subnet is created. |
|
||||||
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
@ -148,7 +151,7 @@ Response Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| opt_name | Yes | String | - Specifies the NTP server address name configured for the subnet. |
|
| opt_name | Yes | String | - Specifies the NTP server address configured for the subnet. |
|
||||||
| | | | - Currently, the value can only be set to **ntp**. |
|
| | | | - Currently, the value can only be set to **ntp**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ PUT /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id}
|
|||||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
||||||
| vpc_id | Yes | Specifies the VPC ID of the subnet. |
|
| vpc_id | Yes | Specifies the VPC ID of the subnet. |
|
||||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
||||||
| subnet_id | Yes | Specifies the subnet ID, which uniquely identifies the subnet. |
|
| subnet_id | Yes | Specifies the subnet ID that uniquely identifies the subnet. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | If you use the management console, the value of this parameter is the **Network ID** value. |
|
| | | If you use the management console, the value of this parameter is the **Network ID** value. |
|
||||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
||||||
@ -57,17 +57,17 @@ Request Parameters
|
|||||||
| description | No | String | - Provides supplementary information about the subnet. |
|
| description | No | String | - Provides supplementary information about the subnet. |
|
||||||
| | | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
| | | | - The value can contain no more than 255 characters and cannot contain angle brackets (< or >). |
|
||||||
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_enable | No | Boolean | - Specifies whether an IPv6 subnet can be created. |
|
| ipv6_enable | No | Boolean | - Specifies whether IPv6 is enabled. |
|
||||||
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
||||||
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dhcp_enable | No | Boolean | - Specifies whether DHCP is enabled for the subnet. |
|
| dhcp_enable | No | Boolean | - Specifies whether DHCP is enabled for the subnet. |
|
||||||
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
| | | | - The value can be **true** (enabled) or **false** (disabled). |
|
||||||
| | | | - If this parameter is left blank, the system automatically sets it to **true** by default. If this parameter is set to **false**, newly created ECSs cannot obtain IP addresses, and usernames and passwords cannot be injected using Cloud-init. |
|
| | | | - If this parameter is left blank, the system automatically sets it to **true** by default. If this parameter is set to **false**, newly created ECSs cannot obtain IP addresses, and usernames and passwords cannot be injected using Cloud-init. |
|
||||||
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| primary_dns | No | String | - Specifies the IP address of DNS server 1 on the subnet. |
|
| primary_dns | No | String | - Specifies the primary IP address of DNS server on the subnet. |
|
||||||
| | | | - The value must be a valid IP address. IPv6 addresses are not supported. |
|
| | | | - The value must be a valid IP address. IPv6 addresses are not supported. |
|
||||||
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| secondary_dns | No | String | - Specifies the IP address of DNS server 2 on the subnet. |
|
| secondary_dns | No | String | - Specifies the standby IP address of DNS server on the subnet. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - The value must be a valid IP address. IPv6 addresses are not supported. |
|
| | | | - The value must be a valid IP address. IPv6 addresses are not supported. |
|
||||||
| | | | |
|
| | | | |
|
||||||
@ -94,7 +94,7 @@ Request Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
| | | | The option **ntp** for **opt_name** indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option **null** for **opt_name** indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| opt_name | Yes | String | - Specifies the NTP server address name configured for the subnet. |
|
| opt_name | Yes | String | - Specifies the NTP server address configured for the subnet. |
|
||||||
| | | | - Currently, the value can only be set to **ntp**. |
|
| | | | - Currently, the value can only be set to **ntp**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ GET /v2.0/{project_id}/subnets/{subnet_id}/tags
|
|||||||
+=======================+=======================+=============================================================================================+
|
+=======================+=======================+=============================================================================================+
|
||||||
| project_id | Yes | Specifies the project ID. |
|
| project_id | Yes | Specifies the project ID. |
|
||||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
||||||
| subnet_id | Yes | Specifies the subnet ID, which uniquely identifies the subnet. |
|
| subnet_id | Yes | Specifies the subnet ID that uniquely identifies the subnet. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | If you use the management console, the value of this parameter is the **Network ID** value. |
|
| | | If you use the management console, the value of this parameter is the **Network ID** value. |
|
||||||
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+---------------------------------------------------------------------------------------------+
|
||||||
|
@ -140,15 +140,15 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 6** **route** objects
|
.. table:: **Table 6** **route** objects
|
||||||
|
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+=======================+==========================================================================================================================+
|
+=======================+=======================+=======================================================================================================+
|
||||||
| destination | String | - Specifies the destination network segment of a route. |
|
| destination | String | - Specifies the destination CIDR block of a route. |
|
||||||
| | | - The value must be in CIDR format. |
|
| | | - Constraints: The value must be in the CIDR format. IPv4 and IPv6 CIDR formats are supported. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------+
|
||||||
| nexthop | String | - Specifies the next hop of a route. |
|
| nexthop | String | - Specifies the next hop of a route. |
|
||||||
| | | - The value must be an IP address and must belong to the subnet in the VPC. Otherwise, this value does not take effect. |
|
| | | - The value must be an IP address from the subnet of the VPC. IPv4 and IPv6 addresses are supported. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Example Response
|
Example Response
|
||||||
----------------
|
----------------
|
||||||
|
@ -21,13 +21,13 @@ DELETE /v1/{project_id}/vpcs/{vpc_id}
|
|||||||
|
|
||||||
.. table:: **Table 1** Parameter description
|
.. table:: **Table 1** Parameter description
|
||||||
|
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
| Name | Mandatory | Description |
|
| Name | Mandatory | Description |
|
||||||
+============+===========+==========================================================+
|
+============+===========+========================================================+
|
||||||
| project_id | Yes | Specifies the project ID. |
|
| project_id | Yes | Specifies the project ID. |
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
| vpc_id | Yes | Specifies the VPC ID, which uniquely identifies the VPC. |
|
| vpc_id | Yes | Specifies the VPC ID that uniquely identifies the VPC. |
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
|
|
||||||
Request Parameters
|
Request Parameters
|
||||||
------------------
|
------------------
|
||||||
|
@ -97,15 +97,15 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 4** **route** objects
|
.. table:: **Table 4** **route** objects
|
||||||
|
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
+=======================+=======================+==========================================================================================================================+
|
+=======================+=======================+=======================================================================================================+
|
||||||
| destination | String | - Specifies the destination network segment of a route. |
|
| destination | String | - Specifies the destination network segment of a route. |
|
||||||
| | | - The value must be in CIDR format. |
|
| | | - Constraints: The value must be in the CIDR format. IPv4 and IPv6 CIDR formats are supported. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------+
|
||||||
| nexthop | String | - Specifies the next hop of a route. |
|
| nexthop | String | - Specifies the next hop of a route. |
|
||||||
| | | - The value must be an IP address and must belong to the subnet in the VPC. Otherwise, this value does not take effect. |
|
| | | - The value must be an IP address from the subnet of the VPC. IPv4 and IPv6 addresses are supported. |
|
||||||
+-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Example Response
|
Example Response
|
||||||
----------------
|
----------------
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -109,13 +109,11 @@ Response Parameters
|
|||||||
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||||
| description | String | Provides supplementary information about the VPC peering connection. |
|
| description | String | Provides supplementary information about the VPC peering connection. |
|
||||||
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | Specifies the time (UTC) when the VPC peering connection is created. |
|
| created_at | String | - Specifies the time (UTC) when the VPC peering connection is created. |
|
||||||
| | | |
|
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
|
||||||
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||||
| updated_at | String | Specifies the time (UTC) when the VPC peering connection is updated. |
|
| updated_at | String | - Specifies the time (UTC) when the VPC peering connection is updated. |
|
||||||
| | | |
|
| | | - Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
|
||||||
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_peering_0001__table1132310347417:
|
.. _vpc_peering_0001__table1132310347417:
|
||||||
|
@ -21,13 +21,13 @@ POST /v2.0/{project_id}/vpcs/{vpc_id}/tags
|
|||||||
|
|
||||||
.. table:: **Table 1** Parameter description
|
.. table:: **Table 1** Parameter description
|
||||||
|
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
| Name | Mandatory | Description |
|
| Name | Mandatory | Description |
|
||||||
+============+===========+==========================================================+
|
+============+===========+========================================================+
|
||||||
| project_id | Yes | Specifies the project ID. |
|
| project_id | Yes | Specifies the project ID. |
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
| vpc_id | Yes | Specifies the VPC ID, which uniquely identifies the VPC. |
|
| vpc_id | Yes | Specifies the VPC ID that uniquely identifies the VPC. |
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
|
|
||||||
Request Parameters
|
Request Parameters
|
||||||
------------------
|
------------------
|
||||||
|
@ -21,13 +21,13 @@ GET /v2.0/{project_id}/vpcs/{vpc_id}/tags
|
|||||||
|
|
||||||
.. table:: **Table 1** Parameter description
|
.. table:: **Table 1** Parameter description
|
||||||
|
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
| Name | Mandatory | Description |
|
| Name | Mandatory | Description |
|
||||||
+============+===========+==========================================================+
|
+============+===========+========================================================+
|
||||||
| project_id | Yes | Specifies the project ID. |
|
| project_id | Yes | Specifies the project ID. |
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
| vpc_id | Yes | Specifies the VPC ID, which uniquely identifies the VPC. |
|
| vpc_id | Yes | Specifies the VPC ID that uniquely identifies the VPC. |
|
||||||
+------------+-----------+----------------------------------------------------------+
|
+------------+-----------+--------------------------------------------------------+
|
||||||
|
|
||||||
Request Parameters
|
Request Parameters
|
||||||
------------------
|
------------------
|
||||||
|
@ -78,8 +78,6 @@ Error Code Description
|
|||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 409 | VPC.0108 | Router is used not allow deleted. | Failed to delete the VPC because it has EIPs associated. | Delete the EIPs of the tenant first. |
|
| | 409 | VPC.0108 | Router is used not allow deleted. | Failed to delete the VPC because it has EIPs associated. | Delete the EIPs of the tenant first. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 409 | VPC.0109 | Router is used not allow deleted. | Failed to delete the VPC because one or more VPNs have been created for it. | Delete VPNs of the tenant. |
|
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
|
||||||
| | 409 | VPC.0110 | deleteDefaultNetworkFromRouter router status is invalid. | The VPC cannot be deleted because its status is unstable. | Contact technical support. |
|
| | 409 | VPC.0110 | deleteDefaultNetworkFromRouter router status is invalid. | The VPC cannot be deleted because its status is unstable. | Contact technical support. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 500 | VPC.0111 | Database Error. | An internal VPC exception occurs. | Contact technical support. |
|
| | 500 | VPC.0111 | Database Error. | An internal VPC exception occurs. | Contact technical support. |
|
||||||
@ -92,6 +90,8 @@ Error Code Description
|
|||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 409 | VPC.0120 | exroutes exists under this router, delete exroutes firstly. | The VPC cannot be deleted because it contains extension routes. | Delete extension routes in the VPC. |
|
| | 409 | VPC.0120 | exroutes exists under this router, delete exroutes firstly. | The VPC cannot be deleted because it contains extension routes. | Delete extension routes in the VPC. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| Deleting a VPC | 409 | VPC.0109 | Router is used not allow deleted. | Failed to delete the VPC because one or more VPNs have been created for it. | Delete VPNs of the tenant. |
|
||||||
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Updating a VPC | 400 | VPC.0101 | Update router xx is invalid. | Invalid parameters. | Check whether the parameter values are valid based on the returned error message. |
|
| Updating a VPC | 400 | VPC.0101 | Update router xx is invalid. | Invalid parameters. | Check whether the parameter values are valid based on the returned error message. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 404/500 | VPC.0105 | Neutron Error. | Calling the backend service fails. | Check whether the Neutron service is normal or contact technical support. |
|
| | 404/500 | VPC.0105 | Neutron Error. | Calling the backend service fails. | Check whether the Neutron service is normal or contact technical support. |
|
||||||
@ -124,8 +124,6 @@ Error Code Description
|
|||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 404/500 | VPC.0202 | Neutron Error. | An internal error occurs in the subnet. | Contact technical support. |
|
| | 404/500 | VPC.0202 | Neutron Error. | An internal error occurs in the subnet. | Contact technical support. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 500 | VPC.0206 | Subnet has been used by VPN, please remove the subnet from the VPN and try again. | The subnet cannot be deleted because it is being used by the VPN. | Delete the subnet that is used by the VPN. |
|
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
|
||||||
| | 400 | VPC.0207 | Subnet does not belong to the VPC. | This operation is not allowed because the subnet does not belong to the VPC. | Check whether the subnet is in the VPC. |
|
| | 400 | VPC.0207 | Subnet does not belong to the VPC. | This operation is not allowed because the subnet does not belong to the VPC. | Check whether the subnet is in the VPC. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 500 | VPC.0208 | Subnet is used by private IP, can not be deleted. | The subnet cannot be deleted because it is being used by the private IP address. | Delete the private IP address of the subnet. |
|
| | 500 | VPC.0208 | Subnet is used by private IP, can not be deleted. | The subnet cannot be deleted because it is being used by the private IP address. | Delete the private IP address of the subnet. |
|
||||||
@ -136,6 +134,8 @@ Error Code Description
|
|||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 500 | VPC.0211 | subnet is still used by LBaas. | The subnet cannot be deleted because it is being used by load balancers. | Delete load balancers in the subnet. |
|
| | 500 | VPC.0211 | subnet is still used by LBaas. | The subnet cannot be deleted because it is being used by load balancers. | Delete load balancers in the subnet. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| Deleting a subnet | 500 | VPC.0206 | Subnet has been used by VPN, please remove the subnet from the VPN and try again. | The subnet cannot be deleted because it is being used by the VPN. | Delete the subnet that is used by the VPN. |
|
||||||
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Updating a subnet | 400 | VPC.0201 | xx is invalid. | Incorrect subnet parameters. | Check whether the parameter values are valid based on the returned error message. |
|
| Updating a subnet | 400 | VPC.0201 | xx is invalid. | Incorrect subnet parameters. | Check whether the parameter values are valid based on the returned error message. |
|
||||||
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
+------------------------------------------------------------------------------------------+-------------+------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | 404/500 | VPC.0202 | Neutron Error. | An internal error occurs in the subnet. | Contact technical support. |
|
| | 404/500 | VPC.0202 | Neutron Error. | An internal error occurs in the subnet. | Contact technical support. |
|
||||||
|
@ -8,6 +8,21 @@ Change History
|
|||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Released On | Description |
|
| Released On | Description |
|
||||||
+===================================+=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
+===================================+=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||||
|
| 2024-04-26 | This release incorporates the following changes: |
|
||||||
|
| | |
|
||||||
|
| | - Modified descriptions about the response parameter **Tag** in :ref:`Adding a Secondary CIDR Block to a VPC <vpc_apiv3_0007>` and :ref:`Removing a Secondary CIDR Block from a VPC <vpc_apiv3_0008>`. |
|
||||||
|
| | - Modified the UTC time format of parameters **created_at** and **updated_at** in :ref:`Adding a Secondary CIDR Block to a VPC <vpc_apiv3_0007>` and :ref:`Removing a Secondary CIDR Block from a VPC <vpc_apiv3_0008>`. |
|
||||||
|
| | - Deleted response parameter **use_default_subnetpool** in :ref:`Subnet <vpc_subnet02_0000>`. |
|
||||||
|
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| 2024-04-10 | This release incorporates the following changes: |
|
||||||
|
| | |
|
||||||
|
| | - Modified the description about request parameter **extend_cidrs** in :ref:`Adding a Secondary CIDR Block to a VPC <vpc_apiv3_0007>`. Added 255.255.255.255/32 as an additional secondary CIDR block that cannot be added to VPCs. |
|
||||||
|
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| 2024-03-28 | This release incorporates the following changes: |
|
||||||
|
| | |
|
||||||
|
| | - Modified the description of request parameter **extend_cidrs** and deleted the description indicating only one secondary CIDR block can be added to each VPC in :ref:`Adding a Secondary CIDR Block to a VPC <vpc_apiv3_0007>`. |
|
||||||
|
| | - Modified the description of request parameter **extend_cidrs** and deleted the description indicating secondary CIDR blocks can only be removed one by one in :ref:`Removing a Secondary CIDR Block from a VPC <vpc_apiv3_0008>`. |
|
||||||
|
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2024-03-11 | This release incorporates the following changes: |
|
| 2024-03-11 | This release incorporates the following changes: |
|
||||||
| | |
|
| | |
|
||||||
| | Added the following sections: |
|
| | Added the following sections: |
|
||||||
|
@ -8,7 +8,7 @@ Creating a Firewall Policy
|
|||||||
Function
|
Function
|
||||||
--------
|
--------
|
||||||
|
|
||||||
This API is used to create a firewall policy. A firewall policy must be associated with a firewall group. You can learn more about the :ref:`relationships among network ACL groups, policies, and rules <en-us_topic_0000001487936070>`.
|
This API is used to create a firewall policy which must be bound to a firewall group. You can learn more about the :ref:`relationships among firewall groups, policies, and rules <en-us_topic_0000001487936070>`.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -16,15 +16,15 @@ You can use **GET /v2.0/networks?router:external=True** or run the **neutron net
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
@ -139,7 +139,6 @@ Normal response to POST requests
|
|||||||
"status": "DOWN",
|
"status": "DOWN",
|
||||||
"router_id": null,
|
"router_id": null,
|
||||||
"tenant_id": "bbfe8c41dd034a07bebd592bf03b4b0c",
|
"tenant_id": "bbfe8c41dd034a07bebd592bf03b4b0c",
|
||||||
|
|
||||||
"floating_network_id": "0a2228f2-7f8a-45f1-8e09-9039e1d09975",
|
"floating_network_id": "0a2228f2-7f8a-45f1-8e09-9039e1d09975",
|
||||||
"fixed_ip_address": null,
|
"fixed_ip_address": null,
|
||||||
"floating_ip_address": "88.88.215.205",
|
"floating_ip_address": "88.88.215.205",
|
||||||
|
@ -14,15 +14,15 @@ This API is used to delete a floating IP address.
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -14,15 +14,15 @@ This API is used to query details about a specified floating IP address, includi
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -16,15 +16,15 @@ You can query the detailed information about a specified floating IP address usi
|
|||||||
|
|
||||||
Note the following when you use EIPs of the Dedicated Load Balancer (**5_gray**) type:
|
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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -21,15 +21,15 @@ If **port_id** is left blank, the floating IP address has been unbound from the
|
|||||||
- If a floating IP address that you are binding is in the **error** state, unbind the IP address first.
|
- If a floating IP address that you are binding is in the **error** state, unbind the IP address first.
|
||||||
- Do not associate a port that has a floating IP address associated to another floating IP address. You must first disassociate the port from the IP address and then associate it with another IP address.
|
- Do not associate a port that has a floating IP address associated to another floating IP address. You must first disassociate the port from the IP address and then associate it with another IP address.
|
||||||
- This API cannot be used to bind an EIP to or unbind an EIP from a dedicated load balancer.
|
- This API cannot be used to bind an EIP to or unbind an EIP from a dedicated load balancer.
|
||||||
- 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**, no more new EIPs of this type can be assigned. You can assign EIPs of the BGP (**5_bgp**) type.
|
||||||
- Existing EIPs of the Dedicated Load Balancer (**5_gray**) type can be bound to dedicated or shared load balancers.
|
- Existing EIPs of this 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.
|
- Binding or unbinding EIPs of this type to or from dedicated load balancers is not allowed on the EIP console.
|
||||||
- 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 <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>`__.
|
||||||
- EIPs of this type can be bound to or unbound from shared load balancers using the EIP console or APIs.
|
- EIPs of this type can be bound to or unbound from shared load balancers on the EIP console or through API calls.
|
||||||
- You are advised to bind BGP EIPs to or unbind them from dedicated load balancers.
|
- You are advised to bind or unbind BGP EIPs to or 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.
|
- **5_gray** EIPs cannot be added to the same shared bandwidth as EIPs of other types. If they are in the same shared bandwidth, the bandwidth limit settings will not take effect.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -26,11 +26,11 @@ DELETE /v2.0/ports/{port_id}
|
|||||||
|
|
||||||
.. table:: **Table 1** Parameter description
|
.. table:: **Table 1** Parameter description
|
||||||
|
|
||||||
+---------+-----------+------------------------------------------------------------+
|
+---------+-----------+----------------------------------------------------------+
|
||||||
| Name | Mandatory | Description |
|
| Name | Mandatory | Description |
|
||||||
+=========+===========+============================================================+
|
+=========+===========+==========================================================+
|
||||||
| port_id | Yes | Specifies the port ID, which uniquely identifies the port. |
|
| port_id | Yes | Specifies the port ID that uniquely identifies the port. |
|
||||||
+---------+-----------+------------------------------------------------------------+
|
+---------+-----------+----------------------------------------------------------+
|
||||||
|
|
||||||
Request Parameters
|
Request Parameters
|
||||||
------------------
|
------------------
|
||||||
|
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
@ -57,10 +57,6 @@ Request Parameters
|
|||||||
| | | | |
|
| | | | |
|
||||||
| | | | You can use **GET /v2.0/networks?router:external=True** or run the **neutron net-external-list** command to query information about the external network. |
|
| | | | You can use **GET /v2.0/networks?router:external=True** or run the **neutron net-external-list** command to query information about the external network. |
|
||||||
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enable_snat | No | Boolean | Specifies whether the SNAT function is enabled. |
|
|
||||||
| | | | |
|
|
||||||
| | | | The default value is **false**. |
|
|
||||||
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
||||||
|
|
||||||
Example Request
|
Example Request
|
||||||
---------------
|
---------------
|
||||||
|
@ -54,17 +54,19 @@ Request Parameters
|
|||||||
|
|
||||||
.. table:: **Table 3** **external_gateway_info** objects
|
.. table:: **Table 3** **external_gateway_info** objects
|
||||||
|
|
||||||
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Attribute | Mandatory | Type | Description |
|
| Attribute | Mandatory | Type | Description |
|
||||||
+=================+=================+=================+===========================================================================================================================================================+
|
+=================+=================+=================+=========================================================================================================================================================================+
|
||||||
| network_id | No | String | Specifies the UUID of the external network. |
|
| network_id | No | String | Specifies the UUID of the external network. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | You can use **GET /v2.0/networks?router:external=True** or run the **neutron net-external-list** command to query information about the external network. |
|
| | | | You can use **GET /v2.0/networks?router:external=True** or run the **neutron net-external-list** command to query information about the external network. |
|
||||||
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enable_snat | No | Boolean | Specifies whether the SNAT function is enabled. |
|
| enable_snat | No | Boolean | Specifies whether the SNAT function is enabled. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | The default value is **false**. |
|
| | | | The default value is **false**. |
|
||||||
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
| | | | |
|
||||||
|
| | | | Before setting **enable_snat** to **true**, ensure that an interface is added to the router. For details, see :ref:`Adding an Interface to a Router <vpc_router_0006>`. |
|
||||||
|
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_router_0004__table5893155464718:
|
.. _vpc_router_0004__table5893155464718:
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -172,37 +172,37 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 6** **subnet** objects
|
.. table:: **Table 6** **subnet** objects
|
||||||
|
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Attribute | Type | Description |
|
| Attribute | Type | Description |
|
||||||
+========================+=================================================================================+=====================================================================================================================================================================================================================================================================================================================================================================+
|
+=======================+=================================================================================+=====================================================================================================================================================================================================================================================================================================================================================================+
|
||||||
| id | String | Specifies the subnet ID. |
|
| id | String | Specifies the subnet ID. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | This parameter is not mandatory when you query subnets. |
|
| | | This parameter is not mandatory when you query subnets. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| name | String | Specifies the subnet name. |
|
| name | String | Specifies the subnet name. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ip_version | Integer | Specifies the IP address version. |
|
| ip_version | Integer | Specifies the IP address version. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | The value can be **4** (IPv4) or **6** (IPv6). |
|
| | | The value can be **4** (IPv4) or **6** (IPv6). |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_address_mode | String | Specifies the IPv6 addressing mode. |
|
| ipv6_address_mode | String | Specifies the IPv6 addressing mode. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Only **dhcpv6-stateful** is supported. |
|
| | | Only **dhcpv6-stateful** is supported. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_ra_mode | String | Specifies the IPv6 route broadcast mode. |
|
| ipv6_ra_mode | String | Specifies the IPv6 route broadcast mode. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Only **dhcpv6-stateful** is supported. |
|
| | | Only **dhcpv6-stateful** is supported. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| network_id | String | Specifies the ID of the network to which the subnet belongs. |
|
| network_id | String | Specifies the ID of the network to which the subnet belongs. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| cidr | String | Specifies the CIDR format. |
|
| cidr | String | Specifies the CIDR format. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Only the addresses in the 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 ranges are supported. In addition, the subnet mask cannot be greater than 28. |
|
| | | Only the addresses in the 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 ranges are supported. In addition, the subnet mask cannot be greater than 28. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| gateway_ip | String | The gateway IP address cannot conflict with IP addresses configured for **allocation_pools**. |
|
| gateway_ip | String | The gateway IP address cannot conflict with IP addresses configured for **allocation_pools**. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | This attribute cannot be modified. |
|
| | | This attribute cannot be modified. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| allocation_pools | Array of :ref:`allocation_pool <vpc_subnet02_0003__table1777145918276>` objects | Specifies the available IP address pool. For details, see the **allocation_pool** objects. |
|
| allocation_pools | Array of :ref:`allocation_pool <vpc_subnet02_0003__table1777145918276>` objects | Specifies the available IP address pool. For details, see the **allocation_pool** objects. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | :ref:`Table 7 <vpc_subnet02_0003__table1777145918276>` |
|
| | | :ref:`Table 7 <vpc_subnet02_0003__table1777145918276>` |
|
||||||
@ -216,39 +216,35 @@ Response Parameters
|
|||||||
| | | In IPv6 subnet 2001:db8:a583:9::/64, IP addresses 2001:db8:a583:9::1, 2001:db8:a583:9:ffff:ffff:ffff:fffd, 2001:db8:a583:9:ffff:ffff:ffff:fffe, and 2001:db8:a583:9:ffff:ffff:ffff:ffff are reserved by the system. |
|
| | | In IPv6 subnet 2001:db8:a583:9::/64, IP addresses 2001:db8:a583:9::1, 2001:db8:a583:9:ffff:ffff:ffff:fffd, 2001:db8:a583:9:ffff:ffff:ffff:fffe, and 2001:db8:a583:9:ffff:ffff:ffff:ffff are reserved by the system. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | When updating an IP address pool, the **allocation_pool** value can contain neither gateway nor broadcast IP addresses. |
|
| | | When updating an IP address pool, the **allocation_pool** value can contain neither gateway nor broadcast IP addresses. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dns_nameservers | Array of strings | Specifies the DNS server address. |
|
| dns_nameservers | Array of strings | Specifies the DNS server address. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Example: "dns_nameservers": ["8.xx.xx.8","8.xx.xx.4"] |
|
| | | Example: "dns_nameservers": ["8.xx.xx.8","8.xx.xx.4"] |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| host_routes | Array of :ref:`host_route <vpc_subnet02_0003__table177865912715>` objects | Specifies the static VM routes. For details, see :ref:`Table 8 <vpc_subnet02_0003__table177865912715>`. |
|
| host_routes | Array of :ref:`host_route <vpc_subnet02_0003__table177865912715>` objects | Specifies the static VM routes. For details, see :ref:`Table 8 <vpc_subnet02_0003__table177865912715>`. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Static routes are not supported, and entered information will be ignored. |
|
| | | Static routes are not supported, and entered information will be ignored. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| tenant_id | String | Specifies the project ID. |
|
| tenant_id | String | Specifies the project ID. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enable_dhcp | Boolean | Specifies whether to enable the DHCP function. Value **false** indicates that the DHCP function is not enabled. |
|
| enable_dhcp | Boolean | Specifies whether to enable the DHCP function. Value **false** indicates that the DHCP function is not enabled. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | The value can only be **true**. |
|
| | | The value can only be **true**. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| use_default_subnetpool | Boolean | Specifies whether the default address pool is used. |
|
|
||||||
| | | |
|
|
||||||
| | | The value can be set to **true** only when IPv6 is used. |
|
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
||||||
| subnetpool_id | String | Specifies the subnet pool ID. |
|
| subnetpool_id | String | Specifies the subnet pool ID. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Currently, only IPv6 is supported. |
|
| | | Currently, only IPv6 is supported. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| project_id | String | Specifies the project ID. |
|
| project_id | String | Specifies the project ID. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | Specifies the time (UTC) when the subnet is created. |
|
| created_at | String | Specifies the time (UTC) when the subnet is created. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| updated_at | String | Specifies the time (UTC) when the subnet is updated. |
|
| updated_at | String | Specifies the time (UTC) when the subnet is updated. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
+------------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_subnet02_0003__table1777145918276:
|
.. _vpc_subnet02_0003__table1777145918276:
|
||||||
|
|
||||||
|
@ -42,37 +42,37 @@ Response Parameters
|
|||||||
|
|
||||||
.. table:: **Table 2** **subnet** objects
|
.. table:: **Table 2** **subnet** objects
|
||||||
|
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Attribute | Type | Description |
|
| Attribute | Type | Description |
|
||||||
+========================+=================================================================================+==========================================================================================================================================================================================================================================================================================================================================+
|
+=======================+=================================================================================+==========================================================================================================================================================================================================================================================================================================================================+
|
||||||
| id | String | Specifies the subnet ID. |
|
| id | String | Specifies the subnet ID. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | This parameter is not mandatory when you query subnets. |
|
| | | This parameter is not mandatory when you query subnets. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| name | String | Specifies the subnet name. |
|
| name | String | Specifies the subnet name. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ip_version | Integer | Specifies the IP address version. |
|
| ip_version | Integer | Specifies the IP address version. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | The value can be **4** (IPv4) or **6** (IPv6). |
|
| | | The value can be **4** (IPv4) or **6** (IPv6). |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_address_mode | String | Specifies the IPv6 addressing mode. |
|
| ipv6_address_mode | String | Specifies the IPv6 addressing mode. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Only **dhcpv6-stateful** is supported. |
|
| | | Only **dhcpv6-stateful** is supported. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ipv6_ra_mode | String | Specifies the IPv6 route broadcast mode. |
|
| ipv6_ra_mode | String | Specifies the IPv6 route broadcast mode. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Only **dhcpv6-stateful** is supported. |
|
| | | Only **dhcpv6-stateful** is supported. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| network_id | String | Specifies the ID of the network to which the subnet belongs. |
|
| network_id | String | Specifies the ID of the network to which the subnet belongs. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| cidr | String | Specifies the CIDR format. |
|
| cidr | String | Specifies the CIDR format. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Only the IPv4 addresses in the 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 ranges are supported. The subnet mask cannot be greater than 28. |
|
| | | Only the IPv4 addresses in the 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 ranges are supported. The subnet mask cannot be greater than 28. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| gateway_ip | String | The gateway IP address cannot conflict with IP addresses configured for **allocation_pools**. |
|
| gateway_ip | String | The gateway IP address cannot conflict with IP addresses configured for **allocation_pools**. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | This attribute cannot be modified. |
|
| | | This attribute cannot be modified. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| allocation_pools | Array of :ref:`allocation_pool <vpc_subnet02_0002__table1777145918276>` objects | Specifies the available IP address pool. For details, see :ref:`Table 3 <vpc_subnet02_0002__table1777145918276>`. |
|
| allocation_pools | Array of :ref:`allocation_pool <vpc_subnet02_0002__table1777145918276>` objects | Specifies the available IP address pool. For details, see :ref:`Table 3 <vpc_subnet02_0002__table1777145918276>`. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Example: [ { "start": "10.0.0.2", "end": "10.0.0.251"} ] |
|
| | | Example: [ { "start": "10.0.0.2", "end": "10.0.0.251"} ] |
|
||||||
@ -84,39 +84,35 @@ Response Parameters
|
|||||||
| | | In IPv6 subnet 2001:db8:a583:9::/64, IP addresses 2001:db8:a583:9::1, 2001:db8:a583:9:ffff:ffff:ffff:fffd, 2001:db8:a583:9:ffff:ffff:ffff:fffe, and 2001:db8:a583:9:ffff:ffff:ffff:ffff are reserved by the system. By default, the IP addresses reserved by the system are not in the IP address pool specified by **allocation_pool**. |
|
| | | In IPv6 subnet 2001:db8:a583:9::/64, IP addresses 2001:db8:a583:9::1, 2001:db8:a583:9:ffff:ffff:ffff:fffd, 2001:db8:a583:9:ffff:ffff:ffff:fffe, and 2001:db8:a583:9:ffff:ffff:ffff:ffff are reserved by the system. By default, the IP addresses reserved by the system are not in the IP address pool specified by **allocation_pool**. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | When updating an IP address pool, the **allocation_pool** value can contain neither gateway nor broadcast IP addresses. |
|
| | | When updating an IP address pool, the **allocation_pool** value can contain neither gateway nor broadcast IP addresses. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| dns_nameservers | Array of strings | Specifies the DNS server address. |
|
| dns_nameservers | Array of strings | Specifies the DNS server address. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Example: "dns_nameservers": ["8.xx.xx.8","8.xx.xx.4"] |
|
| | | Example: "dns_nameservers": ["8.xx.xx.8","8.xx.xx.4"] |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| host_routes | Array of :ref:`host_route <vpc_subnet02_0002__table177865912715>` objects | Specifies the static VM routes. For details, see :ref:`Table 4 <vpc_subnet02_0002__table177865912715>`. |
|
| host_routes | Array of :ref:`host_route <vpc_subnet02_0002__table177865912715>` objects | Specifies the static VM routes. For details, see :ref:`Table 4 <vpc_subnet02_0002__table177865912715>`. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Static routes are not supported, and entered information will be ignored. |
|
| | | Static routes are not supported, and entered information will be ignored. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| tenant_id | String | Specifies the project ID. |
|
| tenant_id | String | Specifies the project ID. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enable_dhcp | Boolean | Specifies whether to enable the DHCP function. Value **false** indicates that the DHCP function is not enabled. |
|
| enable_dhcp | Boolean | Specifies whether to enable the DHCP function. Value **false** indicates that the DHCP function is not enabled. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | The value can only be **true**. |
|
| | | The value can only be **true**. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| use_default_subnetpool | Boolean | Specifies whether the default address pool is used. |
|
|
||||||
| | | |
|
|
||||||
| | | The value can be set to **true** only when IPv6 is used. |
|
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
||||||
| subnetpool_id | String | Specifies the subnet pool ID. |
|
| subnetpool_id | String | Specifies the subnet pool ID. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Currently, only IPv6 is supported. |
|
| | | Currently, only IPv6 is supported. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| project_id | String | Specifies the project ID. |
|
| project_id | String | Specifies the project ID. |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created_at | String | Specifies the time (UTC) when the subnet is created. |
|
| created_at | String | Specifies the time (UTC) when the subnet is created. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| updated_at | String | Specifies the time (UTC) when the subnet is updated. |
|
| updated_at | String | Specifies the time (UTC) when the subnet is updated. |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
| | | Format: *yyyy-MM-ddTHH:mm:ss* |
|
||||||
+------------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+---------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _vpc_subnet02_0002__table1777145918276:
|
.. _vpc_subnet02_0002__table1777145918276:
|
||||||
|
|
||||||
|
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