Skip to content

RosPeeringRouterInterfaceBindingProps

Properties for defining a RosPeeringRouterInterfaceBinding.

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

Initializer

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

Properties

Name Type Description
OppositeInterfaceId object No description.
RouterInterfaceId object No description.
OppositeInterfaceOwnerId object No description.
OppositeRouterId object No description.

OppositeInterfaceIdRequired

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

RouterInterfaceIdRequired

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

OppositeInterfaceOwnerIdOptional

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

OppositeRouterIdOptional

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