1. Packages
  2. Volcengine
  3. API Docs
  4. cen
  5. getRouteEntries
Volcengine v0.0.31 published on Monday, May 12, 2025 by Volcengine

volcengine.cen.getRouteEntries

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.31 published on Monday, May 12, 2025 by Volcengine

    Use this data source to query detailed information of cen route entries

    Using getRouteEntries

    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 getRouteEntries(args: GetRouteEntriesArgs, opts?: InvokeOptions): Promise<GetRouteEntriesResult>
    function getRouteEntriesOutput(args: GetRouteEntriesOutputArgs, opts?: InvokeOptions): Output<GetRouteEntriesResult>
    def get_route_entries(cen_id: Optional[str] = None,
                          destination_cidr_block: Optional[str] = None,
                          instance_id: Optional[str] = None,
                          instance_region_id: Optional[str] = None,
                          instance_type: Optional[str] = None,
                          output_file: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetRouteEntriesResult
    def get_route_entries_output(cen_id: Optional[pulumi.Input[str]] = None,
                          destination_cidr_block: Optional[pulumi.Input[str]] = None,
                          instance_id: Optional[pulumi.Input[str]] = None,
                          instance_region_id: Optional[pulumi.Input[str]] = None,
                          instance_type: Optional[pulumi.Input[str]] = None,
                          output_file: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetRouteEntriesResult]
    func GetRouteEntries(ctx *Context, args *GetRouteEntriesArgs, opts ...InvokeOption) (*GetRouteEntriesResult, error)
    func GetRouteEntriesOutput(ctx *Context, args *GetRouteEntriesOutputArgs, opts ...InvokeOption) GetRouteEntriesResultOutput

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

    public static class GetRouteEntries 
    {
        public static Task<GetRouteEntriesResult> InvokeAsync(GetRouteEntriesArgs args, InvokeOptions? opts = null)
        public static Output<GetRouteEntriesResult> Invoke(GetRouteEntriesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteEntriesResult> getRouteEntries(GetRouteEntriesArgs args, InvokeOptions options)
    public static Output<GetRouteEntriesResult> getRouteEntries(GetRouteEntriesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:cen/getRouteEntries:getRouteEntries
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CenId string
    A cen ID.
    DestinationCidrBlock string
    A destination cidr block.
    InstanceId string
    An instance ID.
    InstanceRegionId string
    An instance region ID.
    InstanceType string
    An instance type.
    OutputFile string
    File name where to save data source results.
    CenId string
    A cen ID.
    DestinationCidrBlock string
    A destination cidr block.
    InstanceId string
    An instance ID.
    InstanceRegionId string
    An instance region ID.
    InstanceType string
    An instance type.
    OutputFile string
    File name where to save data source results.
    cenId String
    A cen ID.
    destinationCidrBlock String
    A destination cidr block.
    instanceId String
    An instance ID.
    instanceRegionId String
    An instance region ID.
    instanceType String
    An instance type.
    outputFile String
    File name where to save data source results.
    cenId string
    A cen ID.
    destinationCidrBlock string
    A destination cidr block.
    instanceId string
    An instance ID.
    instanceRegionId string
    An instance region ID.
    instanceType string
    An instance type.
    outputFile string
    File name where to save data source results.
    cen_id str
    A cen ID.
    destination_cidr_block str
    A destination cidr block.
    instance_id str
    An instance ID.
    instance_region_id str
    An instance region ID.
    instance_type str
    An instance type.
    output_file str
    File name where to save data source results.
    cenId String
    A cen ID.
    destinationCidrBlock String
    A destination cidr block.
    instanceId String
    An instance ID.
    instanceRegionId String
    An instance region ID.
    instanceType String
    An instance type.
    outputFile String
    File name where to save data source results.

    getRouteEntries Result

    The following output properties are available:

    CenId string
    The cen ID of the cen route entry.
    CenRouteEntries List<GetRouteEntriesCenRouteEntry>
    The collection of cen route entry query.
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    The total count of cen route entry.
    DestinationCidrBlock string
    The destination cidr block of the cen route entry.
    InstanceId string
    The instance id of the next hop of the cen route entry.
    InstanceRegionId string
    The instance region id of the next hop of the cen route entry.
    InstanceType string
    The instance type of the next hop of the cen route entry.
    OutputFile string
    CenId string
    The cen ID of the cen route entry.
    CenRouteEntries []GetRouteEntriesCenRouteEntry
    The collection of cen route entry query.
    Id string
    The provider-assigned unique ID for this managed resource.
    TotalCount int
    The total count of cen route entry.
    DestinationCidrBlock string
    The destination cidr block of the cen route entry.
    InstanceId string
    The instance id of the next hop of the cen route entry.
    InstanceRegionId string
    The instance region id of the next hop of the cen route entry.
    InstanceType string
    The instance type of the next hop of the cen route entry.
    OutputFile string
    cenId String
    The cen ID of the cen route entry.
    cenRouteEntries List<GetRouteEntriesCenRouteEntry>
    The collection of cen route entry query.
    id String
    The provider-assigned unique ID for this managed resource.
    totalCount Integer
    The total count of cen route entry.
    destinationCidrBlock String
    The destination cidr block of the cen route entry.
    instanceId String
    The instance id of the next hop of the cen route entry.
    instanceRegionId String
    The instance region id of the next hop of the cen route entry.
    instanceType String
    The instance type of the next hop of the cen route entry.
    outputFile String
    cenId string
    The cen ID of the cen route entry.
    cenRouteEntries GetRouteEntriesCenRouteEntry[]
    The collection of cen route entry query.
    id string
    The provider-assigned unique ID for this managed resource.
    totalCount number
    The total count of cen route entry.
    destinationCidrBlock string
    The destination cidr block of the cen route entry.
    instanceId string
    The instance id of the next hop of the cen route entry.
    instanceRegionId string
    The instance region id of the next hop of the cen route entry.
    instanceType string
    The instance type of the next hop of the cen route entry.
    outputFile string
    cen_id str
    The cen ID of the cen route entry.
    cen_route_entries Sequence[GetRouteEntriesCenRouteEntry]
    The collection of cen route entry query.
    id str
    The provider-assigned unique ID for this managed resource.
    total_count int
    The total count of cen route entry.
    destination_cidr_block str
    The destination cidr block of the cen route entry.
    instance_id str
    The instance id of the next hop of the cen route entry.
    instance_region_id str
    The instance region id of the next hop of the cen route entry.
    instance_type str
    The instance type of the next hop of the cen route entry.
    output_file str
    cenId String
    The cen ID of the cen route entry.
    cenRouteEntries List<Property Map>
    The collection of cen route entry query.
    id String
    The provider-assigned unique ID for this managed resource.
    totalCount Number
    The total count of cen route entry.
    destinationCidrBlock String
    The destination cidr block of the cen route entry.
    instanceId String
    The instance id of the next hop of the cen route entry.
    instanceRegionId String
    The instance region id of the next hop of the cen route entry.
    instanceType String
    The instance type of the next hop of the cen route entry.
    outputFile String

    Supporting Types

    GetRouteEntriesCenRouteEntry

    AsPaths List<string>
    The AS path of the cen route entry.
    CenId string
    A cen ID.
    DestinationCidrBlock string
    A destination cidr block.
    InstanceId string
    An instance ID.
    InstanceRegionId string
    An instance region ID.
    InstanceType string
    An instance type.
    PublishStatus string
    The publish status of the cen route entry.
    Status string
    The status of the cen route entry.
    AsPaths []string
    The AS path of the cen route entry.
    CenId string
    A cen ID.
    DestinationCidrBlock string
    A destination cidr block.
    InstanceId string
    An instance ID.
    InstanceRegionId string
    An instance region ID.
    InstanceType string
    An instance type.
    PublishStatus string
    The publish status of the cen route entry.
    Status string
    The status of the cen route entry.
    asPaths List<String>
    The AS path of the cen route entry.
    cenId String
    A cen ID.
    destinationCidrBlock String
    A destination cidr block.
    instanceId String
    An instance ID.
    instanceRegionId String
    An instance region ID.
    instanceType String
    An instance type.
    publishStatus String
    The publish status of the cen route entry.
    status String
    The status of the cen route entry.
    asPaths string[]
    The AS path of the cen route entry.
    cenId string
    A cen ID.
    destinationCidrBlock string
    A destination cidr block.
    instanceId string
    An instance ID.
    instanceRegionId string
    An instance region ID.
    instanceType string
    An instance type.
    publishStatus string
    The publish status of the cen route entry.
    status string
    The status of the cen route entry.
    as_paths Sequence[str]
    The AS path of the cen route entry.
    cen_id str
    A cen ID.
    destination_cidr_block str
    A destination cidr block.
    instance_id str
    An instance ID.
    instance_region_id str
    An instance region ID.
    instance_type str
    An instance type.
    publish_status str
    The publish status of the cen route entry.
    status str
    The status of the cen route entry.
    asPaths List<String>
    The AS path of the cen route entry.
    cenId String
    A cen ID.
    destinationCidrBlock String
    A destination cidr block.
    instanceId String
    An instance ID.
    instanceRegionId String
    An instance region ID.
    instanceType String
    An instance type.
    publishStatus String
    The publish status of the cen route entry.
    status String
    The status of the cen route entry.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.31 published on Monday, May 12, 2025 by Volcengine