ChildInstanceRouteEntryToAttachmentProps
Properties for defining a ChildInstanceRouteEntryToAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.ChildInstanceRouteEntryToAttachmentProps {
CenId: interface{},
DestinationCidrBlock: interface{},
RouteTableId: interface{},
TransitRouterAttachmentId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CenId |
interface{} |
Property cenId: The ID of the CEN instance. |
DestinationCidrBlock |
interface{} |
Property destinationCidrBlock: The destination CIDR block of the route. |
RouteTableId |
interface{} |
Property routeTableId: The ID of the route table configured on the network instance. |
TransitRouterAttachmentId |
interface{} |
Property transitRouterAttachmentId: The ID of the network instance connection. |
CenId
Required
CenId interface{}
- Type: interface{}
Property cenId: The ID of the CEN instance.
DestinationCidrBlock
Required
DestinationCidrBlock interface{}
- Type: interface{}
Property destinationCidrBlock: The destination CIDR block of the route.
RouteTableId
Required
RouteTableId interface{}
- Type: interface{}
Property routeTableId: The ID of the route table configured on the network instance.
TransitRouterAttachmentId
Required
TransitRouterAttachmentId interface{}
- Type: interface{}
Property transitRouterAttachmentId: The ID of the network instance connection.