tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getTseAccessAddress
Start a Neo task
Explain and create a tencentcloud.getTseAccessAddress resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of tse access_address
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const accessAddress = tencentcloud.getTseAccessAddress({
instanceId: "ins-7eb7eea7",
engineRegion: "ap-guangzhou",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
access_address = tencentcloud.get_tse_access_address(instance_id="ins-7eb7eea7",
engine_region="ap-guangzhou")
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.GetTseAccessAddress(ctx, &tencentcloud.GetTseAccessAddressArgs{
InstanceId: "ins-7eb7eea7",
EngineRegion: pulumi.StringRef("ap-guangzhou"),
}, 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 accessAddress = Tencentcloud.GetTseAccessAddress.Invoke(new()
{
InstanceId = "ins-7eb7eea7",
EngineRegion = "ap-guangzhou",
});
});
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.GetTseAccessAddressArgs;
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 accessAddress = TencentcloudFunctions.getTseAccessAddress(GetTseAccessAddressArgs.builder()
.instanceId("ins-7eb7eea7")
.engineRegion("ap-guangzhou")
.build());
}
}
variables:
accessAddress:
fn::invoke:
function: tencentcloud:getTseAccessAddress
arguments:
instanceId: ins-7eb7eea7
engineRegion: ap-guangzhou
Using getTseAccessAddress
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 getTseAccessAddress(args: GetTseAccessAddressArgs, opts?: InvokeOptions): Promise<GetTseAccessAddressResult>
function getTseAccessAddressOutput(args: GetTseAccessAddressOutputArgs, opts?: InvokeOptions): Output<GetTseAccessAddressResult>def get_tse_access_address(engine_region: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
result_output_file: Optional[str] = None,
subnet_id: Optional[str] = None,
vpc_id: Optional[str] = None,
workload: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTseAccessAddressResult
def get_tse_access_address_output(engine_region: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
subnet_id: Optional[pulumi.Input[str]] = None,
vpc_id: Optional[pulumi.Input[str]] = None,
workload: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTseAccessAddressResult]func GetTseAccessAddress(ctx *Context, args *GetTseAccessAddressArgs, opts ...InvokeOption) (*GetTseAccessAddressResult, error)
func GetTseAccessAddressOutput(ctx *Context, args *GetTseAccessAddressOutputArgs, opts ...InvokeOption) GetTseAccessAddressResultOutput> Note: This function is named GetTseAccessAddress in the Go SDK.
public static class GetTseAccessAddress
{
public static Task<GetTseAccessAddressResult> InvokeAsync(GetTseAccessAddressArgs args, InvokeOptions? opts = null)
public static Output<GetTseAccessAddressResult> Invoke(GetTseAccessAddressInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTseAccessAddressResult> getTseAccessAddress(GetTseAccessAddressArgs args, InvokeOptions options)
public static Output<GetTseAccessAddressResult> getTseAccessAddress(GetTseAccessAddressArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTseAccessAddress:getTseAccessAddress
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - engine instance Id.
- Engine
Region string - Deploy region.
- Id string
- Result
Output stringFile - Used to save results.
- Subnet
Id string - Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- Vpc
Id string - VPC ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- Workload string
- Name of other engine components(pushgateway, polaris-limiter).
- Instance
Id string - engine instance Id.
- Engine
Region string - Deploy region.
- Id string
- Result
Output stringFile - Used to save results.
- Subnet
Id string - Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- Vpc
Id string - VPC ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- Workload string
- Name of other engine components(pushgateway, polaris-limiter).
- instance
Id String - engine instance Id.
- engine
Region String - Deploy region.
- id String
- result
Output StringFile - Used to save results.
- subnet
Id String - Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- vpc
Id String - VPC ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- workload String
- Name of other engine components(pushgateway, polaris-limiter).
- instance
Id string - engine instance Id.
- engine
Region string - Deploy region.
- id string
- result
Output stringFile - Used to save results.
- subnet
Id string - Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- vpc
Id string - VPC ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- workload string
- Name of other engine components(pushgateway, polaris-limiter).
- instance_
id str - engine instance Id.
- engine_
region str - Deploy region.
- id str
- result_
output_ strfile - Used to save results.
- subnet_
id str - Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- vpc_
id str - VPC ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- workload str
- Name of other engine components(pushgateway, polaris-limiter).
- instance
Id String - engine instance Id.
- engine
Region String - Deploy region.
- id String
- result
Output StringFile - Used to save results.
- subnet
Id String - Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- vpc
Id String - VPC ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
- workload String
- Name of other engine components(pushgateway, polaris-limiter).
getTseAccessAddress Result
The following output properties are available:
- Console
Internet stringAddress - Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- Console
Internet doubleBand Width - Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- Console
Intranet stringAddress - Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- Env
Address List<GetInfos Tse Access Address Env Address Info> - Apollo Multi-environment public ip address.
- Id string
- Instance
Id string - Internet
Address string - Public access address.
- Internet
Band doubleWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- Intranet
Address string - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- Limiter
Address List<GetInfos Tse Access Address Limiter Address Info> - Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
- Engine
Region string - Result
Output stringFile - Subnet
Id string - Vpc
Id string - Workload string
- Console
Internet stringAddress - Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- Console
Internet float64Band Width - Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- Console
Intranet stringAddress - Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- Env
Address []GetInfos Tse Access Address Env Address Info - Apollo Multi-environment public ip address.
- Id string
- Instance
Id string - Internet
Address string - Public access address.
- Internet
Band float64Width - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- Intranet
Address string - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- Limiter
Address []GetInfos Tse Access Address Limiter Address Info - Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
- Engine
Region string - Result
Output stringFile - Subnet
Id string - Vpc
Id string - Workload string
- console
Internet StringAddress - Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- console
Internet DoubleBand Width - Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- console
Intranet StringAddress - Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- env
Address List<GetInfos Tse Access Address Env Address Info> - Apollo Multi-environment public ip address.
- id String
- instance
Id String - internet
Address String - Public access address.
- internet
Band DoubleWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- intranet
Address String - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- limiter
Address List<GetInfos Tse Access Address Limiter Address Info> - Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
- engine
Region String - result
Output StringFile - subnet
Id String - vpc
Id String - workload String
- console
Internet stringAddress - Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- console
Internet numberBand Width - Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- console
Intranet stringAddress - Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- env
Address GetInfos Tse Access Address Env Address Info[] - Apollo Multi-environment public ip address.
- id string
- instance
Id string - internet
Address string - Public access address.
- internet
Band numberWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- intranet
Address string - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- limiter
Address GetInfos Tse Access Address Limiter Address Info[] - Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
- engine
Region string - result
Output stringFile - subnet
Id string - vpc
Id string - workload string
- console_
internet_ straddress - Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- console_
internet_ floatband_ width - Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- console_
intranet_ straddress - Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- env_
address_ Sequence[Getinfos Tse Access Address Env Address Info] - Apollo Multi-environment public ip address.
- id str
- instance_
id str - internet_
address str - Public access address.
- internet_
band_ floatwidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- intranet_
address str - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- limiter_
address_ Sequence[Getinfos Tse Access Address Limiter Address Info] - Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
- engine_
region str - result_
output_ strfile - subnet_
id str - vpc_
id str - workload str
- console
Internet StringAddress - Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- console
Internet NumberBand Width - Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- console
Intranet StringAddress - Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- env
Address List<Property Map>Infos - Apollo Multi-environment public ip address.
- id String
- instance
Id String - internet
Address String - Public access address.
- internet
Band NumberWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- intranet
Address String - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- limiter
Address List<Property Map>Infos - Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
- engine
Region String - result
Output StringFile - subnet
Id String - vpc
Id String - workload String
Supporting Types
GetTseAccessAddressEnvAddressInfo
- Config
Internet stringService Ip - config public network ip.
- Config
Intranet stringAddress - config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- Enable
Config boolInternet - Whether to enable the config public network.
- Enable
Config boolIntranet - Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- Env
Name string - env name.
- Internet
Band doubleWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- Config
Internet stringService Ip - config public network ip.
- Config
Intranet stringAddress - config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- Enable
Config boolInternet - Whether to enable the config public network.
- Enable
Config boolIntranet - Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- Env
Name string - env name.
- Internet
Band float64Width - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- config
Internet StringService Ip - config public network ip.
- config
Intranet StringAddress - config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enable
Config BooleanInternet - Whether to enable the config public network.
- enable
Config BooleanIntranet - Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- env
Name String - env name.
- internet
Band DoubleWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- config
Internet stringService Ip - config public network ip.
- config
Intranet stringAddress - config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enable
Config booleanInternet - Whether to enable the config public network.
- enable
Config booleanIntranet - Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- env
Name string - env name.
- internet
Band numberWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- config_
internet_ strservice_ ip - config public network ip.
- config_
intranet_ straddress - config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enable_
config_ boolinternet - Whether to enable the config public network.
- enable_
config_ boolintranet - Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- env_
name str - env name.
- internet_
band_ floatwidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- config
Internet StringService Ip - config public network ip.
- config
Intranet StringAddress - config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enable
Config BooleanInternet - Whether to enable the config public network.
- enable
Config BooleanIntranet - Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- env
Name String - env name.
- internet
Band NumberWidth - Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
GetTseAccessAddressLimiterAddressInfo
- Intranet
Address string - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- Intranet
Address string - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- intranet
Address String - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- intranet
Address string - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- intranet_
address str - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
- intranet
Address String - VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
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
