Skip to content

RouteEntryProps

Properties for defining a RouteEntry.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-routeentry

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new RouteEntryProps {
    object CenId,
    object ChildInstanceId,
    object ChildInstanceRegionId,
    object ChildInstanceRouteTableId,
    object ChildInstanceType,
    object DestinationCidrBlock
};

Properties

Name Type Description
CenId object Property cenId: The ID of the CEN instance where the route entry is published.
ChildInstanceId object Property childInstanceId: The ID of the attached network (VPC or VBR).
ChildInstanceRegionId object Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.
ChildInstanceRouteTableId object Property childInstanceRouteTableId: The route table of the attached VBR or VPC.
ChildInstanceType object Property childInstanceType: The type of the network, value: VPC VBR.
DestinationCidrBlock object Property destinationCidrBlock: The destination CIDR block of the route entry to publish.

CenIdRequired

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

Property cenId: The ID of the CEN instance where the route entry is published.


ChildInstanceIdRequired

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

Property childInstanceId: The ID of the attached network (VPC or VBR).


ChildInstanceRegionIdRequired

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

Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.


ChildInstanceRouteTableIdRequired

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

Property childInstanceRouteTableId: The route table of the attached VBR or VPC.


ChildInstanceTypeRequired

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

Property childInstanceType: The type of the network, value: VPC VBR.


DestinationCidrBlockRequired

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

Property destinationCidrBlock: The destination CIDR block of the route entry to publish.