DescribeDirectConnectGatewayAttachments
In this article:
DescribeDirectConnectGatewayAttachments#
Description#
Получает список подключений виртуальных интерфейсов к шлюзам выделенных соединений.
Request Parameters#
directConnectGatewayId — Идентификатор шлюза выделенных соединений.
Тип: String
Необходимо: Нет
virtualInterfaceId — Идентификатор виртуального интерфейса.
Тип: String
Необходимо: Нет
Response Elements#
directConnectGatewayAttachments — Список подключений виртуальных интерфейсов к шлюзам выделенных соединений.
Тип: Список объектов DirectConnectGatewayAttachment
Examples#
Запрос
https://directconnect.k2.cloud/?Action=DescribeDirectConnectGatewayAttachments
&directConnectGatewayId=dxgw-A1BF7297
&virtualInterfaceId=dxvif-BCD785E0
Ответ
{
"directConnectGatewayAttachments": [
{
"directConnectGatewayId": "dxgw-A1BF7297",
"virtualInterfaceId": "dxvif-BCD785E0",
"virtualInterfaceOwnerAccount": "user-1@c2dev",
"attachmentState": "attached",
"attachmentType": "transitVirtualInterface"
}
]
}
c2-dc DescribeDirectConnectGatewayAttachments directConnectGatewayId dxgw-A1BF7297
c2-dc DescribeDirectConnectGatewayAttachments virtualInterfaceId dxvif-BCD785E0
c2-dc DescribeDirectConnectGatewayAttachments directConnectGatewayId dxgw-A1BF7297 virtualInterfaceId dxvif-BCD785E0