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

tencentcloud.getClbExclusiveClusters

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 clb exclusive_clusters

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const exclusiveClusters = tencentcloud.getClbExclusiveClusters({
        filters: [{
            name: "zone",
            values: ["ap-guangzhou-1"],
        }],
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    exclusive_clusters = tencentcloud.get_clb_exclusive_clusters(filters=[{
        "name": "zone",
        "values": ["ap-guangzhou-1"],
    }])
    
    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.GetClbExclusiveClusters(ctx, &tencentcloud.GetClbExclusiveClustersArgs{
    			Filters: []tencentcloud.GetClbExclusiveClustersFilter{
    				{
    					Name: "zone",
    					Values: []string{
    						"ap-guangzhou-1",
    					},
    				},
    			},
    		}, 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 exclusiveClusters = Tencentcloud.GetClbExclusiveClusters.Invoke(new()
        {
            Filters = new[]
            {
                new Tencentcloud.Inputs.GetClbExclusiveClustersFilterInputArgs
                {
                    Name = "zone",
                    Values = new[]
                    {
                        "ap-guangzhou-1",
                    },
                },
            },
        });
    
    });
    
    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.GetClbExclusiveClustersArgs;
    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 exclusiveClusters = TencentcloudFunctions.getClbExclusiveClusters(GetClbExclusiveClustersArgs.builder()
                .filters(GetClbExclusiveClustersFilterArgs.builder()
                    .name("zone")
                    .values("ap-guangzhou-1")
                    .build())
                .build());
    
        }
    }
    
    variables:
      exclusiveClusters:
        fn::invoke:
          function: tencentcloud:getClbExclusiveClusters
          arguments:
            filters:
              - name: zone
                values:
                  - ap-guangzhou-1
    

    Using getClbExclusiveClusters

    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 getClbExclusiveClusters(args: GetClbExclusiveClustersArgs, opts?: InvokeOptions): Promise<GetClbExclusiveClustersResult>
    function getClbExclusiveClustersOutput(args: GetClbExclusiveClustersOutputArgs, opts?: InvokeOptions): Output<GetClbExclusiveClustersResult>
    def get_clb_exclusive_clusters(filters: Optional[Sequence[GetClbExclusiveClustersFilter]] = None,
                                   id: Optional[str] = None,
                                   result_output_file: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetClbExclusiveClustersResult
    def get_clb_exclusive_clusters_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetClbExclusiveClustersFilterArgs]]]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   result_output_file: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetClbExclusiveClustersResult]
    func GetClbExclusiveClusters(ctx *Context, args *GetClbExclusiveClustersArgs, opts ...InvokeOption) (*GetClbExclusiveClustersResult, error)
    func GetClbExclusiveClustersOutput(ctx *Context, args *GetClbExclusiveClustersOutputArgs, opts ...InvokeOption) GetClbExclusiveClustersResultOutput

    > Note: This function is named GetClbExclusiveClusters in the Go SDK.

    public static class GetClbExclusiveClusters 
    {
        public static Task<GetClbExclusiveClustersResult> InvokeAsync(GetClbExclusiveClustersArgs args, InvokeOptions? opts = null)
        public static Output<GetClbExclusiveClustersResult> Invoke(GetClbExclusiveClustersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClbExclusiveClustersResult> getClbExclusiveClusters(GetClbExclusiveClustersArgs args, InvokeOptions options)
    public static Output<GetClbExclusiveClustersResult> getClbExclusiveClusters(GetClbExclusiveClustersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getClbExclusiveClusters:getClbExclusiveClusters
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetClbExclusiveClustersFilter>
    Filter to query the list of AZ resources as detailed below: cluster-type - String - Required: No - (Filter condition) Filter by cluster type, such as TGW. cluster-id - String - Required: No - (Filter condition) Filter by cluster ID, such as tgw-xxxxxxxx. cluster-name - String - Required: No - (Filter condition) Filter by cluster name, such as test-xxxxxx. cluster-tag - String - Required: No - (Filter condition) Filter by cluster tag, such as TAG-xxxxx. vip - String - Required: No - (Filter condition) Filter by vip in the cluster, such as x.x.x.x. network - String - Required: No - (Filter condition) Filter by cluster network type, such as Public or Private. zone - String - Required: No - (Filter condition) Filter by cluster zone, such as ap-guangzhou-1. isp - String - Required: No - (Filter condition) Filter by TGW cluster isp type, such as BGP. loadblancer-id - String - Required: No - (Filter condition) Filter by loadblancer-id in the cluste, such as lb-xxxxxxxx.
    Id string
    ResultOutputFile string
    Used to save results.
    Filters []GetClbExclusiveClustersFilter
    Filter to query the list of AZ resources as detailed below: cluster-type - String - Required: No - (Filter condition) Filter by cluster type, such as TGW. cluster-id - String - Required: No - (Filter condition) Filter by cluster ID, such as tgw-xxxxxxxx. cluster-name - String - Required: No - (Filter condition) Filter by cluster name, such as test-xxxxxx. cluster-tag - String - Required: No - (Filter condition) Filter by cluster tag, such as TAG-xxxxx. vip - String - Required: No - (Filter condition) Filter by vip in the cluster, such as x.x.x.x. network - String - Required: No - (Filter condition) Filter by cluster network type, such as Public or Private. zone - String - Required: No - (Filter condition) Filter by cluster zone, such as ap-guangzhou-1. isp - String - Required: No - (Filter condition) Filter by TGW cluster isp type, such as BGP. loadblancer-id - String - Required: No - (Filter condition) Filter by loadblancer-id in the cluste, such as lb-xxxxxxxx.
    Id string
    ResultOutputFile string
    Used to save results.
    filters List<GetClbExclusiveClustersFilter>
    Filter to query the list of AZ resources as detailed below: cluster-type - String - Required: No - (Filter condition) Filter by cluster type, such as TGW. cluster-id - String - Required: No - (Filter condition) Filter by cluster ID, such as tgw-xxxxxxxx. cluster-name - String - Required: No - (Filter condition) Filter by cluster name, such as test-xxxxxx. cluster-tag - String - Required: No - (Filter condition) Filter by cluster tag, such as TAG-xxxxx. vip - String - Required: No - (Filter condition) Filter by vip in the cluster, such as x.x.x.x. network - String - Required: No - (Filter condition) Filter by cluster network type, such as Public or Private. zone - String - Required: No - (Filter condition) Filter by cluster zone, such as ap-guangzhou-1. isp - String - Required: No - (Filter condition) Filter by TGW cluster isp type, such as BGP. loadblancer-id - String - Required: No - (Filter condition) Filter by loadblancer-id in the cluste, such as lb-xxxxxxxx.
    id String
    resultOutputFile String
    Used to save results.
    filters GetClbExclusiveClustersFilter[]
    Filter to query the list of AZ resources as detailed below: cluster-type - String - Required: No - (Filter condition) Filter by cluster type, such as TGW. cluster-id - String - Required: No - (Filter condition) Filter by cluster ID, such as tgw-xxxxxxxx. cluster-name - String - Required: No - (Filter condition) Filter by cluster name, such as test-xxxxxx. cluster-tag - String - Required: No - (Filter condition) Filter by cluster tag, such as TAG-xxxxx. vip - String - Required: No - (Filter condition) Filter by vip in the cluster, such as x.x.x.x. network - String - Required: No - (Filter condition) Filter by cluster network type, such as Public or Private. zone - String - Required: No - (Filter condition) Filter by cluster zone, such as ap-guangzhou-1. isp - String - Required: No - (Filter condition) Filter by TGW cluster isp type, such as BGP. loadblancer-id - String - Required: No - (Filter condition) Filter by loadblancer-id in the cluste, such as lb-xxxxxxxx.
    id string
    resultOutputFile string
    Used to save results.
    filters Sequence[GetClbExclusiveClustersFilter]
    Filter to query the list of AZ resources as detailed below: cluster-type - String - Required: No - (Filter condition) Filter by cluster type, such as TGW. cluster-id - String - Required: No - (Filter condition) Filter by cluster ID, such as tgw-xxxxxxxx. cluster-name - String - Required: No - (Filter condition) Filter by cluster name, such as test-xxxxxx. cluster-tag - String - Required: No - (Filter condition) Filter by cluster tag, such as TAG-xxxxx. vip - String - Required: No - (Filter condition) Filter by vip in the cluster, such as x.x.x.x. network - String - Required: No - (Filter condition) Filter by cluster network type, such as Public or Private. zone - String - Required: No - (Filter condition) Filter by cluster zone, such as ap-guangzhou-1. isp - String - Required: No - (Filter condition) Filter by TGW cluster isp type, such as BGP. loadblancer-id - String - Required: No - (Filter condition) Filter by loadblancer-id in the cluste, such as lb-xxxxxxxx.
    id str
    result_output_file str
    Used to save results.
    filters List<Property Map>
    Filter to query the list of AZ resources as detailed below: cluster-type - String - Required: No - (Filter condition) Filter by cluster type, such as TGW. cluster-id - String - Required: No - (Filter condition) Filter by cluster ID, such as tgw-xxxxxxxx. cluster-name - String - Required: No - (Filter condition) Filter by cluster name, such as test-xxxxxx. cluster-tag - String - Required: No - (Filter condition) Filter by cluster tag, such as TAG-xxxxx. vip - String - Required: No - (Filter condition) Filter by vip in the cluster, such as x.x.x.x. network - String - Required: No - (Filter condition) Filter by cluster network type, such as Public or Private. zone - String - Required: No - (Filter condition) Filter by cluster zone, such as ap-guangzhou-1. isp - String - Required: No - (Filter condition) Filter by TGW cluster isp type, such as BGP. loadblancer-id - String - Required: No - (Filter condition) Filter by loadblancer-id in the cluste, such as lb-xxxxxxxx.
    id String
    resultOutputFile String
    Used to save results.

    getClbExclusiveClusters Result

    The following output properties are available:

    Supporting Types

    GetClbExclusiveClustersClusterSet

    ClusterId string
    cluster ID.
    ClusterName string
    cluster name.
    ClusterTag string
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    ClusterType string
    cluster type: TGW, STGW, VPCGW.
    ClustersVersion string
    clusters version.
    ClustersZones List<GetClbExclusiveClustersClusterSetClustersZone>
    Availability zone where the cluster is located.
    DisasterRecoveryType string
    Cluster disaster recovery type:SINGLE-ZONE, DISASTER-RECOVERY, MUTUAL-DISASTER-RECOVERY.
    HttpMaxNewConn double
    Maximum number of new http connections.
    HttpQps double
    Http Qps.
    HttpsMaxNewConn double
    Maximum number of new https connections.
    HttpsQps double
    Https Qps.
    IdleResourceCount double
    The total number of free resources in the cluster.
    Isp string
    Isp: BGP, CMCC,CUCC,CTCC,INTERNAL.
    LoadBalanceDirectorCount double
    Total number of forwarders in the cluster.
    MaxConn double
    Maximum number of connections.
    MaxInFlow double
    Maximum incoming Bandwidth.
    MaxInPkg double
    Maximum incoming packet.
    MaxNewConn double
    Maximum number of new connections.
    MaxOutFlow double
    Maximum output bandwidth.
    MaxOutPkg double
    Maximum output packet.
    Network string
    cluster network type.
    ResourceCount double
    The total number of resources in the cluster.
    Zone string
    .
    ClusterId string
    cluster ID.
    ClusterName string
    cluster name.
    ClusterTag string
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    ClusterType string
    cluster type: TGW, STGW, VPCGW.
    ClustersVersion string
    clusters version.
    ClustersZones []GetClbExclusiveClustersClusterSetClustersZone
    Availability zone where the cluster is located.
    DisasterRecoveryType string
    Cluster disaster recovery type:SINGLE-ZONE, DISASTER-RECOVERY, MUTUAL-DISASTER-RECOVERY.
    HttpMaxNewConn float64
    Maximum number of new http connections.
    HttpQps float64
    Http Qps.
    HttpsMaxNewConn float64
    Maximum number of new https connections.
    HttpsQps float64
    Https Qps.
    IdleResourceCount float64
    The total number of free resources in the cluster.
    Isp string
    Isp: BGP, CMCC,CUCC,CTCC,INTERNAL.
    LoadBalanceDirectorCount float64
    Total number of forwarders in the cluster.
    MaxConn float64
    Maximum number of connections.
    MaxInFlow float64
    Maximum incoming Bandwidth.
    MaxInPkg float64
    Maximum incoming packet.
    MaxNewConn float64
    Maximum number of new connections.
    MaxOutFlow float64
    Maximum output bandwidth.
    MaxOutPkg float64
    Maximum output packet.
    Network string
    cluster network type.
    ResourceCount float64
    The total number of resources in the cluster.
    Zone string
    .
    clusterId String
    cluster ID.
    clusterName String
    cluster name.
    clusterTag String
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    clusterType String
    cluster type: TGW, STGW, VPCGW.
    clustersVersion String
    clusters version.
    clustersZones List<GetClbExclusiveClustersClusterSetClustersZone>
    Availability zone where the cluster is located.
    disasterRecoveryType String
    Cluster disaster recovery type:SINGLE-ZONE, DISASTER-RECOVERY, MUTUAL-DISASTER-RECOVERY.
    httpMaxNewConn Double
    Maximum number of new http connections.
    httpQps Double
    Http Qps.
    httpsMaxNewConn Double
    Maximum number of new https connections.
    httpsQps Double
    Https Qps.
    idleResourceCount Double
    The total number of free resources in the cluster.
    isp String
    Isp: BGP, CMCC,CUCC,CTCC,INTERNAL.
    loadBalanceDirectorCount Double
    Total number of forwarders in the cluster.
    maxConn Double
    Maximum number of connections.
    maxInFlow Double
    Maximum incoming Bandwidth.
    maxInPkg Double
    Maximum incoming packet.
    maxNewConn Double
    Maximum number of new connections.
    maxOutFlow Double
    Maximum output bandwidth.
    maxOutPkg Double
    Maximum output packet.
    network String
    cluster network type.
    resourceCount Double
    The total number of resources in the cluster.
    zone String
    .
    clusterId string
    cluster ID.
    clusterName string
    cluster name.
    clusterTag string
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    clusterType string
    cluster type: TGW, STGW, VPCGW.
    clustersVersion string
    clusters version.
    clustersZones GetClbExclusiveClustersClusterSetClustersZone[]
    Availability zone where the cluster is located.
    disasterRecoveryType string
    Cluster disaster recovery type:SINGLE-ZONE, DISASTER-RECOVERY, MUTUAL-DISASTER-RECOVERY.
    httpMaxNewConn number
    Maximum number of new http connections.
    httpQps number
    Http Qps.
    httpsMaxNewConn number
    Maximum number of new https connections.
    httpsQps number
    Https Qps.
    idleResourceCount number
    The total number of free resources in the cluster.
    isp string
    Isp: BGP, CMCC,CUCC,CTCC,INTERNAL.
    loadBalanceDirectorCount number
    Total number of forwarders in the cluster.
    maxConn number
    Maximum number of connections.
    maxInFlow number
    Maximum incoming Bandwidth.
    maxInPkg number
    Maximum incoming packet.
    maxNewConn number
    Maximum number of new connections.
    maxOutFlow number
    Maximum output bandwidth.
    maxOutPkg number
    Maximum output packet.
    network string
    cluster network type.
    resourceCount number
    The total number of resources in the cluster.
    zone string
    .
    cluster_id str
    cluster ID.
    cluster_name str
    cluster name.
    cluster_tag str
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    cluster_type str
    cluster type: TGW, STGW, VPCGW.
    clusters_version str
    clusters version.
    clusters_zones Sequence[GetClbExclusiveClustersClusterSetClustersZone]
    Availability zone where the cluster is located.
    disaster_recovery_type str
    Cluster disaster recovery type:SINGLE-ZONE, DISASTER-RECOVERY, MUTUAL-DISASTER-RECOVERY.
    http_max_new_conn float
    Maximum number of new http connections.
    http_qps float
    Http Qps.
    https_max_new_conn float
    Maximum number of new https connections.
    https_qps float
    Https Qps.
    idle_resource_count float
    The total number of free resources in the cluster.
    isp str
    Isp: BGP, CMCC,CUCC,CTCC,INTERNAL.
    load_balance_director_count float
    Total number of forwarders in the cluster.
    max_conn float
    Maximum number of connections.
    max_in_flow float
    Maximum incoming Bandwidth.
    max_in_pkg float
    Maximum incoming packet.
    max_new_conn float
    Maximum number of new connections.
    max_out_flow float
    Maximum output bandwidth.
    max_out_pkg float
    Maximum output packet.
    network str
    cluster network type.
    resource_count float
    The total number of resources in the cluster.
    zone str
    .
    clusterId String
    cluster ID.
    clusterName String
    cluster name.
    clusterTag String
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    clusterType String
    cluster type: TGW, STGW, VPCGW.
    clustersVersion String
    clusters version.
    clustersZones List<Property Map>
    Availability zone where the cluster is located.
    disasterRecoveryType String
    Cluster disaster recovery type:SINGLE-ZONE, DISASTER-RECOVERY, MUTUAL-DISASTER-RECOVERY.
    httpMaxNewConn Number
    Maximum number of new http connections.
    httpQps Number
    Http Qps.
    httpsMaxNewConn Number
    Maximum number of new https connections.
    httpsQps Number
    Https Qps.
    idleResourceCount Number
    The total number of free resources in the cluster.
    isp String
    Isp: BGP, CMCC,CUCC,CTCC,INTERNAL.
    loadBalanceDirectorCount Number
    Total number of forwarders in the cluster.
    maxConn Number
    Maximum number of connections.
    maxInFlow Number
    Maximum incoming Bandwidth.
    maxInPkg Number
    Maximum incoming packet.
    maxNewConn Number
    Maximum number of new connections.
    maxOutFlow Number
    Maximum output bandwidth.
    maxOutPkg Number
    Maximum output packet.
    network String
    cluster network type.
    resourceCount Number
    The total number of resources in the cluster.
    zone String
    .

    GetClbExclusiveClustersClusterSetClustersZone

    MasterZones List<string>
    Availability master zone where the cluster is located.
    SlaveZones List<string>
    Availability slave zone where the cluster is located.
    MasterZones []string
    Availability master zone where the cluster is located.
    SlaveZones []string
    Availability slave zone where the cluster is located.
    masterZones List<String>
    Availability master zone where the cluster is located.
    slaveZones List<String>
    Availability slave zone where the cluster is located.
    masterZones string[]
    Availability master zone where the cluster is located.
    slaveZones string[]
    Availability slave zone where the cluster is located.
    master_zones Sequence[str]
    Availability master zone where the cluster is located.
    slave_zones Sequence[str]
    Availability slave zone where the cluster is located.
    masterZones List<String>
    Availability master zone where the cluster is located.
    slaveZones List<String>
    Availability slave zone where the cluster is located.

    GetClbExclusiveClustersFilter

    Name string
    Filter name.
    Values List<string>
    Filter value array.
    Name string
    Filter name.
    Values []string
    Filter value array.
    name String
    Filter name.
    values List<String>
    Filter value array.
    name string
    Filter name.
    values string[]
    Filter value array.
    name str
    Filter name.
    values Sequence[str]
    Filter value array.
    name String
    Filter name.
    values List<String>
    Filter value array.

    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