Skip to content

RouteTablesProps

Properties for defining a RouteTables.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables

Initializer

import com.aliyun.ros.cdk.vpc.datasource.RouteTablesProps;
RouteTablesProps.builder()
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .routerId(java.lang.String)
//  .routerId(IResolvable)
//  .routerType(java.lang.String)
//  .routerType(IResolvable)
//  .routeTableId(java.lang.String)
//  .routeTableId(IResolvable)
//  .routeTableName(java.lang.String)
//  .routeTableName(IResolvable)
//  .vpcId(java.lang.String)
//  .vpcId(IResolvable)
    .build();

Properties

Name Type Description
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group to which the route table belongs.
routerId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routerId: The ID of the VRouter to which the route table belongs.
routerType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routerType: The type of the VRouter to which the route table belongs.
routeTableId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routeTableId: The ID of the route table.
routeTableName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routeTableName: The name of the route table.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpcId: The ID of the VRouter to which the route table belongs.

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group to which the route table belongs.


routerIdOptional

public java.lang.Object getRouterId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property routerId: The ID of the VRouter to which the route table belongs.


routerTypeOptional

public java.lang.Object getRouterType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property routerType: The type of the VRouter to which the route table belongs.

Valid values: VRouter (default): VRouter. VBR: Virtual Border Router (VBR).


routeTableIdOptional

public java.lang.Object getRouteTableId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property routeTableId: The ID of the route table.


routeTableNameOptional

public java.lang.Object getRouteTableName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property routeTableName: The name of the route table.


vpcIdOptional

public java.lang.Object getVpcId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vpcId: The ID of the VRouter to which the route table belongs.

The value of the RouterType parameter is set to VRouter automatically when this parameter is specified.