RosRouteEntriesProps
Properties for defining a RosRouteEntries
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routeentries
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosRouteEntriesProps {
RouteTableId: interface{},
DestinationCidrBlock: interface{},
IpVersion: interface{},
NextHopId: interface{},
NextHopType: interface{},
RefreshOptions: interface{},
RouteEntryId: interface{},
RouteEntryName: interface{},
RouteEntryType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
RouteTableId |
interface{} |
No description. |
DestinationCidrBlock |
interface{} |
No description. |
IpVersion |
interface{} |
No description. |
NextHopId |
interface{} |
No description. |
NextHopType |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
RouteEntryId |
interface{} |
No description. |
RouteEntryName |
interface{} |
No description. |
RouteEntryType |
interface{} |
No description. |
RouteTableId
Required
RouteTableId interface{}
- Type: interface{}
DestinationCidrBlock
Optional
DestinationCidrBlock interface{}
- Type: interface{}
IpVersion
Optional
IpVersion interface{}
- Type: interface{}
NextHopId
Optional
NextHopId interface{}
- Type: interface{}
NextHopType
Optional
NextHopType interface{}
- Type: interface{}
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
RouteEntryId
Optional
RouteEntryId interface{}
- Type: interface{}
RouteEntryName
Optional
RouteEntryName interface{}
- Type: interface{}
RouteEntryType
Optional
RouteEntryType interface{}
- Type: interface{}