1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTseAccessAddress
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack

tencentcloud.getTseAccessAddress

Explore with Pulumi AI

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({
    engineRegion: "ap-guangzhou",
    instanceId: "ins-7eb7eea7",
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

access_address = tencentcloud.get_tse_access_address(engine_region="ap-guangzhou",
    instance_id="ins-7eb7eea7")
Copy
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{
			EngineRegion: pulumi.StringRef("ap-guangzhou"),
			InstanceId:   "ins-7eb7eea7",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var accessAddress = Tencentcloud.GetTseAccessAddress.Invoke(new()
    {
        EngineRegion = "ap-guangzhou",
        InstanceId = "ins-7eb7eea7",
    });

});
Copy
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()
            .engineRegion("ap-guangzhou")
            .instanceId("ins-7eb7eea7")
            .build());

    }
}
Copy
variables:
  accessAddress:
    fn::invoke:
      function: tencentcloud:getTseAccessAddress
      arguments:
        engineRegion: ap-guangzhou
        instanceId: ins-7eb7eea7
Copy

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>
Copy
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]
Copy
func GetTseAccessAddress(ctx *Context, args *GetTseAccessAddressArgs, opts ...InvokeOption) (*GetTseAccessAddressResult, error)
func GetTseAccessAddressOutput(ctx *Context, args *GetTseAccessAddressOutputArgs, opts ...InvokeOption) GetTseAccessAddressResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTseAccessAddressResult> getTseAccessAddress(GetTseAccessAddressArgs args, InvokeOptions options)
public static Output<GetTseAccessAddressResult> getTseAccessAddress(GetTseAccessAddressArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getTseAccessAddress:getTseAccessAddress
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

InstanceId This property is required. string
engine instance Id.
EngineRegion string
Deploy region.
Id string
ResultOutputFile string
Used to save results.
SubnetId string
Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
VpcId 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).
InstanceId This property is required. string
engine instance Id.
EngineRegion string
Deploy region.
Id string
ResultOutputFile string
Used to save results.
SubnetId string
Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
VpcId 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).
instanceId This property is required. String
engine instance Id.
engineRegion String
Deploy region.
id String
resultOutputFile String
Used to save results.
subnetId String
Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
vpcId 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).
instanceId This property is required. string
engine instance Id.
engineRegion string
Deploy region.
id string
resultOutputFile string
Used to save results.
subnetId string
Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
vpcId 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 This property is required. str
engine instance Id.
engine_region str
Deploy region.
id str
result_output_file str
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).
instanceId This property is required. String
engine instance Id.
engineRegion String
Deploy region.
id String
resultOutputFile String
Used to save results.
subnetId String
Subnet ID, Zookeeper does not need to pass vpcid and subnetid; nacos and Polaris need to pass vpcid and subnetid.
vpcId 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:

