Skip to content

RosCenRouteMapProps

Properties for defining a RosCenRouteMap.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenroutemap

Initializer

import com.aliyun.ros.cdk.cen.RosCenRouteMapProps;
RosCenRouteMapProps.builder()
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .cenRegionId(java.lang.String)
    .cenRegionId(IResolvable)
    .mapResult(java.lang.String)
    .mapResult(IResolvable)
    .priority(java.lang.Number)
    .priority(IResolvable)
    .transmitDirection(java.lang.String)
    .transmitDirection(IResolvable)
//  .asPathMatchMode(java.lang.String)
//  .asPathMatchMode(IResolvable)
//  .cidrMatchMode(java.lang.String)
//  .cidrMatchMode(IResolvable)
//  .communityMatchMode(java.lang.String)
//  .communityMatchMode(IResolvable)
//  .communityOperateMode(java.lang.String)
//  .communityOperateMode(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .destinationChildInstanceTypes(IResolvable)
//  .destinationChildInstanceTypes(java.util.List<java.lang.String)
//  .destinationChildInstanceTypes(IResolvable>)
//  .destinationCidrBlocks(IResolvable)
//  .destinationCidrBlocks(java.util.List<java.lang.String)
//  .destinationCidrBlocks(IResolvable>)
//  .destinationInstanceIds(IResolvable)
//  .destinationInstanceIds(java.util.List<java.lang.String)
//  .destinationInstanceIds(IResolvable>)
//  .destinationInstanceIdsReverseMatch(java.lang.Boolean)
//  .destinationInstanceIdsReverseMatch(IResolvable)
//  .destinationRouteTableIds(IResolvable)
//  .destinationRouteTableIds(java.util.List<java.lang.String)
//  .destinationRouteTableIds(IResolvable>)
//  .matchAsns(IResolvable)
//  .matchAsns(java.util.List<java.lang.String)
//  .matchAsns(IResolvable>)
//  .matchCommunitySet(IResolvable)
//  .matchCommunitySet(java.util.List<java.lang.String)
//  .matchCommunitySet(IResolvable>)
//  .nextPriority(java.lang.Number)
//  .nextPriority(IResolvable)
//  .operateCommunitySet(IResolvable)
//  .operateCommunitySet(java.util.List<java.lang.String)
//  .operateCommunitySet(IResolvable>)
//  .preference(java.lang.Number)
//  .preference(IResolvable)
//  .prependAsPath(IResolvable)
//  .prependAsPath(java.util.List<java.lang.String)
//  .prependAsPath(IResolvable>)
//  .routeTypes(IResolvable)
//  .routeTypes(java.util.List<java.lang.String)
//  .routeTypes(IResolvable>)
//  .sourceChildInstanceTypes(IResolvable)
//  .sourceChildInstanceTypes(java.util.List<java.lang.String)
//  .sourceChildInstanceTypes(IResolvable>)
//  .sourceInstanceIds(IResolvable)
//  .sourceInstanceIds(java.util.List<java.lang.String)
//  .sourceInstanceIds(IResolvable>)
//  .sourceInstanceIdsReverseMatch(java.lang.Boolean)
//  .sourceInstanceIdsReverseMatch(IResolvable)
//  .sourceRegionIds(IResolvable)
//  .sourceRegionIds(java.util.List<java.lang.String)
//  .sourceRegionIds(IResolvable>)
//  .sourceRouteTableIds(IResolvable)
//  .sourceRouteTableIds(java.util.List<java.lang.String)
//  .sourceRouteTableIds(IResolvable>)
    .build();

Properties

Name Type Description
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cenRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
mapResult java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
priority java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
transmitDirection java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
asPathMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cidrMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
communityMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
communityOperateMode 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.
destinationChildInstanceTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationCidrBlocks com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationInstanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationInstanceIdsReverseMatch java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationRouteTableIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
matchAsns com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
matchCommunitySet com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
nextPriority java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
operateCommunitySet com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
preference java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
prependAsPath com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
routeTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceChildInstanceTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceInstanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceInstanceIdsReverseMatch java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
sourceRegionIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceRouteTableIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

cenIdRequired

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

cenRegionIdRequired

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

mapResultRequired

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

priorityRequired

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

transmitDirectionRequired

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

asPathMatchModeOptional

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

cidrMatchModeOptional

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

communityMatchModeOptional

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

communityOperateModeOptional

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

descriptionOptional

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

destinationChildInstanceTypesOptional

public java.lang.Object getDestinationChildInstanceTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationCidrBlocksOptional

public java.lang.Object getDestinationCidrBlocks();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationInstanceIdsOptional

public java.lang.Object getDestinationInstanceIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationInstanceIdsReverseMatchOptional

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

destinationRouteTableIdsOptional

public java.lang.Object getDestinationRouteTableIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

matchAsnsOptional

public java.lang.Object getMatchAsns();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

matchCommunitySetOptional

public java.lang.Object getMatchCommunitySet();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

nextPriorityOptional

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

operateCommunitySetOptional

public java.lang.Object getOperateCommunitySet();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

preferenceOptional

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

prependAsPathOptional

public java.lang.Object getPrependAsPath();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

routeTypesOptional

public java.lang.Object getRouteTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceChildInstanceTypesOptional

public java.lang.Object getSourceChildInstanceTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceInstanceIdsOptional

public java.lang.Object getSourceInstanceIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceInstanceIdsReverseMatchOptional

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

sourceRegionIdsOptional

public java.lang.Object getSourceRegionIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceRouteTableIdsOptional

public java.lang.Object getSourceRouteTableIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List