RouteTableAssociationProps
Properties for defining a RouteTableAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routetableassociation
Initializer
import com.aliyun.ros.cdk.vpc.RouteTableAssociationProps;
RouteTableAssociationProps.builder()
.routeTableId(java.lang.String)
.routeTableId(IResolvable)
.vSwitchId(java.lang.String)
.vSwitchId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
routeTableId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property routeTableId: The ID of the route table. |
vSwitchId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vSwitchId: The ID of the VSwitch. |
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.
vSwitchId
Required
public java.lang.Object getVSwitchId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vSwitchId: The ID of the VSwitch.