Skip to content

PeeringRouterInterfaceBindingProps

Properties for defining a PeeringRouterInterfaceBinding.

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

Initializer

import com.aliyun.ros.cdk.vpc.PeeringRouterInterfaceBindingProps;
PeeringRouterInterfaceBindingProps.builder()
    .oppositeInterfaceId(java.lang.String)
    .oppositeInterfaceId(IResolvable)
    .routerInterfaceId(java.lang.String)
    .routerInterfaceId(IResolvable)
//  .oppositeInterfaceOwnerId(java.lang.String)
//  .oppositeInterfaceOwnerId(IResolvable)
//  .oppositeRouterId(java.lang.String)
//  .oppositeRouterId(IResolvable)
    .build();

Properties

Name Type Description
oppositeInterfaceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property oppositeInterfaceId: The connection peer RouterInterface ID.
routerInterfaceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.
oppositeInterfaceOwnerId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.
oppositeRouterId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property oppositeRouterId: Router ID of the connection peer RouterInterface.

oppositeInterfaceIdRequired

public java.lang.Object getOppositeInterfaceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property oppositeInterfaceId: The connection peer RouterInterface ID.


routerInterfaceIdRequired

public java.lang.Object getRouterInterfaceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


oppositeInterfaceOwnerIdOptional

public java.lang.Object getOppositeInterfaceOwnerId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


oppositeRouterIdOptional

public java.lang.Object getOppositeRouterId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property oppositeRouterId: Router ID of the connection peer RouterInterface.