tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getTsfGroupInstances
Start a Neo task
Explain and create a tencentcloud.getTsfGroupInstances resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of tsf group_instances
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const groupInstances = tencentcloud.getTsfGroupInstances({
groupId: "group-yrjkln9v",
searchWord: "testing",
orderBy: "ASC",
orderType: 0,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
group_instances = tencentcloud.get_tsf_group_instances(group_id="group-yrjkln9v",
search_word="testing",
order_by="ASC",
order_type=0)
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.LookupTsfGroupInstances(ctx, &tencentcloud.LookupTsfGroupInstancesArgs{
GroupId: "group-yrjkln9v",
SearchWord: pulumi.StringRef("testing"),
OrderBy: pulumi.StringRef("ASC"),
OrderType: pulumi.Float64Ref(0),
}, 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 groupInstances = Tencentcloud.GetTsfGroupInstances.Invoke(new()
{
GroupId = "group-yrjkln9v",
SearchWord = "testing",
OrderBy = "ASC",
OrderType = 0,
});
});
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.GetTsfGroupInstancesArgs;
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 groupInstances = TencentcloudFunctions.getTsfGroupInstances(GetTsfGroupInstancesArgs.builder()
.groupId("group-yrjkln9v")
.searchWord("testing")
.orderBy("ASC")
.orderType(0)
.build());
}
}
variables:
groupInstances:
fn::invoke:
function: tencentcloud:getTsfGroupInstances
arguments:
groupId: group-yrjkln9v
searchWord: testing
orderBy: ASC
orderType: 0
Using getTsfGroupInstances
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 getTsfGroupInstances(args: GetTsfGroupInstancesArgs, opts?: InvokeOptions): Promise<GetTsfGroupInstancesResult>
function getTsfGroupInstancesOutput(args: GetTsfGroupInstancesOutputArgs, opts?: InvokeOptions): Output<GetTsfGroupInstancesResult>def get_tsf_group_instances(group_id: Optional[str] = None,
id: Optional[str] = None,
order_by: Optional[str] = None,
order_type: Optional[float] = None,
result_output_file: Optional[str] = None,
search_word: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTsfGroupInstancesResult
def get_tsf_group_instances_output(group_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
order_by: Optional[pulumi.Input[str]] = None,
order_type: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_word: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTsfGroupInstancesResult]func LookupTsfGroupInstances(ctx *Context, args *LookupTsfGroupInstancesArgs, opts ...InvokeOption) (*LookupTsfGroupInstancesResult, error)
func LookupTsfGroupInstancesOutput(ctx *Context, args *LookupTsfGroupInstancesOutputArgs, opts ...InvokeOption) LookupTsfGroupInstancesResultOutput> Note: This function is named LookupTsfGroupInstances in the Go SDK.
public static class GetTsfGroupInstances
{
public static Task<GetTsfGroupInstancesResult> InvokeAsync(GetTsfGroupInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetTsfGroupInstancesResult> Invoke(GetTsfGroupInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTsfGroupInstancesResult> getTsfGroupInstances(GetTsfGroupInstancesArgs args, InvokeOptions options)
public static Output<GetTsfGroupInstancesResult> getTsfGroupInstances(GetTsfGroupInstancesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTsfGroupInstances:getTsfGroupInstances
arguments:
# arguments dictionaryThe following arguments are supported:
- Group
Id string - group id.
- Id string
- Order
By string - order term.
- Order
Type double - order type.
- Result
Output stringFile - Used to save results.
- Search
Word string - search word.
- Group
Id string - group id.
- Id string
- Order
By string - order term.
- Order
Type float64 - order type.
- Result
Output stringFile - Used to save results.
- Search
Word string - search word.
- group
Id String - group id.
- id String
- order
By String - order term.
- order
Type Double - order type.
- result
Output StringFile - Used to save results.
- search
Word String - search word.
- group
Id string - group id.
- id string
- order
By string - order term.
- order
Type number - order type.
- result
Output stringFile - Used to save results.
- search
Word string - search word.
- group_
id str - group id.
- id str
- order_
by str - order term.
- order_
type float - order type.
- result_
output_ strfile - Used to save results.
- search_
word str - search word.
- group
Id String - group id.
- id String
- order
By String - order term.
- order
Type Number - order type.
- result
Output StringFile - Used to save results.
- search
Word String - search word.
getTsfGroupInstances Result
The following output properties are available:
- Group
Id string - Group id.Note: This field may return null, which means no valid value was found.
- Id string
- Results
List<Get
Tsf Group Instances Result> - Machine information of the deployment group.Note: This field may return null, which means no valid value was found.
- Order
By string - Order
Type double - Result
Output stringFile - Search
Word string
- Group
Id string - Group id.Note: This field may return null, which means no valid value was found.
- Id string
- Results
[]Get
Tsf Group Instances Result - Machine information of the deployment group.Note: This field may return null, which means no valid value was found.
- Order
By string - Order
Type float64 - Result
Output stringFile - Search
Word string
- group
Id String - Group id.Note: This field may return null, which means no valid value was found.
- id String
- results
List<Get
Tsf Group Instances Result> - Machine information of the deployment group.Note: This field may return null, which means no valid value was found.
- order
By String - order
Type Double - result
Output StringFile - search
Word String
- group
Id string - Group id.Note: This field may return null, which means no valid value was found.
- id string
- results
Get
Tsf Group Instances Result[] - Machine information of the deployment group.Note: This field may return null, which means no valid value was found.
- order
By string - order
Type number - result
Output stringFile - search
Word string
- group_
id str - Group id.Note: This field may return null, which means no valid value was found.
- id str
- results
Sequence[Get
Tsf Group Instances Result] - Machine information of the deployment group.Note: This field may return null, which means no valid value was found.
- order_
by str - order_
type float - result_
output_ strfile - search_
word str
- group
Id String - Group id.Note: This field may return null, which means no valid value was found.
- id String
- results List<Property Map>
- Machine information of the deployment group.Note: This field may return null, which means no valid value was found.
- order
By String - order
Type Number - result
Output StringFile - search
Word String
Supporting Types
GetTsfGroupInstancesResult
- Contents
List<Get
Tsf Group Instances Result Content> - List of machine instances.Note: This field may return null, which means no valid value was found.
- Total
Count double - Total number of machine instances.Note: This field may return null, which means no valid value was found.
- Contents
[]Get
Tsf Group Instances Result Content - List of machine instances.Note: This field may return null, which means no valid value was found.
- Total
Count float64 - Total number of machine instances.Note: This field may return null, which means no valid value was found.
- contents
List<Get
Tsf Group Instances Result Content> - List of machine instances.Note: This field may return null, which means no valid value was found.
- total
Count Double - Total number of machine instances.Note: This field may return null, which means no valid value was found.
- contents
Get
Tsf Group Instances Result Content[] - List of machine instances.Note: This field may return null, which means no valid value was found.
- total
Count number - Total number of machine instances.Note: This field may return null, which means no valid value was found.
- contents
Sequence[Get
Tsf Group Instances Result Content] - List of machine instances.Note: This field may return null, which means no valid value was found.
- total_
count float - Total number of machine instances.Note: This field may return null, which means no valid value was found.
- contents List<Property Map>
- List of machine instances.Note: This field may return null, which means no valid value was found.
- total
Count Number - Total number of machine instances.Note: This field may return null, which means no valid value was found.
GetTsfGroupInstancesResultContent
- Agent
Version string - Agent version.Note: This field may return null, which means no valid value was found.
- Application
Id string - Application id.Note: This field may return null, which means no valid value was found.
- Application
Name string - Application name. Note: This field may return null, which means no valid value was found.
- Application
Resource stringType - application resource id.Note: This field may return null, which means no valid value was found.
- Application
Type string - Application id.Note: This field may return null, which means no valid value was found.
- Cluster
Id string - Cluster id.Note: This field may return null, which means no valid value was found.
- Cluster
Name string - Cluster name. Note: This field may return null, which means no valid value was found.
- Cluster
Type string - Cluster type.Note: This field may return null, which means no valid value was found.
- Count
In doubleTsf - Indicates whether this instance has been added to the TSF.Note: This field may return null, which means no valid value was found.
- Group
Id string - group id.
- Group
Name string - Group name.Note: This field may return null, which means no valid value was found.
- Instance
Available stringStatus - VM availability status. For virtual machines, it indicates whether the virtual machine can be used as a resource. For containers, it indicates whether the virtual machine can be used to deploy pods.Note: This field may return null, which means no valid value was found.
- Instance
Charge stringType - machine instance charge type.Note: This field may return null, which means no valid value was found.
- Instance
Created stringTime - Creation time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- Instance
Desc string - Description.Note: This field may return null, which means no valid value was found.
- Instance
Expired stringTime - Expire time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- Instance
Id string - Machine instance ID.Note: This field may return null, which means no valid value was found.
- Instance
Import stringMode - InstanceImportMode import mode.Note: This field may return null, which means no valid value was found.
- Instance
Limit doubleCpu - Limit CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Limit doubleMem - Limit memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Name string - Machine name.Note: This field may return null, which means no valid value was found.
- Instance
Pkg stringVersion - instance pkg version.Note: This field may return null, which means no valid value was found.
- Instance
Status string - VM status. For virtual machines, it indicates the status of the virtual machine. For containers, it indicates the status of the virtual machine where the pod is located.Note: This field may return null, which means no valid value was found.
- Instance
Total doubleCpu - Total CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Total doubleMem - Total memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Used doubleCpu - CPU information used by the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Used doubleMem - Memory information used by the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Zone stringId - Instance zone id.Note: This field may return null, which means no valid value was found.
- Lan
Ip string - Private IP address.Note: This field may return null, which means no valid value was found.
- Namespace
Id string - Namespace id.Note: This field may return null, which means no valid value was found.
- Namespace
Name string - Namespace name.Note: This field may return null, which means no valid value was found.
- Node
Instance stringId - Container host instance ID.Note: This field may return null, which means no valid value was found.
- Operation
State double - Execution status of the instance.Note: This field may return null, which means no valid value was found.
- Reason string
- Health checking reason.Note: This field may return null, which means no valid value was found.
- Restrict
State string - Business status of the machine instance.Note: This field may return null, which means no valid value was found.
- Service
Instance stringStatus - Status of service instances under the service. For virtual machines, it indicates whether the application is available and the agent status. For containers, it indicates the status of the pod.Note: This field may return null, which means no valid value was found.
- Service
Sidecar stringStatus - Sidecar status.Note: This field may return null, which means no valid value was found.
- Update
Time string - Update time.Note: This field may return null, which means no valid value was found.
- Wan
Ip string - Public IP address.Note: This field may return null, which means no valid value was found.
- Agent
Version string - Agent version.Note: This field may return null, which means no valid value was found.
- Application
Id string - Application id.Note: This field may return null, which means no valid value was found.
- Application
Name string - Application name. Note: This field may return null, which means no valid value was found.
- Application
Resource stringType - application resource id.Note: This field may return null, which means no valid value was found.
- Application
Type string - Application id.Note: This field may return null, which means no valid value was found.
- Cluster
Id string - Cluster id.Note: This field may return null, which means no valid value was found.
- Cluster
Name string - Cluster name. Note: This field may return null, which means no valid value was found.
- Cluster
Type string - Cluster type.Note: This field may return null, which means no valid value was found.
- Count
In float64Tsf - Indicates whether this instance has been added to the TSF.Note: This field may return null, which means no valid value was found.
- Group
Id string - group id.
- Group
Name string - Group name.Note: This field may return null, which means no valid value was found.
- Instance
Available stringStatus - VM availability status. For virtual machines, it indicates whether the virtual machine can be used as a resource. For containers, it indicates whether the virtual machine can be used to deploy pods.Note: This field may return null, which means no valid value was found.
- Instance
Charge stringType - machine instance charge type.Note: This field may return null, which means no valid value was found.
- Instance
Created stringTime - Creation time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- Instance
Desc string - Description.Note: This field may return null, which means no valid value was found.
- Instance
Expired stringTime - Expire time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- Instance
Id string - Machine instance ID.Note: This field may return null, which means no valid value was found.
- Instance
Import stringMode - InstanceImportMode import mode.Note: This field may return null, which means no valid value was found.
- Instance
Limit float64Cpu - Limit CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Limit float64Mem - Limit memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Name string - Machine name.Note: This field may return null, which means no valid value was found.
- Instance
Pkg stringVersion - instance pkg version.Note: This field may return null, which means no valid value was found.
- Instance
Status string - VM status. For virtual machines, it indicates the status of the virtual machine. For containers, it indicates the status of the virtual machine where the pod is located.Note: This field may return null, which means no valid value was found.
- Instance
Total float64Cpu - Total CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Total float64Mem - Total memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Used float64Cpu - CPU information used by the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Used float64Mem - Memory information used by the machine instance.Note: This field may return null, which means no valid value was found.
- Instance
Zone stringId - Instance zone id.Note: This field may return null, which means no valid value was found.
- Lan
Ip string - Private IP address.Note: This field may return null, which means no valid value was found.
- Namespace
Id string - Namespace id.Note: This field may return null, which means no valid value was found.
- Namespace
Name string - Namespace name.Note: This field may return null, which means no valid value was found.
- Node
Instance stringId - Container host instance ID.Note: This field may return null, which means no valid value was found.
- Operation
State float64 - Execution status of the instance.Note: This field may return null, which means no valid value was found.
- Reason string
- Health checking reason.Note: This field may return null, which means no valid value was found.
- Restrict
State string - Business status of the machine instance.Note: This field may return null, which means no valid value was found.
- Service
Instance stringStatus - Status of service instances under the service. For virtual machines, it indicates whether the application is available and the agent status. For containers, it indicates the status of the pod.Note: This field may return null, which means no valid value was found.
- Service
Sidecar stringStatus - Sidecar status.Note: This field may return null, which means no valid value was found.
- Update
Time string - Update time.Note: This field may return null, which means no valid value was found.
- Wan
Ip string - Public IP address.Note: This field may return null, which means no valid value was found.
- agent
Version String - Agent version.Note: This field may return null, which means no valid value was found.
- application
Id String - Application id.Note: This field may return null, which means no valid value was found.
- application
Name String - Application name. Note: This field may return null, which means no valid value was found.
- application
Resource StringType - application resource id.Note: This field may return null, which means no valid value was found.
- application
Type String - Application id.Note: This field may return null, which means no valid value was found.
- cluster
Id String - Cluster id.Note: This field may return null, which means no valid value was found.
- cluster
Name String - Cluster name. Note: This field may return null, which means no valid value was found.
- cluster
Type String - Cluster type.Note: This field may return null, which means no valid value was found.
- count
In DoubleTsf - Indicates whether this instance has been added to the TSF.Note: This field may return null, which means no valid value was found.
- group
Id String - group id.
- group
Name String - Group name.Note: This field may return null, which means no valid value was found.
- instance
Available StringStatus - VM availability status. For virtual machines, it indicates whether the virtual machine can be used as a resource. For containers, it indicates whether the virtual machine can be used to deploy pods.Note: This field may return null, which means no valid value was found.
- instance
Charge StringType - machine instance charge type.Note: This field may return null, which means no valid value was found.
- instance
Created StringTime - Creation time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance
Desc String - Description.Note: This field may return null, which means no valid value was found.
- instance
Expired StringTime - Expire time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance
Id String - Machine instance ID.Note: This field may return null, which means no valid value was found.
- instance
Import StringMode - InstanceImportMode import mode.Note: This field may return null, which means no valid value was found.
- instance
Limit DoubleCpu - Limit CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Limit DoubleMem - Limit memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Name String - Machine name.Note: This field may return null, which means no valid value was found.
- instance
Pkg StringVersion - instance pkg version.Note: This field may return null, which means no valid value was found.
- instance
Status String - VM status. For virtual machines, it indicates the status of the virtual machine. For containers, it indicates the status of the virtual machine where the pod is located.Note: This field may return null, which means no valid value was found.
- instance
Total DoubleCpu - Total CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Total DoubleMem - Total memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Used DoubleCpu - CPU information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Used DoubleMem - Memory information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Zone StringId - Instance zone id.Note: This field may return null, which means no valid value was found.
- lan
Ip String - Private IP address.Note: This field may return null, which means no valid value was found.
- namespace
Id String - Namespace id.Note: This field may return null, which means no valid value was found.
- namespace
Name String - Namespace name.Note: This field may return null, which means no valid value was found.
- node
Instance StringId - Container host instance ID.Note: This field may return null, which means no valid value was found.
- operation
State Double - Execution status of the instance.Note: This field may return null, which means no valid value was found.
- reason String
- Health checking reason.Note: This field may return null, which means no valid value was found.
- restrict
State String - Business status of the machine instance.Note: This field may return null, which means no valid value was found.
- service
Instance StringStatus - Status of service instances under the service. For virtual machines, it indicates whether the application is available and the agent status. For containers, it indicates the status of the pod.Note: This field may return null, which means no valid value was found.
- service
Sidecar StringStatus - Sidecar status.Note: This field may return null, which means no valid value was found.
- update
Time String - Update time.Note: This field may return null, which means no valid value was found.
- wan
Ip String - Public IP address.Note: This field may return null, which means no valid value was found.
- agent
Version string - Agent version.Note: This field may return null, which means no valid value was found.
- application
Id string - Application id.Note: This field may return null, which means no valid value was found.
- application
Name string - Application name. Note: This field may return null, which means no valid value was found.
- application
Resource stringType - application resource id.Note: This field may return null, which means no valid value was found.
- application
Type string - Application id.Note: This field may return null, which means no valid value was found.
- cluster
Id string - Cluster id.Note: This field may return null, which means no valid value was found.
- cluster
Name string - Cluster name. Note: This field may return null, which means no valid value was found.
- cluster
Type string - Cluster type.Note: This field may return null, which means no valid value was found.
- count
In numberTsf - Indicates whether this instance has been added to the TSF.Note: This field may return null, which means no valid value was found.
- group
Id string - group id.
- group
Name string - Group name.Note: This field may return null, which means no valid value was found.
- instance
Available stringStatus - VM availability status. For virtual machines, it indicates whether the virtual machine can be used as a resource. For containers, it indicates whether the virtual machine can be used to deploy pods.Note: This field may return null, which means no valid value was found.
- instance
Charge stringType - machine instance charge type.Note: This field may return null, which means no valid value was found.
- instance
Created stringTime - Creation time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance
Desc string - Description.Note: This field may return null, which means no valid value was found.
- instance
Expired stringTime - Expire time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance
Id string - Machine instance ID.Note: This field may return null, which means no valid value was found.
- instance
Import stringMode - InstanceImportMode import mode.Note: This field may return null, which means no valid value was found.
- instance
Limit numberCpu - Limit CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Limit numberMem - Limit memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Name string - Machine name.Note: This field may return null, which means no valid value was found.
- instance
Pkg stringVersion - instance pkg version.Note: This field may return null, which means no valid value was found.
- instance
Status string - VM status. For virtual machines, it indicates the status of the virtual machine. For containers, it indicates the status of the virtual machine where the pod is located.Note: This field may return null, which means no valid value was found.
- instance
Total numberCpu - Total CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Total numberMem - Total memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Used numberCpu - CPU information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Used numberMem - Memory information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Zone stringId - Instance zone id.Note: This field may return null, which means no valid value was found.
- lan
Ip string - Private IP address.Note: This field may return null, which means no valid value was found.
- namespace
Id string - Namespace id.Note: This field may return null, which means no valid value was found.
- namespace
Name string - Namespace name.Note: This field may return null, which means no valid value was found.
- node
Instance stringId - Container host instance ID.Note: This field may return null, which means no valid value was found.
- operation
State number - Execution status of the instance.Note: This field may return null, which means no valid value was found.
- reason string
- Health checking reason.Note: This field may return null, which means no valid value was found.
- restrict
State string - Business status of the machine instance.Note: This field may return null, which means no valid value was found.
- service
Instance stringStatus - Status of service instances under the service. For virtual machines, it indicates whether the application is available and the agent status. For containers, it indicates the status of the pod.Note: This field may return null, which means no valid value was found.
- service
Sidecar stringStatus - Sidecar status.Note: This field may return null, which means no valid value was found.
- update
Time string - Update time.Note: This field may return null, which means no valid value was found.
- wan
Ip string - Public IP address.Note: This field may return null, which means no valid value was found.
- agent_
version str - Agent version.Note: This field may return null, which means no valid value was found.
- application_
id str - Application id.Note: This field may return null, which means no valid value was found.
- application_
name str - Application name. Note: This field may return null, which means no valid value was found.
- application_
resource_ strtype - application resource id.Note: This field may return null, which means no valid value was found.
- application_
type str - Application id.Note: This field may return null, which means no valid value was found.
- cluster_
id str - Cluster id.Note: This field may return null, which means no valid value was found.
- cluster_
name str - Cluster name. Note: This field may return null, which means no valid value was found.
- cluster_
type str - Cluster type.Note: This field may return null, which means no valid value was found.
- count_
in_ floattsf - Indicates whether this instance has been added to the TSF.Note: This field may return null, which means no valid value was found.
- group_
id str - group id.
- group_
name str - Group name.Note: This field may return null, which means no valid value was found.
- instance_
available_ strstatus - VM availability status. For virtual machines, it indicates whether the virtual machine can be used as a resource. For containers, it indicates whether the virtual machine can be used to deploy pods.Note: This field may return null, which means no valid value was found.
- instance_
charge_ strtype - machine instance charge type.Note: This field may return null, which means no valid value was found.
- instance_
created_ strtime - Creation time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance_
desc str - Description.Note: This field may return null, which means no valid value was found.
- instance_
expired_ strtime - Expire time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance_
id str - Machine instance ID.Note: This field may return null, which means no valid value was found.
- instance_
import_ strmode - InstanceImportMode import mode.Note: This field may return null, which means no valid value was found.
- instance_
limit_ floatcpu - Limit CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance_
limit_ floatmem - Limit memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance_
name str - Machine name.Note: This field may return null, which means no valid value was found.
- instance_
pkg_ strversion - instance pkg version.Note: This field may return null, which means no valid value was found.
- instance_
status str - VM status. For virtual machines, it indicates the status of the virtual machine. For containers, it indicates the status of the virtual machine where the pod is located.Note: This field may return null, which means no valid value was found.
- instance_
total_ floatcpu - Total CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance_
total_ floatmem - Total memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance_
used_ floatcpu - CPU information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance_
used_ floatmem - Memory information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance_
zone_ strid - Instance zone id.Note: This field may return null, which means no valid value was found.
- lan_
ip str - Private IP address.Note: This field may return null, which means no valid value was found.
- namespace_
id str - Namespace id.Note: This field may return null, which means no valid value was found.
- namespace_
name str - Namespace name.Note: This field may return null, which means no valid value was found.
- node_
instance_ strid - Container host instance ID.Note: This field may return null, which means no valid value was found.
- operation_
state float - Execution status of the instance.Note: This field may return null, which means no valid value was found.
- reason str
- Health checking reason.Note: This field may return null, which means no valid value was found.
- restrict_
state str - Business status of the machine instance.Note: This field may return null, which means no valid value was found.
- service_
instance_ strstatus - Status of service instances under the service. For virtual machines, it indicates whether the application is available and the agent status. For containers, it indicates the status of the pod.Note: This field may return null, which means no valid value was found.
- service_
sidecar_ strstatus - Sidecar status.Note: This field may return null, which means no valid value was found.
- update_
time str - Update time.Note: This field may return null, which means no valid value was found.
- wan_
ip str - Public IP address.Note: This field may return null, which means no valid value was found.
- agent
Version String - Agent version.Note: This field may return null, which means no valid value was found.
- application
Id String - Application id.Note: This field may return null, which means no valid value was found.
- application
Name String - Application name. Note: This field may return null, which means no valid value was found.
- application
Resource StringType - application resource id.Note: This field may return null, which means no valid value was found.
- application
Type String - Application id.Note: This field may return null, which means no valid value was found.
- cluster
Id String - Cluster id.Note: This field may return null, which means no valid value was found.
- cluster
Name String - Cluster name. Note: This field may return null, which means no valid value was found.
- cluster
Type String - Cluster type.Note: This field may return null, which means no valid value was found.
- count
In NumberTsf - Indicates whether this instance has been added to the TSF.Note: This field may return null, which means no valid value was found.
- group
Id String - group id.
- group
Name String - Group name.Note: This field may return null, which means no valid value was found.
- instance
Available StringStatus - VM availability status. For virtual machines, it indicates whether the virtual machine can be used as a resource. For containers, it indicates whether the virtual machine can be used to deploy pods.Note: This field may return null, which means no valid value was found.
- instance
Charge StringType - machine instance charge type.Note: This field may return null, which means no valid value was found.
- instance
Created StringTime - Creation time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance
Desc String - Description.Note: This field may return null, which means no valid value was found.
- instance
Expired StringTime - Expire time of the machine instance in CVM.Note: This field may return null, which means no valid value was found.
- instance
Id String - Machine instance ID.Note: This field may return null, which means no valid value was found.
- instance
Import StringMode - InstanceImportMode import mode.Note: This field may return null, which means no valid value was found.
- instance
Limit NumberCpu - Limit CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Limit NumberMem - Limit memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Name String - Machine name.Note: This field may return null, which means no valid value was found.
- instance
Pkg StringVersion - instance pkg version.Note: This field may return null, which means no valid value was found.
- instance
Status String - VM status. For virtual machines, it indicates the status of the virtual machine. For containers, it indicates the status of the virtual machine where the pod is located.Note: This field may return null, which means no valid value was found.
- instance
Total NumberCpu - Total CPU information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Total NumberMem - Total memory information of the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Used NumberCpu - CPU information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Used NumberMem - Memory information used by the machine instance.Note: This field may return null, which means no valid value was found.
- instance
Zone StringId - Instance zone id.Note: This field may return null, which means no valid value was found.
- lan
Ip String - Private IP address.Note: This field may return null, which means no valid value was found.
- namespace
Id String - Namespace id.Note: This field may return null, which means no valid value was found.
- namespace
Name String - Namespace name.Note: This field may return null, which means no valid value was found.
- node
Instance StringId - Container host instance ID.Note: This field may return null, which means no valid value was found.
- operation
State Number - Execution status of the instance.Note: This field may return null, which means no valid value was found.
- reason String
- Health checking reason.Note: This field may return null, which means no valid value was found.
- restrict
State String - Business status of the machine instance.Note: This field may return null, which means no valid value was found.
- service
Instance StringStatus - Status of service instances under the service. For virtual machines, it indicates whether the application is available and the agent status. For containers, it indicates the status of the pod.Note: This field may return null, which means no valid value was found.
- service
Sidecar StringStatus - Sidecar status.Note: This field may return null, which means no valid value was found.
- update
Time String - Update time.Note: This field may return null, which means no valid value was found.
- wan
Ip String - Public IP address.Note: This field may return null, which means no valid value was found.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
