1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. cen
  6. getRouteEntry
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::CEN::RouteEntry

    Using getRouteEntry

    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 getRouteEntry(args: GetRouteEntryArgs, opts?: InvokeOptions): Promise<GetRouteEntryResult>
    function getRouteEntryOutput(args: GetRouteEntryOutputArgs, opts?: InvokeOptions): Output<GetRouteEntryResult>
    def get_route_entry(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetRouteEntryResult
    def get_route_entry_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetRouteEntryResult]
    func LookupRouteEntry(ctx *Context, args *LookupRouteEntryArgs, opts ...InvokeOption) (*LookupRouteEntryResult, error)
    func LookupRouteEntryOutput(ctx *Context, args *LookupRouteEntryOutputArgs, opts ...InvokeOption) LookupRouteEntryResultOutput

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

    public static class GetRouteEntry 
    {
        public static Task<GetRouteEntryResult> InvokeAsync(GetRouteEntryArgs args, InvokeOptions? opts = null)
        public static Output<GetRouteEntryResult> Invoke(GetRouteEntryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteEntryResult> getRouteEntry(GetRouteEntryArgs args, InvokeOptions options)
    public static Output<GetRouteEntryResult> getRouteEntry(GetRouteEntryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:cen/getRouteEntry:getRouteEntry
      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.

    getRouteEntry Result

    The following output properties are available:

    AsPaths List<string>
    AS path
    CenId string
    Cloud enterprise network instance ID
    DestinationCidrBlock string
    Destination CIDR of the route entry
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Network instance ID
    InstanceRegionId string
    Region ID of the network instance
    InstanceType string
    Network instance type
    PublishStatus string
    Publish status of the route entry
    Status string
    Effective status of the route entry
    Type string
    Route entry type
    AsPaths []string
    AS path
    CenId string
    Cloud enterprise network instance ID
    DestinationCidrBlock string
    Destination CIDR of the route entry
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Network instance ID
    InstanceRegionId string
    Region ID of the network instance
    InstanceType string
    Network instance type
    PublishStatus string
    Publish status of the route entry
    Status string
    Effective status of the route entry
    Type string
    Route entry type
    asPaths List<String>
    AS path
    cenId String
    Cloud enterprise network instance ID
    destinationCidrBlock String
    Destination CIDR of the route entry
    id String
    Uniquely identifies the resource.
    instanceId String
    Network instance ID
    instanceRegionId String
    Region ID of the network instance
    instanceType String
    Network instance type
    publishStatus String
    Publish status of the route entry
    status String
    Effective status of the route entry
    type String
    Route entry type
    asPaths string[]
    AS path
    cenId string
    Cloud enterprise network instance ID
    destinationCidrBlock string
    Destination CIDR of the route entry
    id string
    Uniquely identifies the resource.
    instanceId string
    Network instance ID
    instanceRegionId string
    Region ID of the network instance
    instanceType string
    Network instance type
    publishStatus string
    Publish status of the route entry
    status string
    Effective status of the route entry
    type string
    Route entry type
    as_paths Sequence[str]
    AS path
    cen_id str
    Cloud enterprise network instance ID
    destination_cidr_block str
    Destination CIDR of the route entry
    id str
    Uniquely identifies the resource.
    instance_id str
    Network instance ID
    instance_region_id str
    Region ID of the network instance
    instance_type str
    Network instance type
    publish_status str
    Publish status of the route entry
    status str
    Effective status of the route entry
    type str
    Route entry type
    asPaths List<String>
    AS path
    cenId String
    Cloud enterprise network instance ID
    destinationCidrBlock String
    Destination CIDR of the route entry
    id String
    Uniquely identifies the resource.
    instanceId String
    Network instance ID
    instanceRegionId String
    Region ID of the network instance
    instanceType String
    Network instance type
    publishStatus String
    Publish status of the route entry
    status String
    Effective status of the route entry
    type String
    Route entry type

    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.