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. |
CenId
Required
public object CenId { get; set; }
- Type: object
CenRegionId
Required
public object CenRegionId { get; set; }
- Type: object
MapResult
Required
public object MapResult { get; set; }
- Type: object
Priority
Required
public object Priority { get; set; }
- Type: object
TransmitDirection
Required
public object TransmitDirection { get; set; }
- Type: object
AsPathMatchMode
Optional
public object AsPathMatchMode { get; set; }
- Type: object
CidrMatchMode
Optional
public object CidrMatchMode { get; set; }
- Type: object
CommunityMatchMode
Optional
public object CommunityMatchMode { get; set; }
- Type: object
CommunityOperateMode
Optional
public object CommunityOperateMode { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DestinationChildInstanceTypes
Optional
public object DestinationChildInstanceTypes { get; set; }
- Type: object
DestinationCidrBlocks
Optional
public object DestinationCidrBlocks { get; set; }
- Type: object
DestinationInstanceIds
Optional
public object DestinationInstanceIds { get; set; }
- Type: object
DestinationInstanceIdsReverseMatch
Optional
public object DestinationInstanceIdsReverseMatch { get; set; }
- Type: object
DestinationRouteTableIds
Optional
public object DestinationRouteTableIds { get; set; }
- Type: object
MatchAsns
Optional
public object MatchAsns { get; set; }
- Type: object
MatchCommunitySet
Optional
public object MatchCommunitySet { get; set; }
- Type: object
NextPriority
Optional
public object NextPriority { get; set; }
- Type: object
OperateCommunitySet
Optional
public object OperateCommunitySet { get; set; }
- Type: object
Preference
Optional
public object Preference { get; set; }
- Type: object
PrependAsPath
Optional
public object PrependAsPath { get; set; }
- Type: object
RouteTypes
Optional
public object RouteTypes { get; set; }
- Type: object
SourceChildInstanceTypes
Optional
public object SourceChildInstanceTypes { get; set; }
- Type: object
SourceInstanceIds
Optional
public object SourceInstanceIds { get; set; }
- Type: object
SourceInstanceIdsReverseMatch
Optional
public object SourceInstanceIdsReverseMatch { get; set; }
- Type: object
SourceRegionIds
Optional
public object SourceRegionIds { get; set; }
- Type: object
SourceRouteTableIds
Optional
public object SourceRouteTableIds { get; set; }
- Type: object