tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getNatDcRoute
Start a Neo task
Explain and create a tencentcloud.getNatDcRoute resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of vpc nat_dc_route
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const natDcRoute = tencentcloud.getNatDcRoute({
natGatewayId: "nat-gnxkey2e",
vpcId: "vpc-pyyv5k3v",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
nat_dc_route = tencentcloud.get_nat_dc_route(nat_gateway_id="nat-gnxkey2e",
vpc_id="vpc-pyyv5k3v")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetNatDcRoute(ctx, &tencentcloud.GetNatDcRouteArgs{
NatGatewayId: "nat-gnxkey2e",
VpcId: "vpc-pyyv5k3v",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var natDcRoute = Tencentcloud.GetNatDcRoute.Invoke(new()
{
NatGatewayId = "nat-gnxkey2e",
VpcId = "vpc-pyyv5k3v",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetNatDcRouteArgs;
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 natDcRoute = TencentcloudFunctions.getNatDcRoute(GetNatDcRouteArgs.builder()
.natGatewayId("nat-gnxkey2e")
.vpcId("vpc-pyyv5k3v")
.build());
}
}
variables:
natDcRoute:
fn::invoke:
function: tencentcloud:getNatDcRoute
arguments:
natGatewayId: nat-gnxkey2e
vpcId: vpc-pyyv5k3v
Using getNatDcRoute
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 getNatDcRoute(args: GetNatDcRouteArgs, opts?: InvokeOptions): Promise<GetNatDcRouteResult>
function getNatDcRouteOutput(args: GetNatDcRouteOutputArgs, opts?: InvokeOptions): Output<GetNatDcRouteResult>def get_nat_dc_route(id: Optional[str] = None,
nat_gateway_id: Optional[str] = None,
result_output_file: Optional[str] = None,
vpc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNatDcRouteResult
def get_nat_dc_route_output(id: Optional[pulumi.Input[str]] = None,
nat_gateway_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
vpc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNatDcRouteResult]func GetNatDcRoute(ctx *Context, args *GetNatDcRouteArgs, opts ...InvokeOption) (*GetNatDcRouteResult, error)
func GetNatDcRouteOutput(ctx *Context, args *GetNatDcRouteOutputArgs, opts ...InvokeOption) GetNatDcRouteResultOutput> Note: This function is named GetNatDcRoute in the Go SDK.
public static class GetNatDcRoute
{
public static Task<GetNatDcRouteResult> InvokeAsync(GetNatDcRouteArgs args, InvokeOptions? opts = null)
public static Output<GetNatDcRouteResult> Invoke(GetNatDcRouteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNatDcRouteResult> getNatDcRoute(GetNatDcRouteArgs args, InvokeOptions options)
public static Output<GetNatDcRouteResult> getNatDcRoute(GetNatDcRouteArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getNatDcRoute:getNatDcRoute
arguments:
# arguments dictionaryThe following arguments are supported:
- Nat
Gateway stringId - Unique identifier of Nat Gateway.
- Vpc
Id string - Unique identifier of Vpc.
- Id string
- Result
Output stringFile - Used to save results.
- Nat
Gateway stringId - Unique identifier of Nat Gateway.
- Vpc
Id string - Unique identifier of Vpc.
- Id string
- Result
Output stringFile - Used to save results.
- nat
Gateway StringId - Unique identifier of Nat Gateway.
- vpc
Id String - Unique identifier of Vpc.
- id String
- result
Output StringFile - Used to save results.
- nat
Gateway stringId - Unique identifier of Nat Gateway.
- vpc
Id string - Unique identifier of Vpc.
- id string
- result
Output stringFile - Used to save results.
- nat_
gateway_ strid - Unique identifier of Nat Gateway.
- vpc_
id str - Unique identifier of Vpc.
- id str
- result_
output_ strfile - Used to save results.
- nat
Gateway StringId - Unique identifier of Nat Gateway.
- vpc
Id String - Unique identifier of Vpc.
- id String
- result
Output StringFile - Used to save results.
getNatDcRoute Result
The following output properties are available:
- Id string
- Nat
Direct List<GetConnect Gateway Route Sets Nat Dc Route Nat Direct Connect Gateway Route Set> - Data of route.
- Nat
Gateway stringId - Vpc
Id string - Result
Output stringFile
- Id string
- Nat
Direct []GetConnect Gateway Route Sets Nat Dc Route Nat Direct Connect Gateway Route Set - Data of route.
- Nat
Gateway stringId - Vpc
Id string - Result
Output stringFile
- id String
- nat
Direct List<GetConnect Gateway Route Sets Nat Dc Route Nat Direct Connect Gateway Route Set> - Data of route.
- nat
Gateway StringId - vpc
Id String - result
Output StringFile
- id string
- nat
Direct GetConnect Gateway Route Sets Nat Dc Route Nat Direct Connect Gateway Route Set[] - Data of route.
- nat
Gateway stringId - vpc
Id string - result
Output stringFile
- id String
- nat
Direct List<Property Map>Connect Gateway Route Sets - Data of route.
- nat
Gateway StringId - vpc
Id String - result
Output StringFile
Supporting Types
GetNatDcRouteNatDirectConnectGatewayRouteSet
- Create
Time string - Create time of route.
- Destination
Cidr stringBlock - IPv4 CIDR of subnet.
- Gateway
Id string - Id of next-hop gateway.
- Gateway
Type string - Type of next-hop gateway, valid values: DIRECTCONNECT.
- Update
Time string - Update time of route.
- Create
Time string - Create time of route.
- Destination
Cidr stringBlock - IPv4 CIDR of subnet.
- Gateway
Id string - Id of next-hop gateway.
- Gateway
Type string - Type of next-hop gateway, valid values: DIRECTCONNECT.
- Update
Time string - Update time of route.
- create
Time String - Create time of route.
- destination
Cidr StringBlock - IPv4 CIDR of subnet.
- gateway
Id String - Id of next-hop gateway.
- gateway
Type String - Type of next-hop gateway, valid values: DIRECTCONNECT.
- update
Time String - Update time of route.
- create
Time string - Create time of route.
- destination
Cidr stringBlock - IPv4 CIDR of subnet.
- gateway
Id string - Id of next-hop gateway.
- gateway
Type string - Type of next-hop gateway, valid values: DIRECTCONNECT.
- update
Time string - Update time of route.
- create_
time str - Create time of route.
- destination_
cidr_ strblock - IPv4 CIDR of subnet.
- gateway_
id str - Id of next-hop gateway.
- gateway_
type str - Type of next-hop gateway, valid values: DIRECTCONNECT.
- update_
time str - Update time of route.
- create
Time String - Create time of route.
- destination
Cidr StringBlock - IPv4 CIDR of subnet.
- gateway
Id String - Id of next-hop gateway.
- gateway
Type String - Type of next-hop gateway, valid values: DIRECTCONNECT.
- update
Time String - Update time of route.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
