Skip to content

CenRouteMapsProps

Properties for defining a CenRouteMaps.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenroutemaps

Initializer

import com.aliyun.ros.cdk.cen.datasource.CenRouteMapsProps;
CenRouteMapsProps.builder()
    .cenId(java.lang.String)
    .cenId(IResolvable)
//  .cenRegionId(java.lang.String)
//  .cenRegionId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
//  .routeMapId(java.lang.String)
//  .routeMapId(IResolvable)
//  .transitRouterRouteTableId(java.lang.String)
//  .transitRouterRouteTableId(IResolvable)
//  .transmitDirection(java.lang.String)
//  .transmitDirection(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.
cenRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property cenRegionId: The ID of the region where the routing policy is applied.
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.
routeMapId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property routeMapId: The ID of the routing policy.
transitRouterRouteTableId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.
transmitDirection java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property transmitDirection: The direction in which the routing policy is applied.

cenIdRequired

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

Property cenId: The ID of the CEN instance.


cenRegionIdOptional

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

Property cenRegionId: The ID of the region where the routing policy is applied.


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.

routeMapIdOptional

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

Property routeMapId: The ID of the routing policy.


transitRouterRouteTableIdOptional

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

Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.


transmitDirectionOptional

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

Property transmitDirection: The direction in which the routing policy is applied.