RosCenRouteMapProps
Properties for defining a RosCenRouteMap.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenroutemap
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenRouteMapProps {
object CenId,
object CenRegionId,
object MapResult,
object Priority,
object TransmitDirection,
object AsPathMatchMode = null,
object CidrMatchMode = null,
object CommunityMatchMode = null,
object CommunityOperateMode = null,
object Description = null,
object DestinationChildInstanceTypes = null,
object DestinationCidrBlocks = null,
object DestinationInstanceIds = null,
object DestinationInstanceIdsReverseMatch = null,
object DestinationRouteTableIds = null,
object MatchAsns = null,
object MatchCommunitySet = null,
object NextPriority = null,
object OperateCommunitySet = null,
object Preference = null,
object PrependAsPath = null,
object RouteTypes = null,
object SourceChildInstanceTypes = null,
object SourceInstanceIds = null,
object SourceInstanceIdsReverseMatch = null,
object SourceRegionIds = null,
object SourceRouteTableIds = null
};
Properties
| Name | Type | Description |
|---|---|---|
CenId |
object |
No description. |
CenRegionId |
object |
No description. |
MapResult |
object |
No description. |
Priority |
object |
No description. |
TransmitDirection |
object |
No description. |
AsPathMatchMode |
object |
No description. |
CidrMatchMode |
object |
No description. |
CommunityMatchMode |
object |
No description. |
CommunityOperateMode |
object |
No description. |
Description |
object |
No description. |
DestinationChildInstanceTypes |
object |
No description. |
DestinationCidrBlocks |
object |
No description. |
DestinationInstanceIds |
object |
No description. |
DestinationInstanceIdsReverseMatch |
object |
No description. |
DestinationRouteTableIds |
object |
No description. |
MatchAsns |
object |
No description. |
MatchCommunitySet |
object |
No description. |
NextPriority |
object |
No description. |
OperateCommunitySet |
object |
No description. |
Preference |
object |
No description. |
PrependAsPath |
object |
No description. |
RouteTypes |
object |
No description. |
SourceChildInstanceTypes |
object |
No description. |
SourceInstanceIds |
object |
No description. |
SourceInstanceIdsReverseMatch |
object |
No description. |
SourceRegionIds |
object |
No description. |
SourceRouteTableIds |
object |
No description. |
CenIdRequired
public object CenId { get; set; }
- Type: object
CenRegionIdRequired
public object CenRegionId { get; set; }
- Type: object
MapResultRequired
public object MapResult { get; set; }
- Type: object
PriorityRequired
public object Priority { get; set; }
- Type: object
TransmitDirectionRequired
public object TransmitDirection { get; set; }
- Type: object
AsPathMatchModeOptional
public object AsPathMatchMode { get; set; }
- Type: object
CidrMatchModeOptional
public object CidrMatchMode { get; set; }
- Type: object
CommunityMatchModeOptional
public object CommunityMatchMode { get; set; }
- Type: object
CommunityOperateModeOptional
public object CommunityOperateMode { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DestinationChildInstanceTypesOptional
public object DestinationChildInstanceTypes { get; set; }
- Type: object
DestinationCidrBlocksOptional
public object DestinationCidrBlocks { get; set; }
- Type: object
DestinationInstanceIdsOptional
public object DestinationInstanceIds { get; set; }
- Type: object
DestinationInstanceIdsReverseMatchOptional
public object DestinationInstanceIdsReverseMatch { get; set; }
- Type: object
DestinationRouteTableIdsOptional
public object DestinationRouteTableIds { get; set; }
- Type: object
MatchAsnsOptional
public object MatchAsns { get; set; }
- Type: object
MatchCommunitySetOptional
public object MatchCommunitySet { get; set; }
- Type: object
NextPriorityOptional
public object NextPriority { get; set; }
- Type: object
OperateCommunitySetOptional
public object OperateCommunitySet { get; set; }
- Type: object
PreferenceOptional
public object Preference { get; set; }
- Type: object
PrependAsPathOptional
public object PrependAsPath { get; set; }
- Type: object
RouteTypesOptional
public object RouteTypes { get; set; }
- Type: object
SourceChildInstanceTypesOptional
public object SourceChildInstanceTypes { get; set; }
- Type: object
SourceInstanceIdsOptional
public object SourceInstanceIds { get; set; }
- Type: object
SourceInstanceIdsReverseMatchOptional
public object SourceInstanceIdsReverseMatch { get; set; }
- Type: object
SourceRegionIdsOptional
public object SourceRegionIds { get; set; }
- Type: object
SourceRouteTableIdsOptional
public object SourceRouteTableIds { get; set; }
- Type: object