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. |
OppositeInterfaceId
Required
public object OppositeInterfaceId { get; set; }
- Type: object
Property oppositeInterfaceId: The connection peer RouterInterface ID.
RouterInterfaceId
Required
public object RouterInterfaceId { get; set; }
- Type: object
Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.
OppositeInterfaceOwnerId
Optional
public object OppositeInterfaceOwnerId { get; set; }
- Type: object
Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.
OppositeRouterId
Optional
public object OppositeRouterId { get; set; }
- Type: object
Property oppositeRouterId: Router ID of the connection peer RouterInterface.