Skip to content

CenRouteMapsProps

Properties for defining a CenRouteMaps.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenRouteMapsProps {
    object CenId,
    object CenRegionId = null,
    object RefreshOptions = null,
    object RouteMapId = null,
    object TransitRouterRouteTableId = null,
    object TransmitDirection = null
};

Properties

Name Type Description
CenId object Property cenId: The ID of the CEN instance.
CenRegionId object Property cenRegionId: The ID of the region where the routing policy is applied.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
RouteMapId object Property routeMapId: The ID of the routing policy.
TransitRouterRouteTableId object Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.
TransmitDirection object Property transmitDirection: The direction in which the routing policy is applied.

CenIdRequired

public object CenId { get; set; }
  • Type: object

Property cenId: The ID of the CEN instance.


CenRegionIdOptional

public object CenRegionId { get; set; }
  • Type: object

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


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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 object RouteMapId { get; set; }
  • Type: object

Property routeMapId: The ID of the routing policy.


TransitRouterRouteTableIdOptional

public object TransitRouterRouteTableId { get; set; }
  • Type: object

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


TransmitDirectionOptional

public object TransmitDirection { get; set; }
  • Type: object

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