tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getTseAccessAddress
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 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({
    engineRegion: "ap-guangzhou",
    instanceId: "ins-7eb7eea7",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
access_address = tencentcloud.get_tse_access_address(engine_region="ap-guangzhou",
    instance_id="ins-7eb7eea7")
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
	})
}
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",
    });
});
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());
    }
}
variables:
  accessAddress:
    fn::invoke:
      function: tencentcloud:getTseAccessAddress
      arguments:
        engineRegion: ap-guangzhou
        instanceId: ins-7eb7eea7
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:
- InstanceId string
- engine instance Id.
- EngineRegion string
- Deploy region.
- Id string
- ResultOutput stringFile 
- 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 string
- engine instance Id.
- EngineRegion string
- Deploy region.
- Id string
- ResultOutput stringFile 
- 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 String
- engine instance Id.
- engineRegion String
- Deploy region.
- id String
- resultOutput StringFile 
- 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 string
- engine instance Id.
- engineRegion string
- Deploy region.
- id string
- resultOutput stringFile 
- 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 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).
- instanceId String
- engine instance Id.
- engineRegion String
- Deploy region.
- id String
- resultOutput StringFile 
- 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:
- ConsoleInternet stringAddress 
- Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- ConsoleInternet doubleBand Width 
- Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- ConsoleIntranet stringAddress 
- Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- EnvAddress List<GetInfos Tse Access Address Env Address Info> 
- Apollo Multi-environment public ip address.
- Id string
- InstanceId string
- InternetAddress string
- Public access address.
- InternetBand doubleWidth 
- 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.
- LimiterAddress 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.
- EngineRegion string
- ResultOutput stringFile 
- SubnetId string
- VpcId string
- Workload string
- ConsoleInternet stringAddress 
- Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- ConsoleInternet float64Band Width 
- Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- ConsoleIntranet stringAddress 
- Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- EnvAddress []GetInfos Tse Access Address Env Address Info 
- Apollo Multi-environment public ip address.
- Id string
- InstanceId string
- InternetAddress string
- Public access address.
- InternetBand float64Width 
- 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.
- LimiterAddress []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.
- EngineRegion string
- ResultOutput stringFile 
- SubnetId string
- VpcId string
- Workload string
- consoleInternet StringAddress 
- Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- consoleInternet DoubleBand Width 
- Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- consoleIntranet StringAddress 
- Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- envAddress List<GetInfos Tse Access Address Env Address Info> 
- Apollo Multi-environment public ip address.
- id String
- instanceId String
- internetAddress String
- Public access address.
- internetBand DoubleWidth 
- 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.
- limiterAddress 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.
- engineRegion String
- resultOutput StringFile 
- subnetId String
- vpcId String
- workload String
- consoleInternet stringAddress 
- Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- consoleInternet numberBand Width 
- Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- consoleIntranet stringAddress 
- Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- envAddress GetInfos Tse Access Address Env Address Info[] 
- Apollo Multi-environment public ip address.
- id string
- instanceId string
- internetAddress string
- Public access address.
- internetBand numberWidth 
- 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.
- limiterAddress 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.
- engineRegion string
- resultOutput stringFile 
- subnetId string
- vpcId 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
- consoleInternet StringAddress 
- Console public network access addressNote: This field may return null, indicating that a valid value is not available.
- consoleInternet NumberBand Width 
- Console public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- consoleIntranet StringAddress 
- Console Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- envAddress List<Property Map>Infos 
- Apollo Multi-environment public ip address.
- id String
- instanceId String
- internetAddress String
- Public access address.
- internetBand NumberWidth 
- 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.
- limiterAddress 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.
- engineRegion String
- resultOutput StringFile 
- subnetId String
- vpcId String
- workload String
Supporting Types
GetTseAccessAddressEnvAddressInfo      
- ConfigInternet stringService Ip 
- config public network ip.
- ConfigIntranet stringAddress 
- config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- EnableConfig boolInternet 
- Whether to enable the config public network.
- EnableConfig boolIntranet 
- Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- EnvName string
- env name.
- InternetBand doubleWidth 
- Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- ConfigInternet stringService Ip 
- config public network ip.
- ConfigIntranet stringAddress 
- config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- EnableConfig boolInternet 
- Whether to enable the config public network.
- EnableConfig boolIntranet 
- Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- EnvName string
- env name.
- InternetBand float64Width 
- Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- configInternet StringService Ip 
- config public network ip.
- configIntranet StringAddress 
- config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enableConfig BooleanInternet 
- Whether to enable the config public network.
- enableConfig BooleanIntranet 
- Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- envName String
- env name.
- internetBand DoubleWidth 
- Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
- configInternet stringService Ip 
- config public network ip.
- configIntranet stringAddress 
- config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enableConfig booleanInternet 
- Whether to enable the config public network.
- enableConfig booleanIntranet 
- Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- envName string
- env name.
- internetBand 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.
- configInternet StringService Ip 
- config public network ip.
- configIntranet StringAddress 
- config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
- enableConfig BooleanInternet 
- Whether to enable the config public network.
- enableConfig BooleanIntranet 
- Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
- envName String
- env name.
- internetBand NumberWidth 
- Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
GetTseAccessAddressLimiterAddressInfo      
- IntranetAddress string
- VPC access IP address listNote: 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.
- intranetAddress String
- VPC access IP address listNote: 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.
- intranet_address str
- VPC access IP address listNote: 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.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the tencentcloudTerraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack