tencentcloud 1.82.29 published on Friday, Oct 10, 2025 by tencentcloudstack
tencentcloud.getTseGateways
tencentcloud 1.82.29 published on Friday, Oct 10, 2025 by tencentcloudstack
Use this data source to query detailed information of tse gateways
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const gateways = tencentcloud.getTseGateways({
    filters: [{
        name: "GatewayId",
        values: ["gateway-ddbb709b"],
    }],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
gateways = tencentcloud.get_tse_gateways(filters=[{
    "name": "GatewayId",
    "values": ["gateway-ddbb709b"],
}])
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.LookupTseGateways(ctx, &tencentcloud.LookupTseGatewaysArgs{
			Filters: []tencentcloud.GetTseGatewaysFilter{
				{
					Name: "GatewayId",
					Values: []string{
						"gateway-ddbb709b",
					},
				},
			},
		}, 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 gateways = Tencentcloud.GetTseGateways.Invoke(new()
    {
        Filters = new[]
        {
            new Tencentcloud.Inputs.GetTseGatewaysFilterInputArgs
            {
                Name = "GatewayId",
                Values = new[]
                {
                    "gateway-ddbb709b",
                },
            },
        },
    });
});
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.GetTseGatewaysArgs;
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 gateways = TencentcloudFunctions.getTseGateways(GetTseGatewaysArgs.builder()
            .filters(GetTseGatewaysFilterArgs.builder()
                .name("GatewayId")
                .values("gateway-ddbb709b")
                .build())
            .build());
    }
}
variables:
  gateways:
    fn::invoke:
      function: tencentcloud:getTseGateways
      arguments:
        filters:
          - name: GatewayId
            values:
              - gateway-ddbb709b
