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

tencentcloud.getTsfCluster

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 tsf cluster

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const cluster = tencentcloud.getTsfCluster({
        clusterIdLists: ["cluster-vwgj5e6y"],
        clusterType: "V",
        disableProgramAuthCheck: true,
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    cluster = tencentcloud.get_tsf_cluster(cluster_id_lists=["cluster-vwgj5e6y"],
        cluster_type="V",
        disable_program_auth_check=True)
    
    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.LookupTsfCluster(ctx, &tencentcloud.LookupTsfClusterArgs{
    			ClusterIdLists: []string{
    				"cluster-vwgj5e6y",
    			},
    			ClusterType:             pulumi.StringRef("V"),
    			DisableProgramAuthCheck: pulumi.BoolRef(true),
    		}, 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 cluster = Tencentcloud.GetTsfCluster.Invoke(new()
        {
            ClusterIdLists = new[]
            {
                "cluster-vwgj5e6y",
            },
            ClusterType = "V",
            DisableProgramAuthCheck = true,
        });
    
    });
    
    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.GetTsfClusterArgs;
    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 cluster = TencentcloudFunctions.getTsfCluster(GetTsfClusterArgs.builder()
                .clusterIdLists("cluster-vwgj5e6y")
                .clusterType("V")
                .disableProgramAuthCheck(true)
                .build());
    
        }
    }
    
    variables:
      cluster:
        fn::invoke:
          function: tencentcloud:getTsfCluster
          arguments:
            clusterIdLists:
              - cluster-vwgj5e6y
            clusterType: V
            disableProgramAuthCheck: true
    

    Using getTsfCluster

    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 getTsfCluster(args: GetTsfClusterArgs, opts?: InvokeOptions): Promise<GetTsfClusterResult>
    function getTsfClusterOutput(args: GetTsfClusterOutputArgs, opts?: InvokeOptions): Output<GetTsfClusterResult>
    def get_tsf_cluster(cluster_id_lists: Optional[Sequence[str]] = None,
                        cluster_type: Optional[str] = None,
                        disable_program_auth_check: Optional[bool] = None,
                        id: Optional[str] = None,
                        result_output_file: Optional[str] = None,
                        search_word: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetTsfClusterResult
    def get_tsf_cluster_output(cluster_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                        cluster_type: Optional[pulumi.Input[str]] = None,
                        disable_program_auth_check: Optional[pulumi.Input[bool]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        result_output_file: Optional[pulumi.Input[str]] = None,
                        search_word: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetTsfClusterResult]
    func LookupTsfCluster(ctx *Context, args *LookupTsfClusterArgs, opts ...InvokeOption) (*LookupTsfClusterResult, error)
    func LookupTsfClusterOutput(ctx *Context, args *LookupTsfClusterOutputArgs, opts ...InvokeOption) LookupTsfClusterResultOutput

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

    public static class GetTsfCluster 
    {
        public static Task<GetTsfClusterResult> InvokeAsync(GetTsfClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetTsfClusterResult> Invoke(GetTsfClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTsfClusterResult> getTsfCluster(GetTsfClusterArgs args, InvokeOptions options)
    public static Output<GetTsfClusterResult> getTsfCluster(GetTsfClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTsfCluster:getTsfCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterIdLists List<string>
    Cluster ID list to be queried, if not filled in or passed, all content will be queried.
    ClusterType string
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    DisableProgramAuthCheck bool
    Whether to disable dataset authentication.
    Id string
    ResultOutputFile string
    Used to save results.
    SearchWord string
    Filter by keywords for Cluster Id or name.
    ClusterIdLists []string
    Cluster ID list to be queried, if not filled in or passed, all content will be queried.
    ClusterType string
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    DisableProgramAuthCheck bool
    Whether to disable dataset authentication.
    Id string
    ResultOutputFile string
    Used to save results.
    SearchWord string
    Filter by keywords for Cluster Id or name.
    clusterIdLists List<String>
    Cluster ID list to be queried, if not filled in or passed, all content will be queried.
    clusterType String
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    disableProgramAuthCheck Boolean
    Whether to disable dataset authentication.
    id String
    resultOutputFile String
    Used to save results.
    searchWord String
    Filter by keywords for Cluster Id or name.
    clusterIdLists string[]
    Cluster ID list to be queried, if not filled in or passed, all content will be queried.
    clusterType string
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    disableProgramAuthCheck boolean
    Whether to disable dataset authentication.
    id string
    resultOutputFile string
    Used to save results.
    searchWord string
    Filter by keywords for Cluster Id or name.
    cluster_id_lists Sequence[str]
    Cluster ID list to be queried, if not filled in or passed, all content will be queried.
    cluster_type str
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    disable_program_auth_check bool
    Whether to disable dataset authentication.
    id str
    result_output_file str
    Used to save results.
    search_word str
    Filter by keywords for Cluster Id or name.
    clusterIdLists List<String>
    Cluster ID list to be queried, if not filled in or passed, all content will be queried.
    clusterType String
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    disableProgramAuthCheck Boolean
    Whether to disable dataset authentication.
    id String
    resultOutputFile String
    Used to save results.
    searchWord String
    Filter by keywords for Cluster Id or name.

    getTsfCluster Result

    The following output properties are available:

    Id string
    Results List<GetTsfClusterResult>
    TSF cluster pagination object. Note: This field may return null, indicating no valid value.
    ClusterIdLists List<string>
    ClusterType string
    Cluster type. Note: This field may return null, indicating no valid value.
    DisableProgramAuthCheck bool
    ResultOutputFile string
    SearchWord string
    Id string
    Results []GetTsfClusterResult
    TSF cluster pagination object. Note: This field may return null, indicating no valid value.
    ClusterIdLists []string
    ClusterType string
    Cluster type. Note: This field may return null, indicating no valid value.
    DisableProgramAuthCheck bool
    ResultOutputFile string
    SearchWord string
    id String
    results List<GetTsfClusterResult>
    TSF cluster pagination object. Note: This field may return null, indicating no valid value.
    clusterIdLists List<String>
    clusterType String
    Cluster type. Note: This field may return null, indicating no valid value.
    disableProgramAuthCheck Boolean
    resultOutputFile String
    searchWord String
    id string
    results GetTsfClusterResult[]
    TSF cluster pagination object. Note: This field may return null, indicating no valid value.
    clusterIdLists string[]
    clusterType string
    Cluster type. Note: This field may return null, indicating no valid value.
    disableProgramAuthCheck boolean
    resultOutputFile string
    searchWord string
    id str
    results Sequence[GetTsfClusterResult]
    TSF cluster pagination object. Note: This field may return null, indicating no valid value.
    cluster_id_lists Sequence[str]
    cluster_type str
    Cluster type. Note: This field may return null, indicating no valid value.
    disable_program_auth_check bool
    result_output_file str
    search_word str
    id String
    results List<Property Map>
    TSF cluster pagination object. Note: This field may return null, indicating no valid value.
    clusterIdLists List<String>
    clusterType String
    Cluster type. Note: This field may return null, indicating no valid value.
    disableProgramAuthCheck Boolean
    resultOutputFile String
    searchWord String

    Supporting Types

    GetTsfClusterResult

    Contents List<GetTsfClusterResultContent>
    Cluster list. Note: This field may return null, indicating no valid values.
    TotalCount double
    Total number of items. Note: This field may return null, indicating that no valid value was found.
    Contents []GetTsfClusterResultContent
    Cluster list. Note: This field may return null, indicating no valid values.
    TotalCount float64
    Total number of items. Note: This field may return null, indicating that no valid value was found.
    contents List<GetTsfClusterResultContent>
    Cluster list. Note: This field may return null, indicating no valid values.
    totalCount Double
    Total number of items. Note: This field may return null, indicating that no valid value was found.
    contents GetTsfClusterResultContent[]
    Cluster list. Note: This field may return null, indicating no valid values.
    totalCount number
    Total number of items. Note: This field may return null, indicating that no valid value was found.
    contents Sequence[GetTsfClusterResultContent]
    Cluster list. Note: This field may return null, indicating no valid values.
    total_count float
    Total number of items. Note: This field may return null, indicating that no valid value was found.
    contents List<Property Map>
    Cluster list. Note: This field may return null, indicating no valid values.
    totalCount Number
    Total number of items. Note: This field may return null, indicating that no valid value was found.

    GetTsfClusterResultContent

    ClusterCidr string
    cluster CIDR. Note: This field may return null, indicating no valid value.
    ClusterDesc string
    Cluster description. Note: This field may return null, indicating no valid value.
    ClusterId string
    Cluster ID. Note: This field may return null, indicating no valid value.
    ClusterLimitCpu double
    Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
    ClusterLimitMem double
    Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
    ClusterName string
    Cluster name. Note: This field may return null, indicating no valid value.
    ClusterStatus string
    cluster status. Note: This field may return null, indicating no valid value.
    ClusterTotalCpu double
    Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
    ClusterTotalMem double
    Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
    ClusterType string
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    ClusterUsedCpu double
    Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
    ClusterUsedMem double
    Cluster used memory in GB. This field may return null, indicating no valid value.
    ClusterVersion string
    The cluster version, may return null if not applicable.
    CreateTime string
    CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
    DeleteFlag bool
    Deletion tag: true means it can be deleted, false means it cannot be deleted. Note: This field may return null, indicating no valid value.
    DeleteFlagReason string
    Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
    InstanceCount double
    Cluster instance number. This field may return null, indicating no valid value.
    NormalInstanceCount double
    Cluster normal instance number. This field may return null, indicating no valid value.
    OperationInfos List<GetTsfClusterResultContentOperationInfo>
    Control information returned to the frontend. This field may return null, indicating no valid value.
    RunInstanceCount double
    Cluster running instance number. This field may return null, indicating no valid value.
    RunServiceInstanceCount double
    Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
    SubnetId string
    Cluster subnet ID. Note: This field may return null, indicating no valid values.
    TsfRegionId string
    region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    TsfRegionName string
    region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    TsfZoneId string
    Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    TsfZoneName string
    Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    UpdateTime string
    last update time. Note: This field may return null, indicating that no valid values can be obtained.
    VpcId string
    Private network ID of the cluster. Note: This field may return null, indicating no valid value.
    ClusterCidr string
    cluster CIDR. Note: This field may return null, indicating no valid value.
    ClusterDesc string
    Cluster description. Note: This field may return null, indicating no valid value.
    ClusterId string
    Cluster ID. Note: This field may return null, indicating no valid value.
    ClusterLimitCpu float64
    Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
    ClusterLimitMem float64
    Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
    ClusterName string
    Cluster name. Note: This field may return null, indicating no valid value.
    ClusterStatus string
    cluster status. Note: This field may return null, indicating no valid value.
    ClusterTotalCpu float64
    Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
    ClusterTotalMem float64
    Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
    ClusterType string
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    ClusterUsedCpu float64
    Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
    ClusterUsedMem float64
    Cluster used memory in GB. This field may return null, indicating no valid value.
    ClusterVersion string
    The cluster version, may return null if not applicable.
    CreateTime string
    CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
    DeleteFlag bool
    Deletion tag: true means it can be deleted, false means it cannot be deleted. Note: This field may return null, indicating no valid value.
    DeleteFlagReason string
    Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
    InstanceCount float64
    Cluster instance number. This field may return null, indicating no valid value.
    NormalInstanceCount float64
    Cluster normal instance number. This field may return null, indicating no valid value.
    OperationInfos []GetTsfClusterResultContentOperationInfo
    Control information returned to the frontend. This field may return null, indicating no valid value.
    RunInstanceCount float64
    Cluster running instance number. This field may return null, indicating no valid value.
    RunServiceInstanceCount float64
    Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
    SubnetId string
    Cluster subnet ID. Note: This field may return null, indicating no valid values.
    TsfRegionId string
    region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    TsfRegionName string
    region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    TsfZoneId string
    Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    TsfZoneName string
    Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    UpdateTime string
    last update time. Note: This field may return null, indicating that no valid values can be obtained.
    VpcId string
    Private network ID of the cluster. Note: This field may return null, indicating no valid value.
    clusterCidr String
    cluster CIDR. Note: This field may return null, indicating no valid value.
    clusterDesc String
    Cluster description. Note: This field may return null, indicating no valid value.
    clusterId String
    Cluster ID. Note: This field may return null, indicating no valid value.
    clusterLimitCpu Double
    Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
    clusterLimitMem Double
    Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
    clusterName String
    Cluster name. Note: This field may return null, indicating no valid value.
    clusterStatus String
    cluster status. Note: This field may return null, indicating no valid value.
    clusterTotalCpu Double
    Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
    clusterTotalMem Double
    Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
    clusterType String
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    clusterUsedCpu Double
    Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
    clusterUsedMem Double
    Cluster used memory in GB. This field may return null, indicating no valid value.
    clusterVersion String
    The cluster version, may return null if not applicable.
    createTime String
    CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
    deleteFlag Boolean
    Deletion tag: true means it can be deleted, false means it cannot be deleted. Note: This field may return null, indicating no valid value.
    deleteFlagReason String
    Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
    instanceCount Double
    Cluster instance number. This field may return null, indicating no valid value.
    normalInstanceCount Double
    Cluster normal instance number. This field may return null, indicating no valid value.
    operationInfos List<GetTsfClusterResultContentOperationInfo>
    Control information returned to the frontend. This field may return null, indicating no valid value.
    runInstanceCount Double
    Cluster running instance number. This field may return null, indicating no valid value.
    runServiceInstanceCount Double
    Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
    subnetId String
    Cluster subnet ID. Note: This field may return null, indicating no valid values.
    tsfRegionId String
    region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfRegionName String
    region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfZoneId String
    Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfZoneName String
    Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    updateTime String
    last update time. Note: This field may return null, indicating that no valid values can be obtained.
    vpcId String
    Private network ID of the cluster. Note: This field may return null, indicating no valid value.
    clusterCidr string
    cluster CIDR. Note: This field may return null, indicating no valid value.
    clusterDesc string
    Cluster description. Note: This field may return null, indicating no valid value.
    clusterId string
    Cluster ID. Note: This field may return null, indicating no valid value.
    clusterLimitCpu number
    Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
    clusterLimitMem number
    Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
    clusterName string
    Cluster name. Note: This field may return null, indicating no valid value.
    clusterStatus string
    cluster status. Note: This field may return null, indicating no valid value.
    clusterTotalCpu number
    Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
    clusterTotalMem number
    Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
    clusterType string
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    clusterUsedCpu number
    Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
    clusterUsedMem number
    Cluster used memory in GB. This field may return null, indicating no valid value.
    clusterVersion string
    The cluster version, may return null if not applicable.
    createTime string
    CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
    deleteFlag boolean
    Deletion tag: true means it can be deleted, false means it cannot be deleted. Note: This field may return null, indicating no valid value.
    deleteFlagReason string
    Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
    instanceCount number
    Cluster instance number. This field may return null, indicating no valid value.
    normalInstanceCount number
    Cluster normal instance number. This field may return null, indicating no valid value.
    operationInfos GetTsfClusterResultContentOperationInfo[]
    Control information returned to the frontend. This field may return null, indicating no valid value.
    runInstanceCount number
    Cluster running instance number. This field may return null, indicating no valid value.
    runServiceInstanceCount number
    Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
    subnetId string
    Cluster subnet ID. Note: This field may return null, indicating no valid values.
    tsfRegionId string
    region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfRegionName string
    region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfZoneId string
    Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfZoneName string
    Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    updateTime string
    last update time. Note: This field may return null, indicating that no valid values can be obtained.
    vpcId string
    Private network ID of the cluster. Note: This field may return null, indicating no valid value.
    cluster_cidr str
    cluster CIDR. Note: This field may return null, indicating no valid value.
    cluster_desc str
    Cluster description. Note: This field may return null, indicating no valid value.
    cluster_id str
    Cluster ID. Note: This field may return null, indicating no valid value.
    cluster_limit_cpu float
    Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
    cluster_limit_mem float
    Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
    cluster_name str
    Cluster name. Note: This field may return null, indicating no valid value.
    cluster_status str
    cluster status. Note: This field may return null, indicating no valid value.
    cluster_total_cpu float
    Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
    cluster_total_mem float
    Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
    cluster_type str
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    cluster_used_cpu float
    Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
    cluster_used_mem float
    Cluster used memory in GB. This field may return null, indicating no valid value.
    cluster_version str
    The cluster version, may return null if not applicable.
    create_time str
    CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
    delete_flag bool
    Deletion tag: true means it can be deleted, false means it cannot be deleted. Note: This field may return null, indicating no valid value.
    delete_flag_reason str
    Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
    instance_count float
    Cluster instance number. This field may return null, indicating no valid value.
    normal_instance_count float
    Cluster normal instance number. This field may return null, indicating no valid value.
    operation_infos Sequence[GetTsfClusterResultContentOperationInfo]
    Control information returned to the frontend. This field may return null, indicating no valid value.
    run_instance_count float
    Cluster running instance number. This field may return null, indicating no valid value.
    run_service_instance_count float
    Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
    subnet_id str
    Cluster subnet ID. Note: This field may return null, indicating no valid values.
    tsf_region_id str
    region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsf_region_name str
    region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsf_zone_id str
    Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsf_zone_name str
    Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    update_time str
    last update time. Note: This field may return null, indicating that no valid values can be obtained.
    vpc_id str
    Private network ID of the cluster. Note: This field may return null, indicating no valid value.
    clusterCidr String
    cluster CIDR. Note: This field may return null, indicating no valid value.
    clusterDesc String
    Cluster description. Note: This field may return null, indicating no valid value.
    clusterId String
    Cluster ID. Note: This field may return null, indicating no valid value.
    clusterLimitCpu Number
    Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
    clusterLimitMem Number
    Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
    clusterName String
    Cluster name. Note: This field may return null, indicating no valid value.
    clusterStatus String
    cluster status. Note: This field may return null, indicating no valid value.
    clusterTotalCpu Number
    Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
    clusterTotalMem Number
    Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
    clusterType String
    The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine.
    clusterUsedCpu Number
    Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
    clusterUsedMem Number
    Cluster used memory in GB. This field may return null, indicating no valid value.
    clusterVersion String
    The cluster version, may return null if not applicable.
    createTime String
    CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
    deleteFlag Boolean
    Deletion tag: true means it can be deleted, false means it cannot be deleted. Note: This field may return null, indicating no valid value.
    deleteFlagReason String
    Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
    instanceCount Number
    Cluster instance number. This field may return null, indicating no valid value.
    normalInstanceCount Number
    Cluster normal instance number. This field may return null, indicating no valid value.
    operationInfos List<Property Map>
    Control information returned to the frontend. This field may return null, indicating no valid value.
    runInstanceCount Number
    Cluster running instance number. This field may return null, indicating no valid value.
    runServiceInstanceCount Number
    Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
    subnetId String
    Cluster subnet ID. Note: This field may return null, indicating no valid values.
    tsfRegionId String
    region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfRegionName String
    region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfZoneId String
    Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    tsfZoneName String
    Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
    updateTime String
    last update time. Note: This field may return null, indicating that no valid values can be obtained.
    vpcId String
    Private network ID of the cluster. Note: This field may return null, indicating no valid value.

    GetTsfClusterResultContentOperationInfo

    AddInstances List<GetTsfClusterResultContentOperationInfoAddInstance>
    Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
    Destroys List<GetTsfClusterResultContentOperationInfoDestroy>
    Control information for destroying machine, may return null if no valid value is obtained.
    Inits List<GetTsfClusterResultContentOperationInfoInit>
    Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
    AddInstances []GetTsfClusterResultContentOperationInfoAddInstance
    Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
    Destroys []GetTsfClusterResultContentOperationInfoDestroy
    Control information for destroying machine, may return null if no valid value is obtained.
    Inits []GetTsfClusterResultContentOperationInfoInit
    Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
    addInstances List<GetTsfClusterResultContentOperationInfoAddInstance>
    Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
    destroys List<GetTsfClusterResultContentOperationInfoDestroy>
    Control information for destroying machine, may return null if no valid value is obtained.
    inits List<GetTsfClusterResultContentOperationInfoInit>
    Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
    addInstances GetTsfClusterResultContentOperationInfoAddInstance[]
    Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
    destroys GetTsfClusterResultContentOperationInfoDestroy[]
    Control information for destroying machine, may return null if no valid value is obtained.
    inits GetTsfClusterResultContentOperationInfoInit[]
    Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
    add_instances Sequence[GetTsfClusterResultContentOperationInfoAddInstance]
    Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
    destroys Sequence[GetTsfClusterResultContentOperationInfoDestroy]
    Control information for destroying machine, may return null if no valid value is obtained.
    inits Sequence[GetTsfClusterResultContentOperationInfoInit]
    Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
    addInstances List<Property Map>
    Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
    destroys List<Property Map>
    Control information for destroying machine, may return null if no valid value is obtained.
    inits List<Property Map>
    Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.

    GetTsfClusterResultContentOperationInfoAddInstance

    DisabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    Enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    Supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    DisabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    Enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    Supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason String
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled Boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported Boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabled_reason str
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason String
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled Boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported Boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.

    GetTsfClusterResultContentOperationInfoDestroy

    DisabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    Enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    Supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    DisabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    Enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    Supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason String
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled Boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported Boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabled_reason str
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason String
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled Boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported Boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.

    GetTsfClusterResultContentOperationInfoInit

    DisabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    Enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    Supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    DisabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    Enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    Supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason String
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled Boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported Boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason string
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabled_reason str
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled bool
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported bool
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.
    disabledReason String
    Reason for not displaying. Note: This field may return null, indicating no valid value.
    enabled Boolean
    The availability of the button (whether it is clickable) may return null indicating that the information is not available.
    supported Boolean
    Whether to display the button. Note: This field may return null, indicating that no valid value was found.

    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