tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getCynosdbClusterInstanceGroups
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of cynosdb cluster_instance_groups
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
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.GetCynosdbClusterInstanceGroupsArgs;
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 clusterInstanceGroups = TencentcloudFunctions.getCynosdbClusterInstanceGroups(GetCynosdbClusterInstanceGroupsArgs.builder()
.clusterId("")
.xxxxxx()
.build());
}
}
variables:
clusterInstanceGroups:
fn::invoke:
function: tencentcloud:getCynosdbClusterInstanceGroups
arguments:
clusterId: ""
xxxxxx:
- {}
Using getCynosdbClusterInstanceGroups
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 getCynosdbClusterInstanceGroups(args: GetCynosdbClusterInstanceGroupsArgs, opts?: InvokeOptions): Promise<GetCynosdbClusterInstanceGroupsResult>
function getCynosdbClusterInstanceGroupsOutput(args: GetCynosdbClusterInstanceGroupsOutputArgs, opts?: InvokeOptions): Output<GetCynosdbClusterInstanceGroupsResult>
def get_cynosdb_cluster_instance_groups(cluster_id: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCynosdbClusterInstanceGroupsResult
def get_cynosdb_cluster_instance_groups_output(cluster_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCynosdbClusterInstanceGroupsResult]
func GetCynosdbClusterInstanceGroups(ctx *Context, args *GetCynosdbClusterInstanceGroupsArgs, opts ...InvokeOption) (*GetCynosdbClusterInstanceGroupsResult, error)
func GetCynosdbClusterInstanceGroupsOutput(ctx *Context, args *GetCynosdbClusterInstanceGroupsOutputArgs, opts ...InvokeOption) GetCynosdbClusterInstanceGroupsResultOutput
> Note: This function is named GetCynosdbClusterInstanceGroups
in the Go SDK.
public static class GetCynosdbClusterInstanceGroups
{
public static Task<GetCynosdbClusterInstanceGroupsResult> InvokeAsync(GetCynosdbClusterInstanceGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetCynosdbClusterInstanceGroupsResult> Invoke(GetCynosdbClusterInstanceGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCynosdbClusterInstanceGroupsResult> getCynosdbClusterInstanceGroups(GetCynosdbClusterInstanceGroupsArgs args, InvokeOptions options)
public static Output<GetCynosdbClusterInstanceGroupsResult> getCynosdbClusterInstanceGroups(GetCynosdbClusterInstanceGroupsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getCynosdbClusterInstanceGroups:getCynosdbClusterInstanceGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - The ID of cluster.
- Id string
- Result
Output stringFile - Used to save results.
- Cluster
Id string - The ID of cluster.
- Id string
- Result
Output stringFile - Used to save results.
- cluster
Id String - The ID of cluster.
- id String
- result
Output StringFile - Used to save results.
- cluster
Id string - The ID of cluster.
- id string
- result
Output stringFile - Used to save results.
- cluster_
id str - The ID of cluster.
- id str
- result_
output_ strfile - Used to save results.
- cluster
Id String - The ID of cluster.
- id String
- result
Output StringFile - Used to save results.
getCynosdbClusterInstanceGroups Result
The following output properties are available:
- Cluster
Id string - The id of cluster.
- Id string
- Instance
Grp List<GetInfo Lists Cynosdb Cluster Instance Groups Instance Grp Info List> - List of instance groups.
- Result
Output stringFile
- Cluster
Id string - The id of cluster.
- Id string
- Instance
Grp []GetInfo Lists Cynosdb Cluster Instance Groups Instance Grp Info List - List of instance groups.
- Result
Output stringFile
- cluster
Id String - The id of cluster.
- id String
- instance
Grp List<GetInfo Lists Cynosdb Cluster Instance Groups Instance Grp Info List> - List of instance groups.
- result
Output StringFile
- cluster
Id string - The id of cluster.
- id string
- instance
Grp GetInfo Lists Cynosdb Cluster Instance Groups Instance Grp Info List[] - List of instance groups.
- result
Output stringFile
- cluster_
id str - The id of cluster.
- id str
- instance_
grp_ Sequence[Getinfo_ lists Cynosdb Cluster Instance Groups Instance Grp Info List] - List of instance groups.
- result_
output_ strfile
- cluster
Id String - The id of cluster.
- id String
- instance
Grp List<Property Map>Info Lists - List of instance groups.
- result
Output StringFile
Supporting Types
GetCynosdbClusterInstanceGroupsInstanceGrpInfoList
- App
Id double - User app id.
- Cluster
Id string - The ID of cluster.
- Created
Time string - Created time.
- Deleted
Time string - Deleted time.
- Instance
Grp stringId - The ID of instance group.
- Instance
Sets List<GetCynosdb Cluster Instance Groups Instance Grp Info List Instance Set> - Instance groups contain instance information.
- Status string
- Status.
- Type string
- Instance group type. ha-ha group; ro-read-only group.
- Updated
Time string - Updated time.
- Vip string
- Intranet IP.
- Vport double
- Intranet port.
- Wan
Domain string - Public domain name.
- Wan
Ip string - Public IP.
- Wan
Port double - Public port.
- Wan
Status string - Public status.
- App
Id float64 - User app id.
- Cluster
Id string - The ID of cluster.
- Created
Time string - Created time.
- Deleted
Time string - Deleted time.
- Instance
Grp stringId - The ID of instance group.
- Instance
Sets []GetCynosdb Cluster Instance Groups Instance Grp Info List Instance Set - Instance groups contain instance information.
- Status string
- Status.
- Type string
- Instance group type. ha-ha group; ro-read-only group.
- Updated
Time string - Updated time.
- Vip string
- Intranet IP.
- Vport float64
- Intranet port.
- Wan
Domain string - Public domain name.
- Wan
Ip string - Public IP.
- Wan
Port float64 - Public port.
- Wan
Status string - Public status.
- app
Id Double - User app id.
- cluster
Id String - The ID of cluster.
- created
Time String - Created time.
- deleted
Time String - Deleted time.
- instance
Grp StringId - The ID of instance group.
- instance
Sets List<GetCynosdb Cluster Instance Groups Instance Grp Info List Instance Set> - Instance groups contain instance information.
- status String
- Status.
- type String
- Instance group type. ha-ha group; ro-read-only group.
- updated
Time String - Updated time.
- vip String
- Intranet IP.
- vport Double
- Intranet port.
- wan
Domain String - Public domain name.
- wan
Ip String - Public IP.
- wan
Port Double - Public port.
- wan
Status String - Public status.
- app
Id number - User app id.
- cluster
Id string - The ID of cluster.
- created
Time string - Created time.
- deleted
Time string - Deleted time.
- instance
Grp stringId - The ID of instance group.
- instance
Sets GetCynosdb Cluster Instance Groups Instance Grp Info List Instance Set[] - Instance groups contain instance information.
- status string
- Status.
- type string
- Instance group type. ha-ha group; ro-read-only group.
- updated
Time string - Updated time.
- vip string
- Intranet IP.
- vport number
- Intranet port.
- wan
Domain string - Public domain name.
- wan
Ip string - Public IP.
- wan
Port number - Public port.
- wan
Status string - Public status.
- app_
id float - User app id.
- cluster_
id str - The ID of cluster.
- created_
time str - Created time.
- deleted_
time str - Deleted time.
- instance_
grp_ strid - The ID of instance group.
- instance_
sets Sequence[GetCynosdb Cluster Instance Groups Instance Grp Info List Instance Set] - Instance groups contain instance information.
- status str
- Status.
- type str
- Instance group type. ha-ha group; ro-read-only group.
- updated_
time str - Updated time.
- vip str
- Intranet IP.
- vport float
- Intranet port.
- wan_
domain str - Public domain name.
- wan_
ip str - Public IP.
- wan_
port float - Public port.
- wan_
status str - Public status.
- app
Id Number - User app id.
- cluster
Id String - The ID of cluster.
- created
Time String - Created time.
- deleted
Time String - Deleted time.
- instance
Grp StringId - The ID of instance group.
- instance
Sets List<Property Map> - Instance groups contain instance information.
- status String
- Status.
- type String
- Instance group type. ha-ha group; ro-read-only group.
- updated
Time String - Updated time.
- vip String
- Intranet IP.
- vport Number
- Intranet port.
- wan
Domain String - Public domain name.
- wan
Ip String - Public IP.
- wan
Port Number - Public port.
- wan
Status String - Public status.
GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet
- App
Id double - User app id.
- Business
Type string - Business type.Note: This field may return null, indicating that no valid value can be obtained.
- Cluster
Id string - The ID of cluster.
- Cluster
Name string - The name of cluster.
- Cpu double
- Cpu, unit: CORE.
- Create
Time string - Create time.
- Cynos
Version string - Cynos kernel version.
- Db
Type string - Database type.
- Db
Version string - Database version.
- Destroy
Deadline stringText - Destroy deadline.
- Destroy
Time string - Instance destroy time.
- Instance
Id string - The id of instance.
- Instance
Name string - The name of instance.
- Instance
Role string - Instance role.
- Instance
Type string - Instance type.
- Is
Freeze string - Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
- Isolate
Time string - Isolate time.
- Max
Cpu double - Serverless instance maxmum cpu.
- Memory double
- Memory, unit: GB.
- Min
Cpu double - Serverless instance minimum cpu.
- Net
Type double - Net type.
- Pay
Mode double - Pay mode.
- Period
End stringTime - Instance expiration time.
- Physical
Zone string - Physical zone.
- Processing
Task string - Task being processed.
- Project
Id double - The id of project.
- Region string
- Region.
- Renew
Flag double - Renew flag.
- List<Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Resource Tag> - Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
- Serverless
Status string - Serverless instance status, optional values:resumepause.
- Status string
- Status.
- Status
Desc string - Instance state Chinese description.
- Storage double
- Storage, unit: GB.
- Storage
Id string - Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
- Storage
Pay doubleMode - Storage payment type.
- Subnet
Id string - Subnet ID.
- Tasks
List<Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Task> - Task list.Note: This field may return null, indicating that no valid value can be obtained.
- Uin string
- User Uin.
- Update
Time string - Update time.
- Vip string
- Intranet IP.
- Vpc
Id string - VPC network ID.
- Vport double
- Intranet port.
- Wan
Domain string - Public domain name.
- Wan
Ip string - Public IP.
- Wan
Port double - Public port.
- Wan
Status string - Public status.
- Zone string
- Availability zone.
- App
Id float64 - User app id.
- Business
Type string - Business type.Note: This field may return null, indicating that no valid value can be obtained.
- Cluster
Id string - The ID of cluster.
- Cluster
Name string - The name of cluster.
- Cpu float64
- Cpu, unit: CORE.
- Create
Time string - Create time.
- Cynos
Version string - Cynos kernel version.
- Db
Type string - Database type.
- Db
Version string - Database version.
- Destroy
Deadline stringText - Destroy deadline.
- Destroy
Time string - Instance destroy time.
- Instance
Id string - The id of instance.
- Instance
Name string - The name of instance.
- Instance
Role string - Instance role.
- Instance
Type string - Instance type.
- Is
Freeze string - Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
- Isolate
Time string - Isolate time.
- Max
Cpu float64 - Serverless instance maxmum cpu.
- Memory float64
- Memory, unit: GB.
- Min
Cpu float64 - Serverless instance minimum cpu.
- Net
Type float64 - Net type.
- Pay
Mode float64 - Pay mode.
- Period
End stringTime - Instance expiration time.
- Physical
Zone string - Physical zone.
- Processing
Task string - Task being processed.
- Project
Id float64 - The id of project.
- Region string
- Region.
- Renew
Flag float64 - Renew flag.
- []Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Resource Tag - Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
- Serverless
Status string - Serverless instance status, optional values:resumepause.
- Status string
- Status.
- Status
Desc string - Instance state Chinese description.
- Storage float64
- Storage, unit: GB.
- Storage
Id string - Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
- Storage
Pay float64Mode - Storage payment type.
- Subnet
Id string - Subnet ID.
- Tasks
[]Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Task - Task list.Note: This field may return null, indicating that no valid value can be obtained.
- Uin string
- User Uin.
- Update
Time string - Update time.
- Vip string
- Intranet IP.
- Vpc
Id string - VPC network ID.
- Vport float64
- Intranet port.
- Wan
Domain string - Public domain name.
- Wan
Ip string - Public IP.
- Wan
Port float64 - Public port.
- Wan
Status string - Public status.
- Zone string
- Availability zone.
- app
Id Double - User app id.
- business
Type String - Business type.Note: This field may return null, indicating that no valid value can be obtained.
- cluster
Id String - The ID of cluster.
- cluster
Name String - The name of cluster.
- cpu Double
- Cpu, unit: CORE.
- create
Time String - Create time.
- cynos
Version String - Cynos kernel version.
- db
Type String - Database type.
- db
Version String - Database version.
- destroy
Deadline StringText - Destroy deadline.
- destroy
Time String - Instance destroy time.
- instance
Id String - The id of instance.
- instance
Name String - The name of instance.
- instance
Role String - Instance role.
- instance
Type String - Instance type.
- is
Freeze String - Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
- isolate
Time String - Isolate time.
- max
Cpu Double - Serverless instance maxmum cpu.
- memory Double
- Memory, unit: GB.
- min
Cpu Double - Serverless instance minimum cpu.
- net
Type Double - Net type.
- pay
Mode Double - Pay mode.
- period
End StringTime - Instance expiration time.
- physical
Zone String - Physical zone.
- processing
Task String - Task being processed.
- project
Id Double - The id of project.
- region String
- Region.
- renew
Flag Double - Renew flag.
- List<Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Resource Tag> - Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
- serverless
Status String - Serverless instance status, optional values:resumepause.
- status String
- Status.
- status
Desc String - Instance state Chinese description.
- storage Double
- Storage, unit: GB.
- storage
Id String - Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
- storage
Pay DoubleMode - Storage payment type.
- subnet
Id String - Subnet ID.
- tasks
List<Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Task> - Task list.Note: This field may return null, indicating that no valid value can be obtained.
- uin String
- User Uin.
- update
Time String - Update time.
- vip String
- Intranet IP.
- vpc
Id String - VPC network ID.
- vport Double
- Intranet port.
- wan
Domain String - Public domain name.
- wan
Ip String - Public IP.
- wan
Port Double - Public port.
- wan
Status String - Public status.
- zone String
- Availability zone.
- app
Id number - User app id.
- business
Type string - Business type.Note: This field may return null, indicating that no valid value can be obtained.
- cluster
Id string - The ID of cluster.
- cluster
Name string - The name of cluster.
- cpu number
- Cpu, unit: CORE.
- create
Time string - Create time.
- cynos
Version string - Cynos kernel version.
- db
Type string - Database type.
- db
Version string - Database version.
- destroy
Deadline stringText - Destroy deadline.
- destroy
Time string - Instance destroy time.
- instance
Id string - The id of instance.
- instance
Name string - The name of instance.
- instance
Role string - Instance role.
- instance
Type string - Instance type.
- is
Freeze string - Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
- isolate
Time string - Isolate time.
- max
Cpu number - Serverless instance maxmum cpu.
- memory number
- Memory, unit: GB.
- min
Cpu number - Serverless instance minimum cpu.
- net
Type number - Net type.
- pay
Mode number - Pay mode.
- period
End stringTime - Instance expiration time.
- physical
Zone string - Physical zone.
- processing
Task string - Task being processed.
- project
Id number - The id of project.
- region string
- Region.
- renew
Flag number - Renew flag.
- Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Resource Tag[] - Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
- serverless
Status string - Serverless instance status, optional values:resumepause.
- status string
- Status.
- status
Desc string - Instance state Chinese description.
- storage number
- Storage, unit: GB.
- storage
Id string - Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
- storage
Pay numberMode - Storage payment type.
- subnet
Id string - Subnet ID.
- tasks
Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Task[] - Task list.Note: This field may return null, indicating that no valid value can be obtained.
- uin string
- User Uin.
- update
Time string - Update time.
- vip string
- Intranet IP.
- vpc
Id string - VPC network ID.
- vport number
- Intranet port.
- wan
Domain string - Public domain name.
- wan
Ip string - Public IP.
- wan
Port number - Public port.
- wan
Status string - Public status.
- zone string
- Availability zone.
- app_
id float - User app id.
- business_
type str - Business type.Note: This field may return null, indicating that no valid value can be obtained.
- cluster_
id str - The ID of cluster.
- cluster_
name str - The name of cluster.
- cpu float
- Cpu, unit: CORE.
- create_
time str - Create time.
- cynos_
version str - Cynos kernel version.
- db_
type str - Database type.
- db_
version str - Database version.
- destroy_
deadline_ strtext - Destroy deadline.
- destroy_
time str - Instance destroy time.
- instance_
id str - The id of instance.
- instance_
name str - The name of instance.
- instance_
role str - Instance role.
- instance_
type str - Instance type.
- is_
freeze str - Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
- isolate_
time str - Isolate time.
- max_
cpu float - Serverless instance maxmum cpu.
- memory float
- Memory, unit: GB.
- min_
cpu float - Serverless instance minimum cpu.
- net_
type float - Net type.
- pay_
mode float - Pay mode.
- period_
end_ strtime - Instance expiration time.
- physical_
zone str - Physical zone.
- processing_
task str - Task being processed.
- project_
id float - The id of project.
- region str
- Region.
- renew_
flag float - Renew flag.
- Sequence[Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Resource Tag] - Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
- serverless_
status str - Serverless instance status, optional values:resumepause.
- status str
- Status.
- status_
desc str - Instance state Chinese description.
- storage float
- Storage, unit: GB.
- storage_
id str - Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
- storage_
pay_ floatmode - Storage payment type.
- subnet_
id str - Subnet ID.
- tasks
Sequence[Get
Cynosdb Cluster Instance Groups Instance Grp Info List Instance Set Task] - Task list.Note: This field may return null, indicating that no valid value can be obtained.
- uin str
- User Uin.
- update_
time str - Update time.
- vip str
- Intranet IP.
- vpc_
id str - VPC network ID.
- vport float
- Intranet port.
- wan_
domain str - Public domain name.
- wan_
ip str - Public IP.
- wan_
port float - Public port.
- wan_
status str - Public status.
- zone str
- Availability zone.
- app
Id Number - User app id.
- business
Type String - Business type.Note: This field may return null, indicating that no valid value can be obtained.
- cluster
Id String - The ID of cluster.
- cluster
Name String - The name of cluster.
- cpu Number
- Cpu, unit: CORE.
- create
Time String - Create time.
- cynos
Version String - Cynos kernel version.
- db
Type String - Database type.
- db
Version String - Database version.
- destroy
Deadline StringText - Destroy deadline.
- destroy
Time String - Instance destroy time.
- instance
Id String - The id of instance.
- instance
Name String - The name of instance.
- instance
Role String - Instance role.
- instance
Type String - Instance type.
- is
Freeze String - Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
- isolate
Time String - Isolate time.
- max
Cpu Number - Serverless instance maxmum cpu.
- memory Number
- Memory, unit: GB.
- min
Cpu Number - Serverless instance minimum cpu.
- net
Type Number - Net type.
- pay
Mode Number - Pay mode.
- period
End StringTime - Instance expiration time.
- physical
Zone String - Physical zone.
- processing
Task String - Task being processed.
- project
Id Number - The id of project.
- region String
- Region.
- renew
Flag Number - Renew flag.
- List<Property Map>
- Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
- serverless
Status String - Serverless instance status, optional values:resumepause.
- status String
- Status.
- status
Desc String - Instance state Chinese description.
- storage Number
- Storage, unit: GB.
- storage
Id String - Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
- storage
Pay NumberMode - Storage payment type.
- subnet
Id String - Subnet ID.
- tasks List<Property Map>
- Task list.Note: This field may return null, indicating that no valid value can be obtained.
- uin String
- User Uin.
- update
Time String - Update time.
- vip String
- Intranet IP.
- vpc
Id String - VPC network ID.
- vport Number
- Intranet port.
- wan
Domain String - Public domain name.
- wan
Ip String - Public IP.
- wan
Port Number - Public port.
- wan
Status String - Public status.
- zone String
- Availability zone.
GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag
GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask
- Object
Id string - Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
- Object
Type string - Object type.Note: This field may return null, indicating that no valid value can be obtained.
- Task
Id double - Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
- Task
Status string - Task status.Note: This field may return null, indicating that no valid value can be obtained.
- Task
Type string - Task type.Note: This field may return null, indicating that no valid value can be obtained.
- Object
Id string - Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
- Object
Type string - Object type.Note: This field may return null, indicating that no valid value can be obtained.
- Task
Id float64 - Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
- Task
Status string - Task status.Note: This field may return null, indicating that no valid value can be obtained.
- Task
Type string - Task type.Note: This field may return null, indicating that no valid value can be obtained.
- object
Id String - Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
- object
Type String - Object type.Note: This field may return null, indicating that no valid value can be obtained.
- task
Id Double - Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
- task
Status String - Task status.Note: This field may return null, indicating that no valid value can be obtained.
- task
Type String - Task type.Note: This field may return null, indicating that no valid value can be obtained.
- object
Id string - Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
- object
Type string - Object type.Note: This field may return null, indicating that no valid value can be obtained.
- task
Id number - Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
- task
Status string - Task status.Note: This field may return null, indicating that no valid value can be obtained.
- task
Type string - Task type.Note: This field may return null, indicating that no valid value can be obtained.
- object_
id str - Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
- object_
type str - Object type.Note: This field may return null, indicating that no valid value can be obtained.
- task_
id float - Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
- task_
status str - Task status.Note: This field may return null, indicating that no valid value can be obtained.
- task_
type str - Task type.Note: This field may return null, indicating that no valid value can be obtained.
- object
Id String - Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
- object
Type String - Object type.Note: This field may return null, indicating that no valid value can be obtained.
- task
Id Number - Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
- task
Status String - Task status.Note: This field may return null, indicating that no valid value can be obtained.
- task
Type String - Task type.Note: This field may return null, indicating that no valid value can be obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack