全部產品
Search
文件中心

:ALIYUN::VPC::PeeringRouterInterfaceBinding

更新時間:Nov 11, 2024

ALIYUN::VPC::PeeringRouterInterfaceBinding類型用於綁定將要互聯的兩個路由器介面資訊。

文法

{
  "Type": "ALIYUN::VPC::PeeringRouterInterfaceBinding",
  "Properties": {
    "OppositeRouterId": String,
    "OppositeInterfaceId": String,
    "OppositeInterfaceOwnerId": String,
    "RouterInterfaceId": String
  }
}

屬性

屬性名稱類型必須允許更新描述約束
RouterInterfaceId String 路由器介面ID。 無。
OppositeInterfaceId String 串連對端的路由器介面ID。 無。
OppositeRouterId String 串連對端的路由器介面所屬的路由器ID。 無。
OppositeInterfaceOwnerId String 串連對端路由器介面的持有人帳號ID。 無。

傳回值

Fn::GetAtt

RouterInterfaceId:路由器ID。

樣本

  • YAML格式

    ROSTemplateFormatVersion: '2015-09-01'
    Resources:
      InitiatorRouterInterfaceBinding:
        Type: ALIYUN::VPC::PeeringRouterInterfaceBinding
        Properties:
          RouterInterfaceId: ri-2zedgo0ih64g1me29****
          OppositeInterfaceId: ri-2zex1tkyym98pjaor****
          OppositeRouterId: vrt-2zexb35tzoriu0286****
  • JSON格式

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Resources": {
        "InitiatorRouterInterfaceBinding": {
          "Type": "ALIYUN::VPC::PeeringRouterInterfaceBinding",
          "Properties": {
            "RouterInterfaceId": "ri-2zedgo0ih64g1me29****",
            "OppositeInterfaceId": "ri-2zex1tkyym98pjaor****",
            "OppositeRouterId": "vrt-2zexb35tzoriu0286****"
          }
        }
      }
    }