Using getTseGateways
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 getTseGateways(args: GetTseGatewaysArgs, opts?: InvokeOptions): Promise<GetTseGatewaysResult>
function getTseGatewaysOutput(args: GetTseGatewaysOutputArgs, opts?: InvokeOptions): Output<GetTseGatewaysResult>def get_tse_gateways(filters: Optional[Sequence[GetTseGatewaysFilter]] = None,
                     id: Optional[str] = None,
                     result_output_file: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetTseGatewaysResult
def get_tse_gateways_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetTseGatewaysFilterArgs]]]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     result_output_file: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetTseGatewaysResult]func LookupTseGateways(ctx *Context, args *LookupTseGatewaysArgs, opts ...InvokeOption) (*LookupTseGatewaysResult, error)
func LookupTseGatewaysOutput(ctx *Context, args *LookupTseGatewaysOutputArgs, opts ...InvokeOption) LookupTseGatewaysResultOutput> Note: This function is named LookupTseGateways in the Go SDK.
public static class GetTseGateways 
{
    public static Task<GetTseGatewaysResult> InvokeAsync(GetTseGatewaysArgs args, InvokeOptions? opts = null)
    public static Output<GetTseGatewaysResult> Invoke(GetTseGatewaysInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTseGatewaysResult> getTseGateways(GetTseGatewaysArgs args, InvokeOptions options)
public static Output<GetTseGatewaysResult> getTseGateways(GetTseGatewaysArgs args, InvokeOptions options)
fn::invoke:
  function: tencentcloud:index/getTseGateways:getTseGateways
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Filters
List<GetTse Gateways Filter> 
- filter conditions, valid value:Type,Name,GatewayId,Tag,TradeType,InternetPaymode,Region.
- Id string
- ResultOutput stringFile 
- Used to save results.
- Filters
[]GetTse Gateways Filter 
- filter conditions, valid value:Type,Name,GatewayId,Tag,TradeType,InternetPaymode,Region.
- Id string
- ResultOutput stringFile 
- Used to save results.
- filters
List<GetTse Gateways Filter> 
- filter conditions, valid value:Type,Name,GatewayId,Tag,TradeType,InternetPaymode,Region.
- id String
- resultOutput StringFile 
- Used to save results.
- filters
GetTse Gateways Filter[] 
- filter conditions, valid value:Type,Name,GatewayId,Tag,TradeType,InternetPaymode,Region.
- id string
- resultOutput stringFile 
- Used to save results.
- filters
Sequence[GetTse Gateways Filter] 
- filter conditions, valid value:Type,Name,GatewayId,Tag,TradeType,InternetPaymode,Region.
- id str
- result_output_ strfile 
- Used to save results.
- filters List<Property Map>
- filter conditions, valid value:Type,Name,GatewayId,Tag,TradeType,InternetPaymode,Region.
- id String
- resultOutput StringFile 
- Used to save results.
getTseGateways Result
The following output properties are available:
- Id string
- Results
List<GetTse Gateways Result> 
- gateways information.
- Filters
List<GetTse Gateways Filter> 
- ResultOutput stringFile 
- Id string
- Results
[]GetTse Gateways Result 
- gateways information.
- Filters
[]GetTse Gateways Filter 
- ResultOutput stringFile 
- id String
- results
List<GetTse Gateways Result> 
- gateways information.
- filters
List<GetTse Gateways Filter> 
- resultOutput StringFile 
- id string
- results
GetTse Gateways Result[] 
- gateways information.
- filters
GetTse Gateways Filter[] 
- resultOutput stringFile 
- id str
- results
Sequence[GetTse Gateways Result] 
- gateways information.
- filters
Sequence[GetTse Gateways Filter] 
- result_output_ strfile 
- id String
- results List<Property Map>
- gateways information.
- filters List<Property Map>
- resultOutput StringFile 
Supporting Types
GetTseGatewaysFilter   
GetTseGatewaysResult   
- GatewayLists List<GetTse Gateways Result Gateway List> 
- gateway list.
- TotalCount double
- total count.
- GatewayLists []GetTse Gateways Result Gateway List 
- gateway list.
- TotalCount float64
- total count.
- gatewayLists List<GetTse Gateways Result Gateway List> 
- gateway list.
- totalCount Double
- total count.
- gatewayLists GetTse Gateways Result Gateway List[] 
- gateway list.
- totalCount number
- total count.
- gateway_lists Sequence[GetTse Gateways Result Gateway List] 
- gateway list.
- total_count float
- total count.
- gatewayLists List<Property Map>
- gateway list.
- totalCount Number
- total count.
GetTseGatewaysResultGatewayList     
- AutoRenew doubleFlag 
- auto renew flag, 0: default status,1: auto renew,2: auto not renew.
- CreateTime string
- create time.
- CurDeadline string
- expire date, for prepaid type.Note: This field may return null, indicating that a valid value is not available.
- Description string
- description of gateway.
- EnableCls bool
- whether to enable CLS log.
- EnableInternet bool
- whether to open the public network of client.Note: This field may return null, indicating that a valid value is not available.
- EngineRegion string
- engine region of gateway.
- FeatureVersion string
- product version. TRIAL,STANDARD(default value),PROFESSIONAL.
- GatewayId string
- gateway ID.
- GatewayMinor stringVersion 
- minor version of gateway.
- GatewayVersion string
- gateway version. Reference value: 2.4.1,2.5.1.
- IngressClass stringName 
- ingress class name.
- InstancePorts List<GetTse Gateways Result Gateway List Instance Port> 
- the port information that the instance monitors.
- InternetMax doubleBandwidth Out 
- public network outbound traffic bandwidth.
- InternetPay stringMode 
- trade type of internet. BANDWIDTH,TRAFFIC.
- IsolateTime string
- isolation time, used when the gateway is isolated.
- LoadBalancer stringType 
- load balance type of public internet.
- Name string
- gateway name.
- NodeConfigs List<GetTse Gateways Result Gateway List Node Config> 
- original node config.
- PublicIp List<string>Addresses 
- addresses of public internet.
- Status string
- status of gateway. May return values: Creating,CreateFailed,Running,Modifying,UpdatingSpec,UpdateFailed,Deleting,DeleteFailed,Isolating.
- 
List<GetTse Gateways Result Gateway List Tag> 
- tags information of gatewayNote: This field may return null, indicating that a valid value is not available.
- TradeType double
- trade type. 0: postpaid,1: Prepaid.
- Type string
- gateway type.
- VpcConfigs List<GetTse Gateways Result Gateway List Vpc Config> 
- vpc information.
- AutoRenew float64Flag 
- auto renew flag, 0: default status,1: auto renew,2: auto not renew.
- CreateTime string
- create time.
- CurDeadline string
- expire date, for prepaid type.Note: This field may return null, indicating that a valid value is not available.
- Description string
- description of gateway.
- EnableCls bool
- whether to enable CLS log.
- EnableInternet bool
- whether to open the public network of client.Note: This field may return null, indicating that a valid value is not available.
- EngineRegion string
- engine region of gateway.
- FeatureVersion string
- product version. TRIAL,STANDARD(default value),PROFESSIONAL.
- GatewayId string
- gateway ID.
- GatewayMinor stringVersion 
- minor version of gateway.
- GatewayVersion string
- gateway version. Reference value: 2.4.1,2.5.1.
- IngressClass stringName 
- ingress class name.
- InstancePorts []GetTse Gateways Result Gateway List Instance Port 
- the port information that the instance monitors.
- InternetMax float64Bandwidth Out 
- public network outbound traffic bandwidth.
- InternetPay stringMode 
- trade type of internet. BANDWIDTH,TRAFFIC.
- IsolateTime string
- isolation time, used when the gateway is isolated.
- LoadBalancer stringType 
- load balance type of public internet.
- Name string
- gateway name.
- NodeConfigs []GetTse Gateways Result Gateway List Node Config 
- original node config.
- PublicIp []stringAddresses 
- addresses of public internet.
- Status string
- status of gateway. May return values: Creating,CreateFailed,Running,Modifying,UpdatingSpec,UpdateFailed,Deleting,DeleteFailed,Isolating.
- 
[]GetTse Gateways Result Gateway List Tag 
- tags information of gatewayNote: This field may return null, indicating that a valid value is not available.
- TradeType float64
- trade type. 0: postpaid,1: Prepaid.
- Type string
- gateway type.
- VpcConfigs []GetTse Gateways Result Gateway List Vpc Config 
- vpc information.
- autoRenew DoubleFlag 
- auto renew flag, 0: default status,1: auto renew,2: auto not renew.
- createTime String
- create time.
- curDeadline String
- expire date, for prepaid type.Note: This field may return null, indicating that a valid value is not available.
- description String
- description of gateway.
- enableCls Boolean
- whether to enable CLS log.
- enableInternet Boolean
- whether to open the public network of client.Note: This field may return null, indicating that a valid value is not available.
- engineRegion String
- engine region of gateway.
- featureVersion String
- product version. TRIAL,STANDARD(default value),PROFESSIONAL.
- gatewayId String
- gateway ID.
- gatewayMinor StringVersion 
- minor version of gateway.
- gatewayVersion String
- gateway version. Reference value: 2.4.1,2.5.1.
- ingressClass StringName 
- ingress class name.
- instancePorts List<GetTse Gateways Result Gateway List Instance Port> 
- the port information that the instance monitors.
- internetMax DoubleBandwidth Out 
- public network outbound traffic bandwidth.
- internetPay StringMode 
- trade type of internet. BANDWIDTH,TRAFFIC.
- isolateTime String
- isolation time, used when the gateway is isolated.
- loadBalancer StringType 
- load balance type of public internet.
- name String
- gateway name.
- nodeConfigs List<GetTse Gateways Result Gateway List Node Config> 
- original node config.
- publicIp List<String>Addresses 
- addresses of public internet.
- status String
- status of gateway. May return values: Creating,CreateFailed,Running,Modifying,UpdatingSpec,UpdateFailed,Deleting,DeleteFailed,Isolating.
- 
List<GetTse Gateways Result Gateway List Tag> 
- tags information of gatewayNote: This field may return null, indicating that a valid value is not available.
- tradeType Double
- trade type. 0: postpaid,1: Prepaid.
- type String
- gateway type.
- vpcConfigs List<GetTse Gateways Result Gateway List Vpc Config> 
- vpc information.
- autoRenew numberFlag 
- auto renew flag, 0: default status,1: auto renew,2: auto not renew.
- createTime string
- create time.
- curDeadline string
- expire date, for prepaid type.Note: This field may return null, indicating that a valid value is not available.
- description string
- description of gateway.
- enableCls boolean
- whether to enable CLS log.
- enableInternet boolean
- whether to open the public network of client.Note: This field may return null, indicating that a valid value is not available.
- engineRegion string
- engine region of gateway.
- featureVersion string
- product version. TRIAL,STANDARD(default value),PROFESSIONAL.
- gatewayId string
- gateway ID.
- gatewayMinor stringVersion 
- minor version of gateway.
- gatewayVersion string
- gateway version. Reference value: 2.4.1,2.5.1.
- ingressClass stringName 
- ingress class name.
- instancePorts GetTse Gateways Result Gateway List Instance Port[] 
- the port information that the instance monitors.
- internetMax numberBandwidth Out 
- public network outbound traffic bandwidth.
- internetPay stringMode 
- trade type of internet. BANDWIDTH,TRAFFIC.
- isolateTime string
- isolation time, used when the gateway is isolated.
- loadBalancer stringType 
- load balance type of public internet.
- name string
- gateway name.
- nodeConfigs GetTse Gateways Result Gateway List Node Config[] 
- original node config.
- publicIp string[]Addresses 
- addresses of public internet.
- status string
- status of gateway. May return values: Creating,CreateFailed,Running,Modifying,UpdatingSpec,UpdateFailed,Deleting,DeleteFailed,Isolating.
- 
GetTse Gateways Result Gateway List Tag[] 
- tags information of gatewayNote: This field may return null, indicating that a valid value is not available.
- tradeType number
- trade type. 0: postpaid,1: Prepaid.
- type string
- gateway type.
- vpcConfigs GetTse Gateways Result Gateway List Vpc Config[] 
- vpc information.
- auto_renew_ floatflag 
- auto renew flag, 0: default status,1: auto renew,2: auto not renew.
- create_time str
- create time.
- cur_deadline str
- expire date, for prepaid type.Note: This field may return null, indicating that a valid value is not available.
- description str
- description of gateway.
- enable_cls bool
- whether to enable CLS log.
- enable_internet bool
- whether to open the public network of client.Note: This field may return null, indicating that a valid value is not available.
- engine_region str
- engine region of gateway.
- feature_version str
- product version. TRIAL,STANDARD(default value),PROFESSIONAL.
- gateway_id str
- gateway ID.
- gateway_minor_ strversion 
- minor version of gateway.
- gateway_version str
- gateway version. Reference value: 2.4.1,2.5.1.
- ingress_class_ strname 
- ingress class name.
- instance_ports Sequence[GetTse Gateways Result Gateway List Instance Port] 
- the port information that the instance monitors.
- internet_max_ floatbandwidth_ out 
- public network outbound traffic bandwidth.
- internet_pay_ strmode 
- trade type of internet. BANDWIDTH,TRAFFIC.
- isolate_time str
- isolation time, used when the gateway is isolated.
- load_balancer_ strtype 
- load balance type of public internet.
- name str
- gateway name.
- node_configs Sequence[GetTse Gateways Result Gateway List Node Config] 
- original node config.
- public_ip_ Sequence[str]addresses 
- addresses of public internet.
- status str
- status of gateway. May return values: Creating,CreateFailed,Running,Modifying,UpdatingSpec,UpdateFailed,Deleting,DeleteFailed,Isolating.
- 
Sequence[GetTse Gateways Result Gateway List Tag] 
- tags information of gatewayNote: This field may return null, indicating that a valid value is not available.
- trade_type float
- trade type. 0: postpaid,1: Prepaid.
- type str
- gateway type.
- vpc_configs Sequence[GetTse Gateways Result Gateway List Vpc Config] 
- vpc information.
- autoRenew NumberFlag 
- auto renew flag, 0: default status,1: auto renew,2: auto not renew.
- createTime String
- create time.
- curDeadline String
- expire date, for prepaid type.Note: This field may return null, indicating that a valid value is not available.
- description String
- description of gateway.
- enableCls Boolean
- whether to enable CLS log.
- enableInternet Boolean
- whether to open the public network of client.Note: This field may return null, indicating that a valid value is not available.
- engineRegion String
- engine region of gateway.
- featureVersion String
- product version. TRIAL,STANDARD(default value),PROFESSIONAL.
- gatewayId String
- gateway ID.
- gatewayMinor StringVersion 
- minor version of gateway.
- gatewayVersion String
- gateway version. Reference value: 2.4.1,2.5.1.
- ingressClass StringName 
- ingress class name.
- instancePorts List<Property Map>
- the port information that the instance monitors.
- internetMax NumberBandwidth Out 
- public network outbound traffic bandwidth.
- internetPay StringMode 
- trade type of internet. BANDWIDTH,TRAFFIC.
- isolateTime String
- isolation time, used when the gateway is isolated.
- loadBalancer StringType 
- load balance type of public internet.
- name String
- gateway name.
- nodeConfigs List<Property Map>
- original node config.
- publicIp List<String>Addresses 
- addresses of public internet.
- status String
- status of gateway. May return values: Creating,CreateFailed,Running,Modifying,UpdatingSpec,UpdateFailed,Deleting,DeleteFailed,Isolating.
- List<Property Map>
- tags information of gatewayNote: This field may return null, indicating that a valid value is not available.
- tradeType Number
- trade type. 0: postpaid,1: Prepaid.
- type String
- gateway type.
- vpcConfigs List<Property Map>
- vpc information.
GetTseGatewaysResultGatewayListInstancePort       
- http_port str
- http port.
- https_port str
- https port.
GetTseGatewaysResultGatewayListNodeConfig       
- Number double
- node number, 2-50.
- Specification string
- specification, 1c2g|2c4g|4c8g|8c16g.
- Number float64
- node number, 2-50.
- Specification string
- specification, 1c2g|2c4g|4c8g|8c16g.
- number Double
- node number, 2-50.
- specification String
- specification, 1c2g|2c4g|4c8g|8c16g.
- number number
- node number, 2-50.
- specification string
- specification, 1c2g|2c4g|4c8g|8c16g.
- number float
- node number, 2-50.
- specification str
- specification, 1c2g|2c4g|4c8g|8c16g.
- number Number
- node number, 2-50.
- specification String
- specification, 1c2g|2c4g|4c8g|8c16g.
GetTseGatewaysResultGatewayListTag      
GetTseGatewaysResultGatewayListVpcConfig       
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the tencentcloudTerraform Provider.
tencentcloud 1.82.29 published on Friday, Oct 10, 2025 by tencentcloudstack
