Skip to content

RosChildInstanceRouteEntryToAttachmentProps

Properties for defining a RosChildInstanceRouteEntryToAttachment.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosChildInstanceRouteEntryToAttachmentProps {
    object CenId,
    object DestinationCidrBlock,
    object RouteTableId,
    object TransitRouterAttachmentId
};

Properties

Name Type Description
CenId object No description.
DestinationCidrBlock object No description.
RouteTableId object No description.
TransitRouterAttachmentId object No description.

CenIdRequired

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

DestinationCidrBlockRequired

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

RouteTableIdRequired

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

TransitRouterAttachmentIdRequired

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