Overview¶
Object Introduction¶
This section describes the APIs for managing and operating Direct Connect endpoint groups, including the APIs used to create, query, update, and delete a Direct Connect endpoint group, and the API used to query the Direct Connect endpoint group list.
Note
Direct Connect endpoint group APIs do not support IPv6 addresses.
Object Model¶
Parameter | Type | CRUD | Default Value | Constraint | Description |
---|---|---|---|---|---|
id | String | R | Automatically generated | UUID | Specifies the ID of the Direct Connect endpoint group. |
tenant_id | String | CR | N/A | The value can contain 0 to 255 characters. | Specifies the tenant ID. |
name | String | CRU | No | The value can contain 0 to 64 characters. Only letters, digits, underscores (_), hyphens (-), and periods (.) are allowed. | Specifies the name of the Direct Connect endpoint group. |
description | String | CRU | No | The value can contain 0 to 128 characters. Angle brackets (<>) are not allowed. | Provides supplementary information about the Direct Connect endpoint group. |
endpoints | List<String> | CR | N/A | N/A | Specifies the list of the endpoints in a Direct Connect endpoint group. |
type | String | CR | N/A | Only IPv4 CIDR blocks are supported. | Specifies the type of the Direct Connect endpoints. |