すべてのプロダクト
Search
ドキュメントセンター

Resource Orchestration Service:ALIYUN::VPC::PeeringRouterInterfaceBinding

最終更新日:Jan 16, 2025

ALIYUN::VPC::PeeringRouterInterfaceBinding は、ルーターインターフェイスを別のルーターインターフェイスにバインドするために使用されます。

構文

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

プロパティ

プロパティタイプ必須編集可能説明制約
RouterInterfaceIdStringはいいいえルーターインターフェイスの ID です。なし。
OppositeInterfaceIdStringはいいいえピアルーターインターフェイスの ID です。なし。
OppositeRouterIdStringいいえいいえピアルーターインターフェイスが属するルーターの ID です。なし。
OppositeInterfaceOwnerIdStringいいえいいえピアルーターインターフェイスが属するアカウントの 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****"
          }
        }
      }
    }