ChildInstanceRouteEntryToAttachmentProps
Properties for defining a ChildInstanceRouteEntryToAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment
Initializer
import com.aliyun.ros.cdk.cen.ChildInstanceRouteEntryToAttachmentProps;
ChildInstanceRouteEntryToAttachmentProps.builder()
.cenId(java.lang.String)
.cenId(IResolvable)
.destinationCidrBlock(java.lang.String)
.destinationCidrBlock(IResolvable)
.routeTableId(java.lang.String)
.routeTableId(IResolvable)
.transitRouterAttachmentId(java.lang.String)
.transitRouterAttachmentId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
cenId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cenId: The ID of the CEN instance. |
destinationCidrBlock |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property destinationCidrBlock: The destination CIDR block of the route. |
routeTableId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property routeTableId: The ID of the route table configured on the network instance. |
transitRouterAttachmentId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property transitRouterAttachmentId: The ID of the network instance connection. |
cenId
Required
public java.lang.Object getCenId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cenId: The ID of the CEN instance.
destinationCidrBlock
Required
public java.lang.Object getDestinationCidrBlock();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property destinationCidrBlock: The destination CIDR block of the route.
routeTableId
Required
public java.lang.Object getRouteTableId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property routeTableId: The ID of the route table configured on the network instance.
transitRouterAttachmentId
Required
public java.lang.Object getTransitRouterAttachmentId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property transitRouterAttachmentId: The ID of the network instance connection.