Updating trunk parameters
Currently, users can perform limited operations when updating a trunk:
- Updating the trunk name:
new-name. - Update the trunk description in
description. - Changing labels assigned to a trunk.
- Set or remove the trunk deletion protection flag,
deletion-protection.
To update other trunk parameters, e.g., change the trunk capacity, you still need to contact support.
For example, to change the trunk name, follow these steps:
Note
You need the cic.editor role to run this operation.
-
In the management console
, click or in the top panel and select the folder. -
Navigate to Cloud Interconnect.
-
In the left-hand panel, select
Trunk connections. -
In the row with the trunk, click
and select Edit. In the window that opens:-
Optionally, change the connection Name. The naming requirements are as follows:
- Length: between 3 and 63 characters.
- It can only contain lowercase Latin letters, numbers, and hyphens.
- It must start with a letter and cannot end with a hyphen.
If you do not specify a name, the trunk name will be identical to the trunk ID.
-
Optionally, change the connection Description.
-
Optionally, change the Labels assigned to the connection.
-
Optionally, enable or disable the Deletion protection setting based on whether you need to protect the connection from accidental deletion.
-
Click Save.
-
-
See the description of the CLI command for updating trunk parameters:
yc cic trunk-connection update --help -
Change the trunk name:
yc cic trunk-connection update cf3dcodot14p******** \ --new-name my-new-trunk-name \ --asyncResult: