1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getVpcRouteTableV1
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getVpcRouteTableV1

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Using getVpcRouteTableV1

    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 getVpcRouteTableV1(args: GetVpcRouteTableV1Args, opts?: InvokeOptions): Promise<GetVpcRouteTableV1Result>
    function getVpcRouteTableV1Output(args: GetVpcRouteTableV1OutputArgs, opts?: InvokeOptions): Output<GetVpcRouteTableV1Result>
    def get_vpc_route_table_v1(id: Optional[str] = None,
                               name: Optional[str] = None,
                               vpc_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetVpcRouteTableV1Result
    def get_vpc_route_table_v1_output(id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               vpc_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetVpcRouteTableV1Result]
    func LookupVpcRouteTableV1(ctx *Context, args *LookupVpcRouteTableV1Args, opts ...InvokeOption) (*LookupVpcRouteTableV1Result, error)
    func LookupVpcRouteTableV1Output(ctx *Context, args *LookupVpcRouteTableV1OutputArgs, opts ...InvokeOption) LookupVpcRouteTableV1ResultOutput

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

    public static class GetVpcRouteTableV1 
    {
        public static Task<GetVpcRouteTableV1Result> InvokeAsync(GetVpcRouteTableV1Args args, InvokeOptions? opts = null)
        public static Output<GetVpcRouteTableV1Result> Invoke(GetVpcRouteTableV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcRouteTableV1Result> getVpcRouteTableV1(GetVpcRouteTableV1Args args, InvokeOptions options)
    public static Output<GetVpcRouteTableV1Result> getVpcRouteTableV1(GetVpcRouteTableV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getVpcRouteTableV1:getVpcRouteTableV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VpcId string
    Id string
    Name string
    VpcId string
    Id string
    Name string
    vpcId String
    id String
    name String
    vpcId string
    id string
    name string
    vpc_id str
    id str
    name str
    vpcId String
    id String
    name String

    getVpcRouteTableV1 Result

    The following output properties are available:

    Default bool
    Description string
    Id string
    Name string
    Region string
    Routes List<GetVpcRouteTableV1Route>
    Subnets List<string>
    VpcId string
    Default bool
    Description string
    Id string
    Name string
    Region string
    Routes []GetVpcRouteTableV1Route
    Subnets []string
    VpcId string
    default_ Boolean
    description String
    id String
    name String
    region String
    routes List<GetVpcRouteTableV1Route>
    subnets List<String>
    vpcId String
    default boolean
    description string
    id string
    name string
    region string
    routes GetVpcRouteTableV1Route[]
    subnets string[]
    vpcId string
    default Boolean
    description String
    id String
    name String
    region String
    routes List<Property Map>
    subnets List<String>
    vpcId String

    Supporting Types

    GetVpcRouteTableV1Route

    Description string
    Destination string
    Nexthop string
    Type string
    Description string
    Destination string
    Nexthop string
    Type string
    description String
    destination String
    nexthop String
    type String
    description string
    destination string
    nexthop string
    type string
    description String
    destination String
    nexthop String
    type String

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud