Skip to content

PeeringRouterInterfaceConnectionProps

Properties for defining a PeeringRouterInterfaceConnection.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new PeeringRouterInterfaceConnectionProps {
    object OppositeInterfaceId,
    object RouterInterfaceId
};

Properties

Name Type Description
OppositeInterfaceId object Property oppositeInterfaceId: The Receiver RouterInterface ID to accept peer RouterInterface.
RouterInterfaceId object Property routerInterfaceId: The Initiator RouterInterface ID to connect peer RouterInterface.

OppositeInterfaceIdRequired

public object OppositeInterfaceId { get; set; }
  • Type: object

Property oppositeInterfaceId: The Receiver RouterInterface ID to accept peer RouterInterface.


RouterInterfaceIdRequired

public object RouterInterfaceId { get; set; }
  • Type: object

Property routerInterfaceId: The Initiator RouterInterface ID to connect peer RouterInterface.