tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getTsfCluster
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 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:
- Cluster
Id List<string>Lists - Cluster ID list to be queried, if not filled in or passed, all content will be queried.
- Cluster
Type string - 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 boolAuth Check - Whether to disable dataset authentication.
- Id string
- Result
Output stringFile - Used to save results.
- Search
Word string - Filter by keywords for Cluster Id or name.
- Cluster
Id []stringLists - Cluster ID list to be queried, if not filled in or passed, all content will be queried.
- Cluster
Type string - 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 boolAuth Check - Whether to disable dataset authentication.
- Id string
- Result
Output stringFile - Used to save results.
- Search
Word string - Filter by keywords for Cluster Id or name.
- cluster
Id List<String>Lists - Cluster ID list to be queried, if not filled in or passed, all content will be queried.
- cluster
Type String - 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 BooleanAuth Check - Whether to disable dataset authentication.
- id String
- result
Output StringFile - Used to save results.
- search
Word String - Filter by keywords for Cluster Id or name.
- cluster
Id string[]Lists - Cluster ID list to be queried, if not filled in or passed, all content will be queried.
- cluster
Type string - 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 booleanAuth Check - Whether to disable dataset authentication.
- id string
- result
Output stringFile - Used to save results.
- search
Word string - Filter by keywords for Cluster Id or name.
- cluster_
id_ Sequence[str]lists - 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_ boolauth_ check - Whether to disable dataset authentication.
- id str
- result_
output_ strfile - Used to save results.
- search_
word str - Filter by keywords for Cluster Id or name.
- cluster
Id List<String>Lists - Cluster ID list to be queried, if not filled in or passed, all content will be queried.
- cluster
Type String - 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 BooleanAuth Check - Whether to disable dataset authentication.
- id String
- result
Output StringFile - Used to save results.
- search
Word String - Filter by keywords for Cluster Id or name.
getTsfCluster Result
The following output properties are available:
- Id string
- Results
List<Get
Tsf Cluster Result> - TSF cluster pagination object. Note: This field may return null, indicating no valid value.
- Cluster
Id List<string>Lists - Cluster
Type string - Cluster type. Note: This field may return null, indicating no valid value.
- Disable
Program boolAuth Check - Result
Output stringFile - Search
Word string
- Id string
- Results
[]Get
Tsf Cluster Result - TSF cluster pagination object. Note: This field may return null, indicating no valid value.
- Cluster
Id []stringLists - Cluster
Type string - Cluster type. Note: This field may return null, indicating no valid value.
- Disable
Program boolAuth Check - Result
Output stringFile - Search
Word string
- id String
- results
List<Get
Tsf Cluster Result> - TSF cluster pagination object. Note: This field may return null, indicating no valid value.
- cluster
Id List<String>Lists - cluster
Type String - Cluster type. Note: This field may return null, indicating no valid value.
- disable
Program BooleanAuth Check - result
Output StringFile - search
Word String
- id string
- results
Get
Tsf Cluster Result[] - TSF cluster pagination object. Note: This field may return null, indicating no valid value.
- cluster
Id string[]Lists - cluster
Type string - Cluster type. Note: This field may return null, indicating no valid value.
- disable
Program booleanAuth Check - result
Output stringFile - search
Word string
- id str
- results
Sequence[Get
Tsf Cluster Result] - TSF cluster pagination object. Note: This field may return null, indicating no valid value.
- cluster_
id_ Sequence[str]lists - cluster_
type str - Cluster type. Note: This field may return null, indicating no valid value.
- disable_
program_ boolauth_ check - result_
output_ strfile - search_
word str
- id String
- results List<Property Map>
- TSF cluster pagination object. Note: This field may return null, indicating no valid value.
- cluster
Id List<String>Lists - cluster
Type String - Cluster type. Note: This field may return null, indicating no valid value.
- disable
Program BooleanAuth Check - result
Output StringFile - search
Word String
Supporting Types
GetTsfClusterResult
- Contents
This property is required. List<GetTsf Cluster Result Content> - Cluster list. Note: This field may return null, indicating no valid values.
- Total
Count This property is required. double - Total number of items. Note: This field may return null, indicating that no valid value was found.
- Contents
This property is required. []GetTsf Cluster Result Content - Cluster list. Note: This field may return null, indicating no valid values.
- Total
Count This property is required. float64 - Total number of items. Note: This field may return null, indicating that no valid value was found.
- contents
This property is required. List<GetTsf Cluster Result Content> - Cluster list. Note: This field may return null, indicating no valid values.
- total
Count This property is required. Double - Total number of items. Note: This field may return null, indicating that no valid value was found.
- contents
This property is required. GetTsf Cluster Result Content[] - Cluster list. Note: This field may return null, indicating no valid values.
- total
Count This property is required. number - Total number of items. Note: This field may return null, indicating that no valid value was found.
- contents
This property is required. Sequence[GetTsf Cluster Result Content] - Cluster list. Note: This field may return null, indicating no valid values.
- total_
count This property is required. float - Total number of items. Note: This field may return null, indicating that no valid value was found.
- contents
This property is required. List<Property Map> - Cluster list. Note: This field may return null, indicating no valid values.
- total
Count This property is required. Number - Total number of items. Note: This field may return null, indicating that no valid value was found.
GetTsfClusterResultContent
- Cluster
Cidr This property is required. string - cluster CIDR. Note: This field may return null, indicating no valid value.
- Cluster
Desc This property is required. string - Cluster description. Note: This field may return null, indicating no valid value.
- Cluster
Id This property is required. string - Cluster ID. Note: This field may return null, indicating no valid value.
- Cluster
Limit Cpu This property is required. double - Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
- Cluster
Limit Mem This property is required. double - Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
- Cluster
Name This property is required. string - Cluster name. Note: This field may return null, indicating no valid value.
- Cluster
Status This property is required. string - cluster status. Note: This field may return null, indicating no valid value.
- Cluster
Total Cpu This property is required. double - Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
- Cluster
Total Mem This property is required. double - Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
- Cluster
Type This property is required. string - 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 This property is required. double - Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
- Cluster
Used Mem This property is required. double - Cluster used memory in GB. This field may return null, indicating no valid value.
- Cluster
Version This property is required. string - The cluster version, may return null if not applicable.
- Create
Time This property is required. string - CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
- Delete
Flag This property is required. 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 This property is required. string - Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
- Instance
Count This property is required. double - Cluster instance number. This field may return null, indicating no valid value.
- Normal
Instance Count This property is required. double - Cluster normal instance number. This field may return null, indicating no valid value.
- Operation
Infos This property is required. List<GetTsf Cluster Result Content Operation Info> - Control information returned to the frontend. This field may return null, indicating no valid value.
- Run
Instance Count This property is required. double - Cluster running instance number. This field may return null, indicating no valid value.
- Run
Service Instance Count This property is required. double - Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
- Subnet
Id This property is required. string - Cluster subnet ID. Note: This field may return null, indicating no valid values.
- Tsf
Region Id This property is required. string - region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Tsf
Region Name This property is required. string - region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Tsf
Zone Id This property is required. string - Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Tsf
Zone Name This property is required. string - Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Update
Time This property is required. string - last update time. Note: This field may return null, indicating that no valid values can be obtained.
- Vpc
Id This property is required. string - Private network ID of the cluster. Note: This field may return null, indicating no valid value.
- Cluster
Cidr This property is required. string - cluster CIDR. Note: This field may return null, indicating no valid value.
- Cluster
Desc This property is required. string - Cluster description. Note: This field may return null, indicating no valid value.
- Cluster
Id This property is required. string - Cluster ID. Note: This field may return null, indicating no valid value.
- Cluster
Limit Cpu This property is required. float64 - Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
- Cluster
Limit Mem This property is required. float64 - Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
- Cluster
Name This property is required. string - Cluster name. Note: This field may return null, indicating no valid value.
- Cluster
Status This property is required. string - cluster status. Note: This field may return null, indicating no valid value.
- Cluster
Total Cpu This property is required. float64 - Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
- Cluster
Total Mem This property is required. float64 - Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
- Cluster
Type This property is required. string - 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 This property is required. float64 - Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
- Cluster
Used Mem This property is required. float64 - Cluster used memory in GB. This field may return null, indicating no valid value.
- Cluster
Version This property is required. string - The cluster version, may return null if not applicable.
- Create
Time This property is required. string - CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
- Delete
Flag This property is required. 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 This property is required. string - Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
- Instance
Count This property is required. float64 - Cluster instance number. This field may return null, indicating no valid value.
- Normal
Instance Count This property is required. float64 - Cluster normal instance number. This field may return null, indicating no valid value.
- Operation
Infos This property is required. []GetTsf Cluster Result Content Operation Info - Control information returned to the frontend. This field may return null, indicating no valid value.
- Run
Instance Count This property is required. float64 - Cluster running instance number. This field may return null, indicating no valid value.
- Run
Service Instance Count This property is required. float64 - Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
- Subnet
Id This property is required. string - Cluster subnet ID. Note: This field may return null, indicating no valid values.
- Tsf
Region Id This property is required. string - region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Tsf
Region Name This property is required. string - region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Tsf
Zone Id This property is required. string - Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Tsf
Zone Name This property is required. string - Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- Update
Time This property is required. string - last update time. Note: This field may return null, indicating that no valid values can be obtained.
- Vpc
Id This property is required. string - Private network ID of the cluster. Note: This field may return null, indicating no valid value.
- cluster
Cidr This property is required. String - cluster CIDR. Note: This field may return null, indicating no valid value.
- cluster
Desc This property is required. String - Cluster description. Note: This field may return null, indicating no valid value.
- cluster
Id This property is required. String - Cluster ID. Note: This field may return null, indicating no valid value.
- cluster
Limit Cpu This property is required. Double - Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
- cluster
Limit Mem This property is required. Double - Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
- cluster
Name This property is required. String - Cluster name. Note: This field may return null, indicating no valid value.
- cluster
Status This property is required. String - cluster status. Note: This field may return null, indicating no valid value.
- cluster
Total Cpu This property is required. Double - Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
- cluster
Total Mem This property is required. Double - Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
- cluster
Type This property is required. String - 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 This property is required. Double - Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
- cluster
Used Mem This property is required. Double - Cluster used memory in GB. This field may return null, indicating no valid value.
- cluster
Version This property is required. String - The cluster version, may return null if not applicable.
- create
Time This property is required. String - CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
- delete
Flag This property is required. 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.
- delete
Flag Reason This property is required. String - Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
- instance
Count This property is required. Double - Cluster instance number. This field may return null, indicating no valid value.
- normal
Instance Count This property is required. Double - Cluster normal instance number. This field may return null, indicating no valid value.
- operation
Infos This property is required. List<GetTsf Cluster Result Content Operation Info> - Control information returned to the frontend. This field may return null, indicating no valid value.
- run
Instance Count This property is required. Double - Cluster running instance number. This field may return null, indicating no valid value.
- run
Service Instance Count This property is required. Double - Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
- subnet
Id This property is required. String - Cluster subnet ID. Note: This field may return null, indicating no valid values.
- tsf
Region Id This property is required. String - region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Region Name This property is required. String - region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Zone Id This property is required. String - Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Zone Name This property is required. String - Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- update
Time This property is required. String - last update time. Note: This field may return null, indicating that no valid values can be obtained.
- vpc
Id This property is required. String - Private network ID of the cluster. Note: This field may return null, indicating no valid value.
- cluster
Cidr This property is required. string - cluster CIDR. Note: This field may return null, indicating no valid value.
- cluster
Desc This property is required. string - Cluster description. Note: This field may return null, indicating no valid value.
- cluster
Id This property is required. string - Cluster ID. Note: This field may return null, indicating no valid value.
- cluster
Limit Cpu This property is required. number - Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
- cluster
Limit Mem This property is required. number - Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
- cluster
Name This property is required. string - Cluster name. Note: This field may return null, indicating no valid value.
- cluster
Status This property is required. string - cluster status. Note: This field may return null, indicating no valid value.
- cluster
Total Cpu This property is required. number - Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
- cluster
Total Mem This property is required. number - Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
- cluster
Type This property is required. string - 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 This property is required. number - Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
- cluster
Used Mem This property is required. number - Cluster used memory in GB. This field may return null, indicating no valid value.
- cluster
Version This property is required. string - The cluster version, may return null if not applicable.
- create
Time This property is required. string - CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
- delete
Flag This property is required. 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.
- delete
Flag Reason This property is required. string - Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
- instance
Count This property is required. number - Cluster instance number. This field may return null, indicating no valid value.
- normal
Instance Count This property is required. number - Cluster normal instance number. This field may return null, indicating no valid value.
- operation
Infos This property is required. GetTsf Cluster Result Content Operation Info[] - Control information returned to the frontend. This field may return null, indicating no valid value.
- run
Instance Count This property is required. number - Cluster running instance number. This field may return null, indicating no valid value.
- run
Service Instance Count This property is required. number - Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
- subnet
Id This property is required. string - Cluster subnet ID. Note: This field may return null, indicating no valid values.
- tsf
Region Id This property is required. string - region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Region Name This property is required. string - region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Zone Id This property is required. string - Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Zone Name This property is required. string - Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- update
Time This property is required. string - last update time. Note: This field may return null, indicating that no valid values can be obtained.
- vpc
Id This property is required. string - Private network ID of the cluster. Note: This field may return null, indicating no valid value.
- cluster_
cidr This property is required. str - cluster CIDR. Note: This field may return null, indicating no valid value.
- cluster_
desc This property is required. str - Cluster description. Note: This field may return null, indicating no valid value.
- cluster_
id This property is required. str - Cluster ID. Note: This field may return null, indicating no valid value.
- cluster_
limit_ cpu This property is required. float - Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
- cluster_
limit_ mem This property is required. float - Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
- cluster_
name This property is required. str - Cluster name. Note: This field may return null, indicating no valid value.
- cluster_
status This property is required. str - cluster status. Note: This field may return null, indicating no valid value.
- cluster_
total_ cpu This property is required. float - Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
- cluster_
total_ mem This property is required. float - Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
- cluster_
type This property is required. 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 This property is required. float - Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
- cluster_
used_ mem This property is required. float - Cluster used memory in GB. This field may return null, indicating no valid value.
- cluster_
version This property is required. str - The cluster version, may return null if not applicable.
- create_
time This property is required. str - CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
- delete_
flag This property is required. 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 This property is required. str - Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
- instance_
count This property is required. float - Cluster instance number. This field may return null, indicating no valid value.
- normal_
instance_ count This property is required. float - Cluster normal instance number. This field may return null, indicating no valid value.
- operation_
infos This property is required. Sequence[GetTsf Cluster Result Content Operation Info] - Control information returned to the frontend. This field may return null, indicating no valid value.
- run_
instance_ count This property is required. float - Cluster running instance number. This field may return null, indicating no valid value.
- run_
service_ instance_ count This property is required. float - Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
- subnet_
id This property is required. str - Cluster subnet ID. Note: This field may return null, indicating no valid values.
- tsf_
region_ id This property is required. str - region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf_
region_ name This property is required. str - region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf_
zone_ id This property is required. str - Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf_
zone_ name This property is required. str - Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- update_
time This property is required. str - last update time. Note: This field may return null, indicating that no valid values can be obtained.
- vpc_
id This property is required. str - Private network ID of the cluster. Note: This field may return null, indicating no valid value.
- cluster
Cidr This property is required. String - cluster CIDR. Note: This field may return null, indicating no valid value.
- cluster
Desc This property is required. String - Cluster description. Note: This field may return null, indicating no valid value.
- cluster
Id This property is required. String - Cluster ID. Note: This field may return null, indicating no valid value.
- cluster
Limit Cpu This property is required. Number - Maximum CPU limit of the cluster, in cores. This field may return null, indicating that no valid value was found.
- cluster
Limit Mem This property is required. Number - Cluster maximum memory limit in GB. This field may return null, indicating that no valid value was found.
- cluster
Name This property is required. String - Cluster name. Note: This field may return null, indicating no valid value.
- cluster
Status This property is required. String - cluster status. Note: This field may return null, indicating no valid value.
- cluster
Total Cpu This property is required. Number - Total CPU of the cluster, unit: cores. Note: This field may return null, indicating that no valid value was found.
- cluster
Total Mem This property is required. Number - Total memory of the cluster, unit: G. Note: This field may return null, indicating that no valid value is obtained.
- cluster
Type This property is required. String - 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 This property is required. Number - Used CPU of the cluster, in cores. This field may return null, indicating no valid value.
- cluster
Used Mem This property is required. Number - Cluster used memory in GB. This field may return null, indicating no valid value.
- cluster
Version This property is required. String - The cluster version, may return null if not applicable.
- create
Time This property is required. String - CreationTime. Note: This field may return null, indicating that no valid values can be obtained.
- delete
Flag This property is required. 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.
- delete
Flag Reason This property is required. String - Reason why the cluster cannot be deleted. Note: This field may return null, indicating that no valid values can be obtained.
- instance
Count This property is required. Number - Cluster instance number. This field may return null, indicating no valid value.
- normal
Instance Count This property is required. Number - Cluster normal instance number. This field may return null, indicating no valid value.
- operation
Infos This property is required. List<Property Map> - Control information returned to the frontend. This field may return null, indicating no valid value.
- run
Instance Count This property is required. Number - Cluster running instance number. This field may return null, indicating no valid value.
- run
Service Instance Count This property is required. Number - Number of available service instances in the cluster. Note: This field may return null, indicating no valid value.
- subnet
Id This property is required. String - Cluster subnet ID. Note: This field may return null, indicating no valid values.
- tsf
Region Id This property is required. String - region ID of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Region Name This property is required. String - region name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Zone Id This property is required. String - Zone Id of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- tsf
Zone Name This property is required. String - Zone name of TSF. Note: This field may return null, indicating that no valid values can be obtained.
- update
Time This property is required. String - last update time. Note: This field may return null, indicating that no valid values can be obtained.
- vpc
Id This property is required. String - Private network ID of the cluster. Note: This field may return null, indicating no valid value.
GetTsfClusterResultContentOperationInfo
- Add
Instances This property is required. List<GetTsf Cluster Result Content Operation Info Add Instance> - Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
- Destroys
This property is required. List<GetTsf Cluster Result Content Operation Info Destroy> - Control information for destroying machine, may return null if no valid value is obtained.
- Inits
This property is required. List<GetTsf Cluster Result Content Operation Info Init> - Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
- Add
Instances This property is required. []GetTsf Cluster Result Content Operation Info Add Instance - Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
- Destroys
This property is required. []GetTsf Cluster Result Content Operation Info Destroy - Control information for destroying machine, may return null if no valid value is obtained.
- Inits
This property is required. []GetTsf Cluster Result Content Operation Info Init - Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
- add
Instances This property is required. List<GetTsf Cluster Result Content Operation Info Add Instance> - Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
- destroys
This property is required. List<GetTsf Cluster Result Content Operation Info Destroy> - Control information for destroying machine, may return null if no valid value is obtained.
- inits
This property is required. List<GetTsf Cluster Result Content Operation Info Init> - Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
- add
Instances This property is required. GetTsf Cluster Result Content Operation Info Add Instance[] - Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
- destroys
This property is required. GetTsf Cluster Result Content Operation Info Destroy[] - Control information for destroying machine, may return null if no valid value is obtained.
- inits
This property is required. GetTsf Cluster Result Content Operation Info Init[] - Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
- add_
instances This property is required. Sequence[GetTsf Cluster Result Content Operation Info Add Instance] - Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
- destroys
This property is required. Sequence[GetTsf Cluster Result Content Operation Info Destroy] - Control information for destroying machine, may return null if no valid value is obtained.
- inits
This property is required. Sequence[GetTsf Cluster Result Content Operation Info Init] - Control information of the initialization button returned to the front end. Note: This field may return null, indicating no valid value.
- add
Instances This property is required. List<Property Map> - Add instance button control information, Note: This field may return null, indicating that no valid value is obtained.
- destroys
This property is required. List<Property Map> - Control information for destroying machine, may return null if no valid value is obtained.
- inits
This property is required. 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
- Disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- Enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- Supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- Disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- Enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- Supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. String - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. Boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. Boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled_
reason This property is required. str - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. String - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. Boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. Boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
GetTsfClusterResultContentOperationInfoDestroy
- Disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- Enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- Supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- Disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- Enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- Supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. String - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. Boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. Boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled_
reason This property is required. str - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. String - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. Boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. Boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
GetTsfClusterResultContentOperationInfoInit
- Disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- Enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- Supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- Disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- Enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- Supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. String - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. Boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. Boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. string - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. boolean - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled_
reason This property is required. str - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. bool - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. bool - Whether to display the button. Note: This field may return null, indicating that no valid value was found.
- disabled
Reason This property is required. String - Reason for not displaying. Note: This field may return null, indicating no valid value.
- enabled
This property is required. Boolean - The availability of the button (whether it is clickable) may return null indicating that the information is not available.
- supported
This property is required. 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 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack