RouteEntryProps
Properties for defining a RouteEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-routeentry
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RouteEntryProps {
CenId: interface{},
ChildInstanceId: interface{},
ChildInstanceRegionId: interface{},
ChildInstanceRouteTableId: interface{},
ChildInstanceType: interface{},
DestinationCidrBlock: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CenId |
interface{} |
Property cenId: The ID of the CEN instance where the route entry is published. |
ChildInstanceId |
interface{} |
Property childInstanceId: The ID of the attached network (VPC or VBR). |
ChildInstanceRegionId |
interface{} |
Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located. |
ChildInstanceRouteTableId |
interface{} |
Property childInstanceRouteTableId: The route table of the attached VBR or VPC. |
ChildInstanceType |
interface{} |
Property childInstanceType: The type of the network, value: VPC VBR. |
DestinationCidrBlock |
interface{} |
Property destinationCidrBlock: The destination CIDR block of the route entry to publish. |
CenId
Required
CenId interface{}
- Type: interface{}
Property cenId: The ID of the CEN instance where the route entry is published.
ChildInstanceId
Required
ChildInstanceId interface{}
- Type: interface{}
Property childInstanceId: The ID of the attached network (VPC or VBR).
ChildInstanceRegionId
Required
ChildInstanceRegionId interface{}
- Type: interface{}
Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.
ChildInstanceRouteTableId
Required
ChildInstanceRouteTableId interface{}
- Type: interface{}
Property childInstanceRouteTableId: The route table of the attached VBR or VPC.
ChildInstanceType
Required
ChildInstanceType interface{}
- Type: interface{}
Property childInstanceType: The type of the network, value: VPC VBR.
DestinationCidrBlock
Required
DestinationCidrBlock interface{}
- Type: interface{}
Property destinationCidrBlock: The destination CIDR block of the route entry to publish.