forked from docs/enterprise-router
Update content
This commit is contained in:
parent
ed3e59b568
commit
5530631aa4
@ -50,47 +50,47 @@ Request Parameters
|
|||||||
|
|
||||||
.. table:: **Table 4** CreateEnterpriseRouter
|
.. table:: **Table 4** CreateEnterpriseRouter
|
||||||
|
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Parameter | Mandatory | Type | Description |
|
| Parameter | Mandatory | Type | Description |
|
||||||
+================================+=================+===================================================================+=============================================================================================================================================+
|
+================================+=================+===================================================================+=================================================================================================================================================================+
|
||||||
| name | Yes | String | Enterprise router name. The value can contain 1 to 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
|
| name | Yes | String | Enterprise router name. The value can contain 1 to 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Minimum: **1** |
|
| | | | Minimum: **1** |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Maximum: **64** |
|
| | | | Maximum: **64** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| description | No | String | Supplementary information about an enterprise router |
|
| description | No | String | Supplementary information about an enterprise router |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Minimum: **0** |
|
| | | | Minimum: **0** |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Maximum: **255** |
|
| | | | Maximum: **255** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| asn | Yes | Long | Enterprise router BGP ASN |
|
| asn | Yes | Long | Enterprise router BGP ASN. Specify a dedicated ASN in the range of 64512-65534 or 4200000000-4294967294. ASN can only be set during enterprise router creation. |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enterprise_project_id | No | String | Enterprise project ID |
|
| enterprise_project_id | No | String | Enterprise project ID |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| charge_mode | No | String | Default: **postPaid** |
|
| charge_mode | No | String | Default: **postPaid** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| tags | No | Array of :ref:`Tag <createenterpriserouter__request_tag>` objects | Tag information |
|
| tags | No | Array of :ref:`Tag <createenterpriserouter__request_tag>` objects | Tag information |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enable_default_propagation | No | Boolean | Whether to enable the Default Route Table Propagation function. The default value is **false**, indicating that the function is disabled. |
|
| enable_default_propagation | No | Boolean | Whether to enable the Default Route Table Propagation function. The default value is **false**, indicating that the function is disabled. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Default: **false** |
|
| | | | Default: **false** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| enable_default_association | No | Boolean | Whether to enable the Default Route Table Association function. The default value is **false**, indicating that the function is disabled. |
|
| enable_default_association | No | Boolean | Whether to enable the Default Route Table Association function. The default value is **false**, indicating that the function is disabled. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Default: **false** |
|
| | | | Default: **false** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| availability_zone_ids | Yes | Array of strings | AZs where the enterprise router is located |
|
| availability_zone_ids | Yes | Array of strings | AZs where the enterprise router is located |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Minimum: **0** |
|
| | | | Minimum: **0** |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Maximum: **128** |
|
| | | | Maximum: **128** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| auto_accept_shared_attachments | No | Boolean | Whether to enable Auto Accept Shared Attachments. The default value is **false**, indicating that the function is disabled. |
|
| auto_accept_shared_attachments | No | Boolean | Whether to enable Auto Accept Shared Attachments. The default value is **false**, indicating that the function is disabled. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Default: **false** |
|
| | | | Default: **false** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| cidr_blocks | No | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. |
|
| cidr_blocks | No | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Minimum: **1** |
|
| | | | Minimum: **1** |
|
||||||
@ -98,7 +98,7 @@ Request Parameters
|
|||||||
| | | | Maximum: **64** |
|
| | | | Maximum: **64** |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Array Length: **0 - 100** |
|
| | | | Array Length: **0 - 100** |
|
||||||
+--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
+--------------------------------+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _createenterpriserouter__request_tag:
|
.. _createenterpriserouter__request_tag:
|
||||||
|
|
||||||
|
@ -8,6 +8,10 @@ Change History
|
|||||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Released On | Description |
|
| Released On | Description |
|
||||||
+===================================+================================================================================================================================================================================+
|
+===================================+================================================================================================================================================================================+
|
||||||
|
| 2024-03-05 | This release incorporates the following changes: |
|
||||||
|
| | |
|
||||||
|
| | Modified the description of the **asn** parameter in "Creating an Enterprise Router". |
|
||||||
|
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2024-02-05 | This release incorporates the following changes: |
|
| 2024-02-05 | This release incorporates the following changes: |
|
||||||
| | |
|
| | |
|
||||||
| | Modified the description of the **auto_create_vpc_routes** parameter in "Creating a VPC Attachment." |
|
| | Modified the description of the **auto_create_vpc_routes** parameter in "Creating a VPC Attachment." |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user