RosRouteEntryProps
Properties for defining a RosRouteEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-routeentry
Initializer
import com.aliyun.ros.cdk.cen.RosRouteEntryProps;
RosRouteEntryProps.builder()
.cenId(java.lang.String)
.cenId(IResolvable)
.childInstanceId(java.lang.String)
.childInstanceId(IResolvable)
.childInstanceRegionId(java.lang.String)
.childInstanceRegionId(IResolvable)
.childInstanceRouteTableId(java.lang.String)
.childInstanceRouteTableId(IResolvable)
.childInstanceType(java.lang.String)
.childInstanceType(IResolvable)
.destinationCidrBlock(java.lang.String)
.destinationCidrBlock(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
cenId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
childInstanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
childInstanceRegionId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
childInstanceRouteTableId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
childInstanceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
destinationCidrBlock |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
cenId
Required
public java.lang.Object getCenId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
childInstanceId
Required
public java.lang.Object getChildInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
childInstanceRegionId
Required
public java.lang.Object getChildInstanceRegionId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
childInstanceRouteTableId
Required
public java.lang.Object getChildInstanceRouteTableId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
childInstanceType
Required
public java.lang.Object getChildInstanceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
destinationCidrBlock
Required
public java.lang.Object getDestinationCidrBlock();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable