Updating private connection parameters
Written by
Updated at June 10, 2025
Warning
To request access to this function, contact support
Currently, you can update the following private connection parameters:
new-name
: Private connection namedescription
: Private connection descriptiontrunk-id
vlan-id
ipv4-peering
: Group of IP/BGP connectivity parameters
For example, to update the vlan-id
parameter value in your private connection, complete the steps below.
Note
You need the cic.editor role to run this operation.
CLI
-
See the description of the CLI command for updating a private connection:
yc cic private-connection update --help
-
Update the
vlan-id
parameter value for your private connection:yc cic private-connection update cca59**********dvjir \ --vlan-id 201 \ --async
Expected result:
id: al4r9**********4613n description: private connection update created_at: "2025-04-08T21:21:33.106772882Z" created_by: bfbud**********v7dfn modified_at: "2025-04-08T21:21:33.106772882Z" metadata: '@type': type.googleapis.com/yandex.cloud.cic.v1.UpdatePrivateConnectionMetadata private_connection_id: cca59**********dvjir
-
Check the updated parameter value after the operation is complete:
yc cic private-connection get cca59**********dvjir