1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vpc
  6. getRouteTable
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::VPC::RouteTable

    Using getRouteTable

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRouteTable(args: GetRouteTableArgs, opts?: InvokeOptions): Promise<GetRouteTableResult>
    function getRouteTableOutput(args: GetRouteTableOutputArgs, opts?: InvokeOptions): Output<GetRouteTableResult>
    def get_route_table(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetRouteTableResult
    def get_route_table_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetRouteTableResult]
    func LookupRouteTable(ctx *Context, args *LookupRouteTableArgs, opts ...InvokeOption) (*LookupRouteTableResult, error)
    func LookupRouteTableOutput(ctx *Context, args *LookupRouteTableOutputArgs, opts ...InvokeOption) LookupRouteTableResultOutput

    > Note: This function is named LookupRouteTable in the Go SDK.

    public static class GetRouteTable 
    {
        public static Task<GetRouteTableResult> InvokeAsync(GetRouteTableArgs args, InvokeOptions? opts = null)
        public static Output<GetRouteTableResult> Invoke(GetRouteTableInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteTableResult> getRouteTable(GetRouteTableArgs args, InvokeOptions options)
    public static Output<GetRouteTableResult> getRouteTable(GetRouteTableArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:vpc/getRouteTable:getRouteTable
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getRouteTable Result

    The following output properties are available:

    AccountId string
    Account ID owning the route table
    AssociateType string
    Association type for route table creation input. 1. Subnet: Subnet association 2. Gateway: Gateway association
    CreatedTime string
    Route Table Creation Time
    CustomRouteEntries List<Volcengine.GetRouteTableCustomRouteEntry>
    List of custom route entries associated with the route table
    Description string
    Route Table Description
    Id string
    Uniquely identifies the resource.
    Ipv4GatewayId string
    IPv4 Gateway ID associated with the route table
    Ipv6GatewayId string
    IPv6 Gateway ID associated with the route table
    ProjectName string
    Name of the project owning the route table
    RouteTableId string
    Route Table ID
    RouteTableName string
    Route Table Name
    RouteTableType string
    Route table type. 1. Custom: Custom route table 2. System: System route table
    SubnetIds List<string>
    List of associated subnet IDs
    SystemRouteEntries List<Volcengine.GetRouteTableSystemRouteEntry>
    List of system default route entries associated with the route table
    Tags List<Volcengine.GetRouteTableTag>
    Tag List
    UpdatedTime string
    Route Table Last Updated Time
    VpcId string
    ID of the VPC owning the route table
    VpcName string
    VPC Name
    AccountId string
    Account ID owning the route table
    AssociateType string
    Association type for route table creation input. 1. Subnet: Subnet association 2. Gateway: Gateway association
    CreatedTime string
    Route Table Creation Time
    CustomRouteEntries []GetRouteTableCustomRouteEntry
    List of custom route entries associated with the route table
    Description string
    Route Table Description
    Id string
    Uniquely identifies the resource.
    Ipv4GatewayId string
    IPv4 Gateway ID associated with the route table
    Ipv6GatewayId string
    IPv6 Gateway ID associated with the route table
    ProjectName string
    Name of the project owning the route table
    RouteTableId string
    Route Table ID
    RouteTableName string
    Route Table Name
    RouteTableType string
    Route table type. 1. Custom: Custom route table 2. System: System route table
    SubnetIds []string
    List of associated subnet IDs
    SystemRouteEntries []GetRouteTableSystemRouteEntry
    List of system default route entries associated with the route table
    Tags []GetRouteTableTag
    Tag List
    UpdatedTime string
    Route Table Last Updated Time
    VpcId string
    ID of the VPC owning the route table
    VpcName string
    VPC Name
    accountId String
    Account ID owning the route table
    associateType String
    Association type for route table creation input. 1. Subnet: Subnet association 2. Gateway: Gateway association
    createdTime String
    Route Table Creation Time
    customRouteEntries List<GetRouteTableCustomRouteEntry>
    List of custom route entries associated with the route table
    description String
    Route Table Description
    id String
    Uniquely identifies the resource.
    ipv4GatewayId String
    IPv4 Gateway ID associated with the route table
    ipv6GatewayId String
    IPv6 Gateway ID associated with the route table
    projectName String
    Name of the project owning the route table
    routeTableId String
    Route Table ID
    routeTableName String
    Route Table Name
    routeTableType String
    Route table type. 1. Custom: Custom route table 2. System: System route table
    subnetIds List<String>
    List of associated subnet IDs
    systemRouteEntries List<GetRouteTableSystemRouteEntry>
    List of system default route entries associated with the route table
    tags List<GetRouteTableTag>
    Tag List
    updatedTime String
    Route Table Last Updated Time
    vpcId String
    ID of the VPC owning the route table
    vpcName String
    VPC Name
    accountId string
    Account ID owning the route table
    associateType string
    Association type for route table creation input. 1. Subnet: Subnet association 2. Gateway: Gateway association
    createdTime string
    Route Table Creation Time
    customRouteEntries GetRouteTableCustomRouteEntry[]
    List of custom route entries associated with the route table
    description string
    Route Table Description
    id string
    Uniquely identifies the resource.
    ipv4GatewayId string
    IPv4 Gateway ID associated with the route table
    ipv6GatewayId string
    IPv6 Gateway ID associated with the route table
    projectName string
    Name of the project owning the route table
    routeTableId string
    Route Table ID
    routeTableName string
    Route Table Name
    routeTableType string
    Route table type. 1. Custom: Custom route table 2. System: System route table
    subnetIds string[]
    List of associated subnet IDs
    systemRouteEntries GetRouteTableSystemRouteEntry[]
    List of system default route entries associated with the route table
    tags GetRouteTableTag[]
    Tag List
    updatedTime string
    Route Table Last Updated Time
    vpcId string
    ID of the VPC owning the route table
    vpcName string
    VPC Name
    account_id str
    Account ID owning the route table
    associate_type str
    Association type for route table creation input. 1. Subnet: Subnet association 2. Gateway: Gateway association
    created_time str
    Route Table Creation Time
    custom_route_entries Sequence[GetRouteTableCustomRouteEntry]
    List of custom route entries associated with the route table
    description str
    Route Table Description
    id str
    Uniquely identifies the resource.
    ipv4_gateway_id str
    IPv4 Gateway ID associated with the route table
    ipv6_gateway_id str
    IPv6 Gateway ID associated with the route table
    project_name str
    Name of the project owning the route table
    route_table_id str
    Route Table ID
    route_table_name str
    Route Table Name
    route_table_type str
    Route table type. 1. Custom: Custom route table 2. System: System route table
    subnet_ids Sequence[str]
    List of associated subnet IDs
    system_route_entries Sequence[GetRouteTableSystemRouteEntry]
    List of system default route entries associated with the route table
    tags Sequence[GetRouteTableTag]
    Tag List
    updated_time str
    Route Table Last Updated Time
    vpc_id str
    ID of the VPC owning the route table
    vpc_name str
    VPC Name
    accountId String
    Account ID owning the route table
    associateType String
    Association type for route table creation input. 1. Subnet: Subnet association 2. Gateway: Gateway association
    createdTime String
    Route Table Creation Time
    customRouteEntries List<Property Map>
    List of custom route entries associated with the route table
    description String
    Route Table Description
    id String
    Uniquely identifies the resource.
    ipv4GatewayId String
    IPv4 Gateway ID associated with the route table
    ipv6GatewayId String
    IPv6 Gateway ID associated with the route table
    projectName String
    Name of the project owning the route table
    routeTableId String
    Route Table ID
    routeTableName String
    Route Table Name
    routeTableType String
    Route table type. 1. Custom: Custom route table 2. System: System route table
    subnetIds List<String>
    List of associated subnet IDs
    systemRouteEntries List<Property Map>
    List of system default route entries associated with the route table
    tags List<Property Map>
    Tag List
    updatedTime String
    Route Table Last Updated Time
    vpcId String
    ID of the VPC owning the route table
    vpcName String
    VPC Name

    Supporting Types

    GetRouteTableCustomRouteEntry

    Description string
    Route Entry Description
    DestinationCidrBlock string
    Destination CIDR of the route entry
    DestinationPrefixListId string
    Prefix List ID
    NextHopId string
    Next Hop Resource ID
    NextHopName string
    Name of the next hop resource for the route entry
    NextHopType string
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    PrefixListCidrBlocks List<string>
    Prefix List CIDR
    RouteEntryId string
    Route Entry ID
    RouteEntryName string
    Route Entry Name
    RouteTableId string
    Route Table ID
    Status string
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    Type string
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    VpcId string
    ID of the private network to which the route entry belongs
    Description string
    Route Entry Description
    DestinationCidrBlock string
    Destination CIDR of the route entry
    DestinationPrefixListId string
    Prefix List ID
    NextHopId string
    Next Hop Resource ID
    NextHopName string
    Name of the next hop resource for the route entry
    NextHopType string
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    PrefixListCidrBlocks []string
    Prefix List CIDR
    RouteEntryId string
    Route Entry ID
    RouteEntryName string
    Route Entry Name
    RouteTableId string
    Route Table ID
    Status string
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    Type string
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    VpcId string
    ID of the private network to which the route entry belongs
    description String
    Route Entry Description
    destinationCidrBlock String
    Destination CIDR of the route entry
    destinationPrefixListId String
    Prefix List ID
    nextHopId String
    Next Hop Resource ID
    nextHopName String
    Name of the next hop resource for the route entry
    nextHopType String
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefixListCidrBlocks List<String>
    Prefix List CIDR
    routeEntryId String
    Route Entry ID
    routeEntryName String
    Route Entry Name
    routeTableId String
    Route Table ID
    status String
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type String
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpcId String
    ID of the private network to which the route entry belongs
    description string
    Route Entry Description
    destinationCidrBlock string
    Destination CIDR of the route entry
    destinationPrefixListId string
    Prefix List ID
    nextHopId string
    Next Hop Resource ID
    nextHopName string
    Name of the next hop resource for the route entry
    nextHopType string
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefixListCidrBlocks string[]
    Prefix List CIDR
    routeEntryId string
    Route Entry ID
    routeEntryName string
    Route Entry Name
    routeTableId string
    Route Table ID
    status string
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type string
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpcId string
    ID of the private network to which the route entry belongs
    description str
    Route Entry Description
    destination_cidr_block str
    Destination CIDR of the route entry
    destination_prefix_list_id str
    Prefix List ID
    next_hop_id str
    Next Hop Resource ID
    next_hop_name str
    Name of the next hop resource for the route entry
    next_hop_type str
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefix_list_cidr_blocks Sequence[str]
    Prefix List CIDR
    route_entry_id str
    Route Entry ID
    route_entry_name str
    Route Entry Name
    route_table_id str
    Route Table ID
    status str
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type str
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpc_id str
    ID of the private network to which the route entry belongs
    description String
    Route Entry Description
    destinationCidrBlock String
    Destination CIDR of the route entry
    destinationPrefixListId String
    Prefix List ID
    nextHopId String
    Next Hop Resource ID
    nextHopName String
    Name of the next hop resource for the route entry
    nextHopType String
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefixListCidrBlocks List<String>
    Prefix List CIDR
    routeEntryId String
    Route Entry ID
    routeEntryName String
    Route Entry Name
    routeTableId String
    Route Table ID
    status String
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type String
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpcId String
    ID of the private network to which the route entry belongs

    GetRouteTableSystemRouteEntry

    Description string
    Route Entry Description
    DestinationCidrBlock string
    Destination CIDR of the route entry
    DestinationPrefixListId string
    Prefix List ID
    NextHopId string
    Next Hop Resource ID
    NextHopName string
    Name of the next hop resource for the route entry
    NextHopType string
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    PrefixListCidrBlocks List<string>
    Prefix List CIDR
    RouteEntryId string
    Route Entry ID
    RouteEntryName string
    Route Entry Name
    RouteTableId string
    Route Table ID
    Status string
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    Type string
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    VpcId string
    ID of the private network to which the route entry belongs
    Description string
    Route Entry Description
    DestinationCidrBlock string
    Destination CIDR of the route entry
    DestinationPrefixListId string
    Prefix List ID
    NextHopId string
    Next Hop Resource ID
    NextHopName string
    Name of the next hop resource for the route entry
    NextHopType string
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    PrefixListCidrBlocks []string
    Prefix List CIDR
    RouteEntryId string
    Route Entry ID
    RouteEntryName string
    Route Entry Name
    RouteTableId string
    Route Table ID
    Status string
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    Type string
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    VpcId string
    ID of the private network to which the route entry belongs
    description String
    Route Entry Description
    destinationCidrBlock String
    Destination CIDR of the route entry
    destinationPrefixListId String
    Prefix List ID
    nextHopId String
    Next Hop Resource ID
    nextHopName String
    Name of the next hop resource for the route entry
    nextHopType String
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefixListCidrBlocks List<String>
    Prefix List CIDR
    routeEntryId String
    Route Entry ID
    routeEntryName String
    Route Entry Name
    routeTableId String
    Route Table ID
    status String
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type String
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpcId String
    ID of the private network to which the route entry belongs
    description string
    Route Entry Description
    destinationCidrBlock string
    Destination CIDR of the route entry
    destinationPrefixListId string
    Prefix List ID
    nextHopId string
    Next Hop Resource ID
    nextHopName string
    Name of the next hop resource for the route entry
    nextHopType string
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefixListCidrBlocks string[]
    Prefix List CIDR
    routeEntryId string
    Route Entry ID
    routeEntryName string
    Route Entry Name
    routeTableId string
    Route Table ID
    status string
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type string
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpcId string
    ID of the private network to which the route entry belongs
    description str
    Route Entry Description
    destination_cidr_block str
    Destination CIDR of the route entry
    destination_prefix_list_id str
    Prefix List ID
    next_hop_id str
    Next Hop Resource ID
    next_hop_name str
    Name of the next hop resource for the route entry
    next_hop_type str
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefix_list_cidr_blocks Sequence[str]
    Prefix List CIDR
    route_entry_id str
    Route Entry ID
    route_entry_name str
    Route Entry Name
    route_table_id str
    Route Table ID
    status str
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type str
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpc_id str
    ID of the private network to which the route entry belongs
    description String
    Route Entry Description
    destinationCidrBlock String
    Destination CIDR of the route entry
    destinationPrefixListId String
    Prefix List ID
    nextHopId String
    Next Hop Resource ID
    nextHopName String
    Name of the next hop resource for the route entry
    nextHopType String
    Next hop type for custom route entry. 1. Instance: ECS instance 2. HaVip: High availability virtual IP 3. NetworkInterface: Secondary network interface 4. NatGW: NAT gateway 5. VpnGW: VPN gateway 6. TransitRouter: Transit router 7. IPv6GW: IPv6 gateway 8. CloudConnector: Cloud connector 9. GWLBEndpoint: Gateway load balancer endpoint
    prefixListCidrBlocks List<String>
    Prefix List CIDR
    routeEntryId String
    Route Entry ID
    routeEntryName String
    Route Entry Name
    routeTableId String
    Route Table ID
    status String
    Route entry status. 1. Pending: Pending creation 2. Available: Available
    type String
    Route entry type. 1. Custom: Custom route entry 2. System: System default route entry
    vpcId String
    ID of the private network to which the route entry belongs

    GetRouteTableTag

    Key string
    User tag key
    Value string
    User tag value
    Key string
    User tag key
    Value string
    User tag value
    key String
    User tag key
    value String
    User tag value
    key string
    User tag key
    value string
    User tag value
    key str
    User tag key
    value str
    User tag value
    key String
    User tag key
    value String
    User tag value

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.