Skip to content

RosCenRouteMapsProps

Properties for defining a RosCenRouteMaps.

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

Initializer

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

Properties

Name Type Description
CenId object No description.
CenRegionId object No description.
RefreshOptions object No description.
RouteMapId object No description.
TransitRouterRouteTableId object No description.
TransmitDirection object No description.

CenIdRequired

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

CenRegionIdOptional

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

RefreshOptionsOptional

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

RouteMapIdOptional

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

TransitRouterRouteTableIdOptional

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

TransmitDirectionOptional

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