ConsoleInternetAddress string
Console public network access addressNote: This field may return null, indicating that a valid value is not available.
ConsoleInternetBandWidth double
Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
ConsoleIntranetAddress string
Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
EnvAddressInfos List<GetTseAccessAddressEnvAddressInfo>
Apollo Multi-environment public ip address.
Id string
InstanceId string
InternetAddress string
Public access address.
InternetBandWidth double
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
IntranetAddress string
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
LimiterAddressInfos List<GetTseAccessAddressLimiterAddressInfo>
Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
EngineRegion string
ResultOutputFile string
SubnetId string
VpcId string
Workload string
ConsoleInternetAddress string
Console public network access addressNote: This field may return null, indicating that a valid value is not available.
ConsoleInternetBandWidth float64
Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
ConsoleIntranetAddress string
Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
EnvAddressInfos []GetTseAccessAddressEnvAddressInfo
Apollo Multi-environment public ip address.
Id string
InstanceId string
InternetAddress string
Public access address.
InternetBandWidth float64
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
IntranetAddress string
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
LimiterAddressInfos []GetTseAccessAddressLimiterAddressInfo
Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
EngineRegion string
ResultOutputFile string
SubnetId string
VpcId string
Workload string
consoleInternetAddress String
Console public network access addressNote: This field may return null, indicating that a valid value is not available.
consoleInternetBandWidth Double
Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
consoleIntranetAddress String
Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
envAddressInfos List<GetTseAccessAddressEnvAddressInfo>
Apollo Multi-environment public ip address.
id String
instanceId String
internetAddress String
Public access address.
internetBandWidth Double
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
intranetAddress String
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
limiterAddressInfos List<GetTseAccessAddressLimiterAddressInfo>
Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
engineRegion String
resultOutputFile String
subnetId String
vpcId String
workload String
consoleInternetAddress string
Console public network access addressNote: This field may return null, indicating that a valid value is not available.
consoleInternetBandWidth number
Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
consoleIntranetAddress string
Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
envAddressInfos GetTseAccessAddressEnvAddressInfo[]
Apollo Multi-environment public ip address.
id string
instanceId string
internetAddress string
Public access address.
internetBandWidth number
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
intranetAddress string
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
limiterAddressInfos GetTseAccessAddressLimiterAddressInfo[]
Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
engineRegion string
resultOutputFile string
subnetId string
vpcId string
workload string
console_internet_address str
Console public network access addressNote: This field may return null, indicating that a valid value is not available.
console_internet_band_width float
Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
console_intranet_address str
Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
env_address_infos Sequence[GetTseAccessAddressEnvAddressInfo]
Apollo Multi-environment public ip address.
id str
instance_id str
internet_address str
Public access address.
internet_band_width float
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_infos Sequence[GetTseAccessAddressLimiterAddressInfo]
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_file str
subnet_id str
vpc_id str
workload str
consoleInternetAddress String
Console public network access addressNote: This field may return null, indicating that a valid value is not available.
consoleInternetBandWidth Number
Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
consoleIntranetAddress String
Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
envAddressInfos List<Property Map>
Apollo Multi-environment public ip address.
id String
instanceId String
internetAddress String
Public access address.
internetBandWidth Number
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
intranetAddress String
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
limiterAddressInfos List<Property Map>
Access IP address of the Polaris traffic limiting server nodeNote: This field may return null, indicating that a valid value is not available.
engineRegion String
resultOutputFile String
subnetId String
vpcId String
workload String

Supporting Types

GetTseAccessAddressEnvAddressInfo

ConfigInternetServiceIp This property is required. string
config public network ip.
ConfigIntranetAddress This property is required. string
config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
EnableConfigInternet This property is required. bool
Whether to enable the config public network.
EnableConfigIntranet This property is required. bool
Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
EnvName This property is required. string
env name.
InternetBandWidth This property is required. double
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
ConfigInternetServiceIp This property is required. string
config public network ip.
ConfigIntranetAddress This property is required. string
config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
EnableConfigInternet This property is required. bool
Whether to enable the config public network.
EnableConfigIntranet This property is required. bool
Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
EnvName This property is required. string
env name.
InternetBandWidth This property is required. float64
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
configInternetServiceIp This property is required. String
config public network ip.
configIntranetAddress This property is required. String
config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
enableConfigInternet This property is required. Boolean
Whether to enable the config public network.
enableConfigIntranet This property is required. Boolean
Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
envName This property is required. String
env name.
internetBandWidth This property is required. Double
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
configInternetServiceIp This property is required. string
config public network ip.
configIntranetAddress This property is required. string
config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
enableConfigInternet This property is required. boolean
Whether to enable the config public network.
enableConfigIntranet This property is required. boolean
Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
envName This property is required. string
env name.
internetBandWidth This property is required. number
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
config_internet_service_ip This property is required. str
config public network ip.
config_intranet_address This property is required. str
config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
enable_config_internet This property is required. bool
Whether to enable the config public network.
enable_config_intranet This property is required. bool
Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
env_name This property is required. str
env name.
internet_band_width This property is required. float
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
configInternetServiceIp This property is required. String
config public network ip.
configIntranetAddress This property is required. String
config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
enableConfigInternet This property is required. Boolean
Whether to enable the config public network.
enableConfigIntranet This property is required. Boolean
Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
envName This property is required. String
env name.
internetBandWidth This property is required. Number
Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.

GetTseAccessAddressLimiterAddressInfo

IntranetAddress This property is required. string
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
IntranetAddress This property is required. string
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
intranetAddress This property is required. String
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
intranetAddress This property is required. string
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
intranet_address This property is required. str
VPC access IP address listNote: This field may return null, indicating that a valid value is not available.
intranetAddress This property is required. 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 tencentcloud Terraform Provider.