1. Packages
  2. Volcengine
  3. API Docs
  4. transit_router
  5. RouteTablePropagations
Volcengine v0.0.24 published on Tuesday, Jun 25, 2024 by Volcengine

volcengine.transit_router.RouteTablePropagations

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.24 published on Tuesday, Jun 25, 2024 by Volcengine

    Use this data source to query detailed information of transit router route table propagations

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var @default = Volcengine.Transit_router.RouteTablePropagations.Invoke(new()
        {
            TransitRouterAttachmentId = "tr-attach-im73ng3n5kao8gbssz2ddpuq",
            TransitRouterRouteTableId = "tr-rtb-12b7qd3fmzf2817q7y2jkbd55",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/transit_router"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := transit_router.RouteTablePropagations(ctx, &transit_router.RouteTablePropagationsArgs{
    			TransitRouterAttachmentId: pulumi.StringRef("tr-attach-im73ng3n5kao8gbssz2ddpuq"),
    			TransitRouterRouteTableId: "tr-rtb-12b7qd3fmzf2817q7y2jkbd55",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.transit_router.Transit_routerFunctions;
    import com.pulumi.volcengine.transit_router.inputs.RouteTablePropagationsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var default = Transit_routerFunctions.RouteTablePropagations(RouteTablePropagationsArgs.builder()
                .transitRouterAttachmentId("tr-attach-im73ng3n5kao8gbssz2ddpuq")
                .transitRouterRouteTableId("tr-rtb-12b7qd3fmzf2817q7y2jkbd55")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    default = volcengine.transit_router.route_table_propagations(transit_router_attachment_id="tr-attach-im73ng3n5kao8gbssz2ddpuq",
        transit_router_route_table_id="tr-rtb-12b7qd3fmzf2817q7y2jkbd55")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const default = volcengine.transit_router.RouteTablePropagations({
        transitRouterAttachmentId: "tr-attach-im73ng3n5kao8gbssz2ddpuq",
        transitRouterRouteTableId: "tr-rtb-12b7qd3fmzf2817q7y2jkbd55",
    });
    
    variables:
      default:
        fn::invoke:
          Function: volcengine:transit_router:RouteTablePropagations
          Arguments:
            transitRouterAttachmentId: tr-attach-im73ng3n5kao8gbssz2ddpuq
            transitRouterRouteTableId: tr-rtb-12b7qd3fmzf2817q7y2jkbd55
    

    Using RouteTablePropagations

    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 routeTablePropagations(args: RouteTablePropagationsArgs, opts?: InvokeOptions): Promise<RouteTablePropagationsResult>
    function routeTablePropagationsOutput(args: RouteTablePropagationsOutputArgs, opts?: InvokeOptions): Output<RouteTablePropagationsResult>
    def route_table_propagations(output_file: Optional[str] = None,
                                 transit_router_attachment_id: Optional[str] = None,
                                 transit_router_route_table_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> RouteTablePropagationsResult
    def route_table_propagations_output(output_file: Optional[pulumi.Input[str]] = None,
                                 transit_router_attachment_id: Optional[pulumi.Input[str]] = None,
                                 transit_router_route_table_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[RouteTablePropagationsResult]
    func RouteTablePropagations(ctx *Context, args *RouteTablePropagationsArgs, opts ...InvokeOption) (*RouteTablePropagationsResult, error)
    func RouteTablePropagationsOutput(ctx *Context, args *RouteTablePropagationsOutputArgs, opts ...InvokeOption) RouteTablePropagationsResultOutput
    public static class RouteTablePropagations 
    {
        public static Task<RouteTablePropagationsResult> InvokeAsync(RouteTablePropagationsArgs args, InvokeOptions? opts = null)
        public static Output<RouteTablePropagationsResult> Invoke(RouteTablePropagationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<RouteTablePropagationsResult> routeTablePropagations(RouteTablePropagationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: volcengine:transit_router:RouteTablePropagations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TransitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    OutputFile string
    File name where to save data source results.
    TransitRouterAttachmentId string
    The ID of the network instance connection.
    TransitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    OutputFile string
    File name where to save data source results.
    TransitRouterAttachmentId string
    The ID of the network instance connection.
    transitRouterRouteTableId String
    The ID of the routing table associated with the transit router instance.
    outputFile String
    File name where to save data source results.
    transitRouterAttachmentId String
    The ID of the network instance connection.
    transitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    outputFile string
    File name where to save data source results.
    transitRouterAttachmentId string
    The ID of the network instance connection.
    transit_router_route_table_id str
    The ID of the routing table associated with the transit router instance.
    output_file str
    File name where to save data source results.
    transit_router_attachment_id str
    The ID of the network instance connection.
    transitRouterRouteTableId String
    The ID of the routing table associated with the transit router instance.
    outputFile String
    File name where to save data source results.
    transitRouterAttachmentId String
    The ID of the network instance connection.

    RouteTablePropagations Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Propagations List<RouteTablePropagationsPropagation>
    The list of route table propagations.
    TotalCount int
    The total count of data query.
    TransitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    OutputFile string
    TransitRouterAttachmentId string
    The ID of the network instance connection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Propagations []RouteTablePropagationsPropagation
    The list of route table propagations.
    TotalCount int
    The total count of data query.
    TransitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    OutputFile string
    TransitRouterAttachmentId string
    The ID of the network instance connection.
    id String
    The provider-assigned unique ID for this managed resource.
    propagations List<RouteTablePropagationsPropagation>
    The list of route table propagations.
    totalCount Integer
    The total count of data query.
    transitRouterRouteTableId String
    The ID of the routing table associated with the transit router instance.
    outputFile String
    transitRouterAttachmentId String
    The ID of the network instance connection.
    id string
    The provider-assigned unique ID for this managed resource.
    propagations RouteTablePropagationsPropagation[]
    The list of route table propagations.
    totalCount number
    The total count of data query.
    transitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    outputFile string
    transitRouterAttachmentId string
    The ID of the network instance connection.
    id str
    The provider-assigned unique ID for this managed resource.
    propagations Sequence[RouteTablePropagationsPropagation]
    The list of route table propagations.
    total_count int
    The total count of data query.
    transit_router_route_table_id str
    The ID of the routing table associated with the transit router instance.
    output_file str
    transit_router_attachment_id str
    The ID of the network instance connection.
    id String
    The provider-assigned unique ID for this managed resource.
    propagations List<Property Map>
    The list of route table propagations.
    totalCount Number
    The total count of data query.
    transitRouterRouteTableId String
    The ID of the routing table associated with the transit router instance.
    outputFile String
    transitRouterAttachmentId String
    The ID of the network instance connection.

    Supporting Types

    RouteTablePropagationsPropagation

    CreationTime string
    The creation time of the route table propagation.
    Status string
    The status of the route table.
    TransitRouterAttachmentId string
    The ID of the network instance connection.
    TransitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    CreationTime string
    The creation time of the route table propagation.
    Status string
    The status of the route table.
    TransitRouterAttachmentId string
    The ID of the network instance connection.
    TransitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    creationTime String
    The creation time of the route table propagation.
    status String
    The status of the route table.
    transitRouterAttachmentId String
    The ID of the network instance connection.
    transitRouterRouteTableId String
    The ID of the routing table associated with the transit router instance.
    creationTime string
    The creation time of the route table propagation.
    status string
    The status of the route table.
    transitRouterAttachmentId string
    The ID of the network instance connection.
    transitRouterRouteTableId string
    The ID of the routing table associated with the transit router instance.
    creation_time str
    The creation time of the route table propagation.
    status str
    The status of the route table.
    transit_router_attachment_id str
    The ID of the network instance connection.
    transit_router_route_table_id str
    The ID of the routing table associated with the transit router instance.
    creationTime String
    The creation time of the route table propagation.
    status String
    The status of the route table.
    transitRouterAttachmentId String
    The ID of the network instance connection.
    transitRouterRouteTableId String
    The ID of the routing table associated with the transit router instance.

    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.24 published on Tuesday, Jun 25, 2024 by Volcengine