published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
By creating or deleting static routes in route tables associated with network instance connections or cross-region connections, you can flexibly control traffic direction in the transit router
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
resources:
transitRouterRouteEntryDemo:
type: volcenginecc:transitrouter:TransitRouterRouteEntry
name: TransitRouterRouteEntryDemo
properties:
description: Demo Example
destinationCidrBlock: 192.168.1.101/*
transitRouterRouteEntryName: test-Attachmentkua
transitRouterRouteTableId: tr-rtb-mijcn***
transitRouterRouteEntryNextHopId: tr-attach-13fs****
transitRouterRouteEntryNextHopType: Attachment
transitRouterRouteEntryType: Propagated
Create TransitRouterRouteEntry Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransitRouterRouteEntry(name: string, args: TransitRouterRouteEntryArgs, opts?: CustomResourceOptions);@overload
def TransitRouterRouteEntry(resource_name: str,
args: TransitRouterRouteEntryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TransitRouterRouteEntry(resource_name: str,
opts: Optional[ResourceOptions] = None,
destination_cidr_block: Optional[str] = None,
transit_router_route_entry_next_hop_type: Optional[str] = None,
transit_router_route_table_id: Optional[str] = None,
description: Optional[str] = None,
transit_router_route_entry_name: Optional[str] = None,
transit_router_route_entry_next_hop_id: Optional[str] = None)func NewTransitRouterRouteEntry(ctx *Context, name string, args TransitRouterRouteEntryArgs, opts ...ResourceOption) (*TransitRouterRouteEntry, error)public TransitRouterRouteEntry(string name, TransitRouterRouteEntryArgs args, CustomResourceOptions? opts = null)
public TransitRouterRouteEntry(String name, TransitRouterRouteEntryArgs args)
public TransitRouterRouteEntry(String name, TransitRouterRouteEntryArgs args, CustomResourceOptions options)
type: volcenginecc:transitrouter:TransitRouterRouteEntry
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TransitRouterRouteEntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TransitRouterRouteEntryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TransitRouterRouteEntryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransitRouterRouteEntryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransitRouterRouteEntryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var transitRouterRouteEntryResource = new Volcenginecc.Transitrouter.TransitRouterRouteEntry("transitRouterRouteEntryResource", new()
{
DestinationCidrBlock = "string",
TransitRouterRouteEntryNextHopType = "string",
TransitRouterRouteTableId = "string",
Description = "string",
TransitRouterRouteEntryName = "string",
TransitRouterRouteEntryNextHopId = "string",
});
example, err := transitrouter.NewTransitRouterRouteEntry(ctx, "transitRouterRouteEntryResource", &transitrouter.TransitRouterRouteEntryArgs{
DestinationCidrBlock: pulumi.String("string"),
TransitRouterRouteEntryNextHopType: pulumi.String("string"),
TransitRouterRouteTableId: pulumi.String("string"),
Description: pulumi.String("string"),
TransitRouterRouteEntryName: pulumi.String("string"),
TransitRouterRouteEntryNextHopId: pulumi.String("string"),
})
var transitRouterRouteEntryResource = new TransitRouterRouteEntry("transitRouterRouteEntryResource", TransitRouterRouteEntryArgs.builder()
.destinationCidrBlock("string")
.transitRouterRouteEntryNextHopType("string")
.transitRouterRouteTableId("string")
.description("string")
.transitRouterRouteEntryName("string")
.transitRouterRouteEntryNextHopId("string")
.build());
transit_router_route_entry_resource = volcenginecc.transitrouter.TransitRouterRouteEntry("transitRouterRouteEntryResource",
destination_cidr_block="string",
transit_router_route_entry_next_hop_type="string",
transit_router_route_table_id="string",
description="string",
transit_router_route_entry_name="string",
transit_router_route_entry_next_hop_id="string")
const transitRouterRouteEntryResource = new volcenginecc.transitrouter.TransitRouterRouteEntry("transitRouterRouteEntryResource", {
destinationCidrBlock: "string",
transitRouterRouteEntryNextHopType: "string",
transitRouterRouteTableId: "string",
description: "string",
transitRouterRouteEntryName: "string",
transitRouterRouteEntryNextHopId: "string",
});
type: volcenginecc:transitrouter:TransitRouterRouteEntry
properties:
description: string
destinationCidrBlock: string
transitRouterRouteEntryName: string
transitRouterRouteEntryNextHopId: string
transitRouterRouteEntryNextHopType: string
transitRouterRouteTableId: string
TransitRouterRouteEntry Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TransitRouterRouteEntry resource accepts the following input properties:
- Destination
Cidr stringBlock - Destination CIDR block of the route entry
- Transit
Router stringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- Transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance
- Description string
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- Transit
Router stringRoute Entry Name - Name of the route entry
- Transit
Router stringRoute Entry Next Hop Id - Next hop ID of the route entry
- Destination
Cidr stringBlock - Destination CIDR block of the route entry
- Transit
Router stringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- Transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance
- Description string
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- Transit
Router stringRoute Entry Name - Name of the route entry
- Transit
Router stringRoute Entry Next Hop Id - Next hop ID of the route entry
- destination
Cidr StringBlock - Destination CIDR block of the route entry
- transit
Router StringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit
Router StringRoute Table Id - ID of the route table associated with the transit router instance
- description String
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- transit
Router StringRoute Entry Name - Name of the route entry
- transit
Router StringRoute Entry Next Hop Id - Next hop ID of the route entry
- destination
Cidr stringBlock - Destination CIDR block of the route entry
- transit
Router stringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance
- description string
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- transit
Router stringRoute Entry Name - Name of the route entry
- transit
Router stringRoute Entry Next Hop Id - Next hop ID of the route entry
- destination_
cidr_ strblock - Destination CIDR block of the route entry
- transit_
router_ strroute_ entry_ next_ hop_ type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit_
router_ strroute_ table_ id - ID of the route table associated with the transit router instance
- description str
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- transit_
router_ strroute_ entry_ name - Name of the route entry
- transit_
router_ strroute_ entry_ next_ hop_ id - Next hop ID of the route entry
- destination
Cidr StringBlock - Destination CIDR block of the route entry
- transit
Router StringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit
Router StringRoute Table Id - ID of the route table associated with the transit router instance
- description String
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- transit
Router StringRoute Entry Name - Name of the route entry
- transit
Router StringRoute Entry Next Hop Id - Next hop ID of the route entry
Outputs
All input properties are implicitly available as output properties. Additionally, the TransitRouterRouteEntry resource produces the following output properties:
- As
Paths List<string> - AS path of the route entry
- Created
Time string - Creation time of the route entry
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- Transit
Router stringRoute Entry Id - ID of the TR route entry
- Transit
Router stringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- Transit
Router stringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- Transit
Router stringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- Updated
Time string - Last updated time of the route entry
- As
Paths []string - AS path of the route entry
- Created
Time string - Creation time of the route entry
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- Transit
Router stringRoute Entry Id - ID of the TR route entry
- Transit
Router stringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- Transit
Router stringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- Transit
Router stringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- Updated
Time string - Last updated time of the route entry
- as
Paths List<String> - AS path of the route entry
- created
Time String - Creation time of the route entry
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit
Router StringRoute Entry Id - ID of the TR route entry
- transit
Router StringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- transit
Router StringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit
Router StringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- updated
Time String - Last updated time of the route entry
- as
Paths string[] - AS path of the route entry
- created
Time string - Creation time of the route entry
- id string
- The provider-assigned unique ID for this managed resource.
- status string
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit
Router stringRoute Entry Id - ID of the TR route entry
- transit
Router stringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- transit
Router stringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit
Router stringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- updated
Time string - Last updated time of the route entry
- as_
paths Sequence[str] - AS path of the route entry
- created_
time str - Creation time of the route entry
- id str
- The provider-assigned unique ID for this managed resource.
- status str
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit_
router_ strroute_ entry_ id - ID of the TR route entry
- transit_
router_ strroute_ entry_ next_ hop_ resource_ id - Next hop network instance ID of the route entry
- transit_
router_ strroute_ entry_ next_ hop_ resource_ type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit_
router_ strroute_ entry_ type - Type of the route entry. Static: Static route. Propagated: Learned route
- updated_
time str - Last updated time of the route entry
- as
Paths List<String> - AS path of the route entry
- created
Time String - Creation time of the route entry
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit
Router StringRoute Entry Id - ID of the TR route entry
- transit
Router StringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- transit
Router StringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit
Router StringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- updated
Time String - Last updated time of the route entry
Look up Existing TransitRouterRouteEntry Resource
Get an existing TransitRouterRouteEntry resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TransitRouterRouteEntryState, opts?: CustomResourceOptions): TransitRouterRouteEntry@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
as_paths: Optional[Sequence[str]] = None,
created_time: Optional[str] = None,
description: Optional[str] = None,
destination_cidr_block: Optional[str] = None,
status: Optional[str] = None,
transit_router_route_entry_id: Optional[str] = None,
transit_router_route_entry_name: Optional[str] = None,
transit_router_route_entry_next_hop_id: Optional[str] = None,
transit_router_route_entry_next_hop_resource_id: Optional[str] = None,
transit_router_route_entry_next_hop_resource_type: Optional[str] = None,
transit_router_route_entry_next_hop_type: Optional[str] = None,
transit_router_route_entry_type: Optional[str] = None,
transit_router_route_table_id: Optional[str] = None,
updated_time: Optional[str] = None) -> TransitRouterRouteEntryfunc GetTransitRouterRouteEntry(ctx *Context, name string, id IDInput, state *TransitRouterRouteEntryState, opts ...ResourceOption) (*TransitRouterRouteEntry, error)public static TransitRouterRouteEntry Get(string name, Input<string> id, TransitRouterRouteEntryState? state, CustomResourceOptions? opts = null)public static TransitRouterRouteEntry get(String name, Output<String> id, TransitRouterRouteEntryState state, CustomResourceOptions options)resources: _: type: volcenginecc:transitrouter:TransitRouterRouteEntry get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- As
Paths List<string> - AS path of the route entry
- Created
Time string - Creation time of the route entry
- Description string
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- Destination
Cidr stringBlock - Destination CIDR block of the route entry
- Status string
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- Transit
Router stringRoute Entry Id - ID of the TR route entry
- Transit
Router stringRoute Entry Name - Name of the route entry
- Transit
Router stringRoute Entry Next Hop Id - Next hop ID of the route entry
- Transit
Router stringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- Transit
Router stringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- Transit
Router stringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- Transit
Router stringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- Transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance
- Updated
Time string - Last updated time of the route entry
- As
Paths []string - AS path of the route entry
- Created
Time string - Creation time of the route entry
- Description string
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- Destination
Cidr stringBlock - Destination CIDR block of the route entry
- Status string
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- Transit
Router stringRoute Entry Id - ID of the TR route entry
- Transit
Router stringRoute Entry Name - Name of the route entry
- Transit
Router stringRoute Entry Next Hop Id - Next hop ID of the route entry
- Transit
Router stringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- Transit
Router stringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- Transit
Router stringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- Transit
Router stringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- Transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance
- Updated
Time string - Last updated time of the route entry
- as
Paths List<String> - AS path of the route entry
- created
Time String - Creation time of the route entry
- description String
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- destination
Cidr StringBlock - Destination CIDR block of the route entry
- status String
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit
Router StringRoute Entry Id - ID of the TR route entry
- transit
Router StringRoute Entry Name - Name of the route entry
- transit
Router StringRoute Entry Next Hop Id - Next hop ID of the route entry
- transit
Router StringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- transit
Router StringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit
Router StringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit
Router StringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- transit
Router StringRoute Table Id - ID of the route table associated with the transit router instance
- updated
Time String - Last updated time of the route entry
- as
Paths string[] - AS path of the route entry
- created
Time string - Creation time of the route entry
- description string
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- destination
Cidr stringBlock - Destination CIDR block of the route entry
- status string
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit
Router stringRoute Entry Id - ID of the TR route entry
- transit
Router stringRoute Entry Name - Name of the route entry
- transit
Router stringRoute Entry Next Hop Id - Next hop ID of the route entry
- transit
Router stringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- transit
Router stringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit
Router stringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit
Router stringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance
- updated
Time string - Last updated time of the route entry
- as_
paths Sequence[str] - AS path of the route entry
- created_
time str - Creation time of the route entry
- description str
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- destination_
cidr_ strblock - Destination CIDR block of the route entry
- status str
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit_
router_ strroute_ entry_ id - ID of the TR route entry
- transit_
router_ strroute_ entry_ name - Name of the route entry
- transit_
router_ strroute_ entry_ next_ hop_ id - Next hop ID of the route entry
- transit_
router_ strroute_ entry_ next_ hop_ resource_ id - Next hop network instance ID of the route entry
- transit_
router_ strroute_ entry_ next_ hop_ resource_ type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit_
router_ strroute_ entry_ next_ hop_ type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit_
router_ strroute_ entry_ type - Type of the route entry. Static: Static route. Propagated: Learned route
- transit_
router_ strroute_ table_ id - ID of the route table associated with the transit router instance
- updated_
time str - Last updated time of the route entry
- as
Paths List<String> - AS path of the route entry
- created
Time String - Creation time of the route entry
- description String
- Description of the TR route table entry. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length must be between 0 and 255 characters. If this parameter is not provided or no value is specified, the default is an empty string
- destination
Cidr StringBlock - Destination CIDR block of the route entry
- status String
- Status of the route entry. Available: Available. Creating: Creating. Pending: Configuring. Deleting: Deleting. Conflicted: Inactive
- transit
Router StringRoute Entry Id - ID of the TR route entry
- transit
Router StringRoute Entry Name - Name of the route entry
- transit
Router StringRoute Entry Next Hop Id - Next hop ID of the route entry
- transit
Router StringRoute Entry Next Hop Resource Id - Next hop network instance ID of the route entry
- transit
Router StringRoute Entry Next Hop Resource Type - Type of the next hop network instance for the route entry. VPC: Virtual Private Cloud. VPN: VPN connection. DirectConnectGateway: Direct Connect Gateway. TransitRouter: Transit Router
- transit
Router StringRoute Entry Next Hop Type - Next hop type of the route entry. Valid values: Attachment: Network instance. Traffic matching this route entry will be forwarded to the specified network instance. BlackHole: Black hole. Traffic matching this route entry will be dropped
- transit
Router StringRoute Entry Type - Type of the route entry. Static: Static route. Propagated: Learned route
- transit
Router StringRoute Table Id - ID of the route table associated with the transit router instance
- updated
Time String - Last updated time of the route entry
Import
$ pulumi import volcenginecc:transitrouter/transitRouterRouteEntry:TransitRouterRouteEntry example "transit_router_route_table_id|transit_router_route_entry_id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
published on Thursday, Apr 23, 2026 by Volcengine
