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. |
oppositeInterfaceId
Required
public java.lang.Object getOppositeInterfaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property oppositeInterfaceId: The connection peer RouterInterface ID.
routerInterfaceId
Required
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.
oppositeInterfaceOwnerId
Optional
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.
oppositeRouterId
Optional
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.