1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTseAccessAddress
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getTseAccessAddress

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    InstanceId 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 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 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 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 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 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 string
    config public network ip.
    ConfigIntranetAddress string
    config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
    EnableConfigInternet bool
    Whether to enable the config public network.
    EnableConfigIntranet bool
    Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
    EnvName string
    env name.
    InternetBandWidth double
    Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
    ConfigInternetServiceIp string
    config public network ip.
    ConfigIntranetAddress string
    config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
    EnableConfigInternet bool
    Whether to enable the config public network.
    EnableConfigIntranet bool
    Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
    EnvName string
    env name.
    InternetBandWidth float64
    Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
    configInternetServiceIp String
    config public network ip.
    configIntranetAddress String
    config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
    enableConfigInternet Boolean
    Whether to enable the config public network.
    enableConfigIntranet Boolean
    Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
    envName String
    env name.
    internetBandWidth Double
    Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
    configInternetServiceIp string
    config public network ip.
    configIntranetAddress string
    config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
    enableConfigInternet boolean
    Whether to enable the config public network.
    enableConfigIntranet boolean
    Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
    envName string
    env name.
    internetBandWidth number
    Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
    config_internet_service_ip str
    config public network ip.
    config_intranet_address str
    config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
    enable_config_internet bool
    Whether to enable the config public network.
    enable_config_intranet bool
    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_width float
    Client public network bandwidthNote: This field may return null, indicating that a valid value is not available.
    configInternetServiceIp String
    config public network ip.
    configIntranetAddress String
    config Intranet access addressNote: This field may return null, indicating that a valid value is not available.
    enableConfigInternet Boolean
    Whether to enable the config public network.
    enableConfigIntranet Boolean
    Whether to enable the config Intranet clbNote: This field may return null, indicating that a valid value is not available.
    envName String
    env name.
    internetBandWidth Number
    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 tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack