Skip to content

PeeringRouterInterfaceBindingProps

Properties for defining a PeeringRouterInterfaceBinding.

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

Initializer

import { PeeringRouterInterfaceBindingProps } from '@alicloud/ros-cdk-vpc'
const peeringRouterInterfaceBindingProps: PeeringRouterInterfaceBindingProps = { ... }

Properties

Name Type Description
oppositeInterfaceId string | @alicloud/ros-cdk-core.IResolvable Property oppositeInterfaceId: The connection peer RouterInterface ID.
routerInterfaceId string | @alicloud/ros-cdk-core.IResolvable Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.
oppositeInterfaceOwnerId string | @alicloud/ros-cdk-core.IResolvable Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.
oppositeRouterId string | @alicloud/ros-cdk-core.IResolvable Property oppositeRouterId: Router ID of the connection peer RouterInterface.

oppositeInterfaceIdRequired

public readonly oppositeInterfaceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property oppositeInterfaceId: The connection peer RouterInterface ID.


routerInterfaceIdRequired

public readonly routerInterfaceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


oppositeInterfaceOwnerIdOptional

public readonly oppositeInterfaceOwnerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


oppositeRouterIdOptional

public readonly oppositeRouterId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property oppositeRouterId: Router ID of the connection peer RouterInterface.