Skip to content

RosRouteProps

Properties for defining a RosRoute.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-route

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosRouteProps {
    object DestinationCidrBlock,
    object RouteTableId,
    object NextHopId = null,
    object NextHopList = null,
    object NextHopType = null
};

Properties

Name Type Description
DestinationCidrBlock object No description.
RouteTableId object No description.
NextHopId object No description.
NextHopList object No description.
NextHopType object No description.

DestinationCidrBlockRequired

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

RouteTableIdRequired

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

NextHopIdOptional

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

NextHopListOptional

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

NextHopTypeOptional

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