Skip to content

PeeringRouterInterfaceBindingProps

Properties for defining a PeeringRouterInterfaceBinding.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-peeringrouterinterfacebinding

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.PeeringRouterInterfaceBindingProps {
    OppositeInterfaceId: interface{},
    RouterInterfaceId: interface{},
    OppositeInterfaceOwnerId: interface{},
    OppositeRouterId: interface{},
}

Properties

Name Type Description
OppositeInterfaceId interface{} Property oppositeInterfaceId: The connection peer RouterInterface ID.
RouterInterfaceId interface{} Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.
OppositeInterfaceOwnerId interface{} Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.
OppositeRouterId interface{} Property oppositeRouterId: Router ID of the connection peer RouterInterface.

OppositeInterfaceIdRequired

OppositeInterfaceId interface{}
  • Type: interface{}

Property oppositeInterfaceId: The connection peer RouterInterface ID.


RouterInterfaceIdRequired

RouterInterfaceId interface{}
  • Type: interface{}

Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.


OppositeInterfaceOwnerIdOptional

OppositeInterfaceOwnerId interface{}
  • Type: interface{}

Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.


OppositeRouterIdOptional

OppositeRouterId interface{}
  • Type: interface{}

Property oppositeRouterId: Router ID of the connection peer RouterInterface.