Skip to content

RosCenRouteMapProps

Properties for defining a RosCenRouteMap.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RosCenRouteMapProps {
    CenId: interface{},
    CenRegionId: interface{},
    MapResult: interface{},
    Priority: interface{},
    TransmitDirection: interface{},
    AsPathMatchMode: interface{},
    CidrMatchMode: interface{},
    CommunityMatchMode: interface{},
    CommunityOperateMode: interface{},
    Description: interface{},
    DestinationChildInstanceTypes: interface{},
    DestinationCidrBlocks: interface{},
    DestinationInstanceIds: interface{},
    DestinationInstanceIdsReverseMatch: interface{},
    DestinationRouteTableIds: interface{},
    MatchAsns: interface{},
    MatchCommunitySet: interface{},
    NextPriority: interface{},
    OperateCommunitySet: interface{},
    Preference: interface{},
    PrependAsPath: interface{},
    RouteTypes: interface{},
    SourceChildInstanceTypes: interface{},
    SourceInstanceIds: interface{},
    SourceInstanceIdsReverseMatch: interface{},
    SourceRegionIds: interface{},
    SourceRouteTableIds: interface{},
}

Properties

Name Type Description
CenId interface{} No description.
CenRegionId interface{} No description.
MapResult interface{} No description.
Priority interface{} No description.
TransmitDirection interface{} No description.
AsPathMatchMode interface{} No description.
CidrMatchMode interface{} No description.
CommunityMatchMode interface{} No description.
CommunityOperateMode interface{} No description.
Description interface{} No description.
DestinationChildInstanceTypes interface{} No description.
DestinationCidrBlocks interface{} No description.
DestinationInstanceIds interface{} No description.
DestinationInstanceIdsReverseMatch interface{} No description.
DestinationRouteTableIds interface{} No description.
MatchAsns interface{} No description.
MatchCommunitySet interface{} No description.
NextPriority interface{} No description.
OperateCommunitySet interface{} No description.
Preference interface{} No description.
PrependAsPath interface{} No description.
RouteTypes interface{} No description.
SourceChildInstanceTypes interface{} No description.
SourceInstanceIds interface{} No description.
SourceInstanceIdsReverseMatch interface{} No description.
SourceRegionIds interface{} No description.
SourceRouteTableIds interface{} No description.

CenIdRequired

CenId interface{}
  • Type: interface{}

CenRegionIdRequired

CenRegionId interface{}
  • Type: interface{}

MapResultRequired

MapResult interface{}
  • Type: interface{}

PriorityRequired

Priority interface{}
  • Type: interface{}

TransmitDirectionRequired

TransmitDirection interface{}
  • Type: interface{}

AsPathMatchModeOptional

AsPathMatchMode interface{}
  • Type: interface{}

CidrMatchModeOptional

CidrMatchMode interface{}
  • Type: interface{}

CommunityMatchModeOptional

CommunityMatchMode interface{}
  • Type: interface{}

CommunityOperateModeOptional

CommunityOperateMode interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DestinationChildInstanceTypesOptional

DestinationChildInstanceTypes interface{}
  • Type: interface{}

DestinationCidrBlocksOptional

DestinationCidrBlocks interface{}
  • Type: interface{}

DestinationInstanceIdsOptional

DestinationInstanceIds interface{}
  • Type: interface{}

DestinationInstanceIdsReverseMatchOptional

DestinationInstanceIdsReverseMatch interface{}
  • Type: interface{}

DestinationRouteTableIdsOptional

DestinationRouteTableIds interface{}
  • Type: interface{}

MatchAsnsOptional

MatchAsns interface{}
  • Type: interface{}

MatchCommunitySetOptional

MatchCommunitySet interface{}
  • Type: interface{}

NextPriorityOptional

NextPriority interface{}
  • Type: interface{}

OperateCommunitySetOptional

OperateCommunitySet interface{}
  • Type: interface{}

PreferenceOptional

Preference interface{}
  • Type: interface{}

PrependAsPathOptional

PrependAsPath interface{}
  • Type: interface{}

RouteTypesOptional

RouteTypes interface{}
  • Type: interface{}

SourceChildInstanceTypesOptional

SourceChildInstanceTypes interface{}
  • Type: interface{}

SourceInstanceIdsOptional

SourceInstanceIds interface{}
  • Type: interface{}

SourceInstanceIdsReverseMatchOptional

SourceInstanceIdsReverseMatch interface{}
  • Type: interface{}

SourceRegionIdsOptional

SourceRegionIds interface{}
  • Type: interface{}

SourceRouteTableIdsOptional

SourceRouteTableIds interface{}
  • Type: interface{}