RosRouteTableProps
Properties for defining a RosRouteTable
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routetable
Initializer
import com.aliyun.ros.cdk.vpc.RosRouteTableProps;
RosRouteTableProps.builder()
.vpcId(java.lang.String)
.vpcId(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .routeTableName(java.lang.String)
// .routeTableName(IResolvable)
// .tags(java.util.List<TagsProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
routeTableName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
tags |
java.util.List<TagsProperty> |
No description. |
vpcId
Required
public java.lang.Object getVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
routeTableName
Optional
public java.lang.Object getRouteTableName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
tags
Optional
public java.util.List<TagsProperty> getTags();
- Type: java.util.List<TagsProperty>