UpdateDirectConnectGatewayAssociation#

Description#

Добавляет или удаляет подсети для анонсирвоания по BGP в сторону пользовательского оборудования.

Request Parameters#

  • addAllowedPrefixestoDirectConnectGateway — Список разрешённых подсетей для анонсирования по BGP в сторону пользовательского оборудования.

    • Тип: Список объектов RouteFilterPrefix

    • Необходимо: Нет

    • Ограничения: Не должны пересекаться с префиксами ассоциаций этого шлюза выделенных соединений

  • associationId — Идентификатор ассоциации.

    • Тип: String

    • Необходимо: Нет

  • removeAllowedPrefixestoDirectConnectGateway — Список подсетей, которые должны быть исключены из анонса по BGP в сторону пользовательского оборудования.

    • Тип: Список объектов RouteFilterPrefix

    • Необходимо: Нет

Response Elements#

Examples#

Запрос

https://directconnect.k2.cloud/?Action=UpdateDirectConnectGatewayAssociation
&associationId=dxassoc-4419A549
&addAllowedPrefixesToDirectConnectGateway.0.cidr=10.0.1.0/24

Ответ

{
    "directConnectGatewayAssociation": {
        "directConnectGatewayId": "dxgw-A1BF7297",
        "directConnectGatewayOwnerAccount": "user-1@c2dev",
        "associationState": "updating",
        "associatedGateway": {
            "id": "tgw-83EDA0ED",
            "type": "transitGateway",
            "onwerAccount": "user-1@c2dev"
        },
        "associationId": "dxassoc-4419A549",
        "allowedPrefixesToDirectConnectGateway": [
            {
                "cidr": "10.0.0.0/24"
            },
            {
                "cidr": "10.0.1.0/24"
            }
        ]
    }
}
c2-dc UpdateDirectConnectGatewayAssociation associationId dxassoc-4419A549 addAllowedPrefixesToDirectConnectGateway.0.cidr 10.0.1.0/24

c2-dc UpdateDirectConnectGatewayAssociation associationId dxassoc-4419A549 addAllowedPrefixesToDirectConnectGateway.0.cidr 10.0.1.0/24 addAllowedPrefixesToDirectConnectGateway.1.cidr 12.0.0.0/24 removeAllowedPrefixesToDirectConnectGateway.0.cidr 10.0.0.0/24