Skip to content

PeeringRouterInterfaceBindingProps

Properties for defining a PeeringRouterInterfaceBinding.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new PeeringRouterInterfaceBindingProps {
    object OppositeInterfaceId,
    object RouterInterfaceId,
    object OppositeInterfaceOwnerId = null,
    object OppositeRouterId = null
};

Properties

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

OppositeInterfaceIdRequired

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

Property oppositeInterfaceId: The connection peer RouterInterface ID.


RouterInterfaceIdRequired

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

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


OppositeInterfaceOwnerIdOptional

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

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


OppositeRouterIdOptional

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

Property oppositeRouterId: Router ID of the connection peer RouterInterface.