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

tencentcloud.getCynosdbClusterInstanceGroups

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of 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:

    ClusterId string
    The ID of cluster.
    Id string
    ResultOutputFile string
    Used to save results.
    ClusterId string
    The ID of cluster.
    Id string
    ResultOutputFile string
    Used to save results.
    clusterId String
    The ID of cluster.
    id String
    resultOutputFile String
    Used to save results.
    clusterId string
    The ID of cluster.
    id string
    resultOutputFile string
    Used to save results.
    cluster_id str
    The ID of cluster.
    id str
    result_output_file str
    Used to save results.
    clusterId String
    The ID of cluster.
    id String
    resultOutputFile String
    Used to save results.

    getCynosdbClusterInstanceGroups Result

    The following output properties are available:

    clusterId String
    The id of cluster.
    id String
    instanceGrpInfoLists List<Property Map>
    List of instance groups.
    resultOutputFile String

    Supporting Types

    GetCynosdbClusterInstanceGroupsInstanceGrpInfoList

    AppId double
    User app id.
    ClusterId string
    The ID of cluster.
    CreatedTime string
    Created time.
    DeletedTime string
    Deleted time.
    InstanceGrpId string
    The ID of instance group.
    InstanceSets List<GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet>
    Instance groups contain instance information.
    Status string
    Status.
    Type string
    Instance group type. ha-ha group; ro-read-only group.
    UpdatedTime string
    Updated time.
    Vip string
    Intranet IP.
    Vport double
    Intranet port.
    WanDomain string
    Public domain name.
    WanIp string
    Public IP.
    WanPort double
    Public port.
    WanStatus string
    Public status.
    AppId float64
    User app id.
    ClusterId string
    The ID of cluster.
    CreatedTime string
    Created time.
    DeletedTime string
    Deleted time.
    InstanceGrpId string
    The ID of instance group.
    InstanceSets []GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet
    Instance groups contain instance information.
    Status string
    Status.
    Type string
    Instance group type. ha-ha group; ro-read-only group.
    UpdatedTime string
    Updated time.
    Vip string
    Intranet IP.
    Vport float64
    Intranet port.
    WanDomain string
    Public domain name.
    WanIp string
    Public IP.
    WanPort float64
    Public port.
    WanStatus string
    Public status.
    appId Double
    User app id.
    clusterId String
    The ID of cluster.
    createdTime String
    Created time.
    deletedTime String
    Deleted time.
    instanceGrpId String
    The ID of instance group.
    instanceSets List<GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet>
    Instance groups contain instance information.
    status String
    Status.
    type String
    Instance group type. ha-ha group; ro-read-only group.
    updatedTime String
    Updated time.
    vip String
    Intranet IP.
    vport Double
    Intranet port.
    wanDomain String
    Public domain name.
    wanIp String
    Public IP.
    wanPort Double
    Public port.
    wanStatus String
    Public status.
    appId number
    User app id.
    clusterId string
    The ID of cluster.
    createdTime string
    Created time.
    deletedTime string
    Deleted time.
    instanceGrpId string
    The ID of instance group.
    instanceSets GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet[]
    Instance groups contain instance information.
    status string
    Status.
    type string
    Instance group type. ha-ha group; ro-read-only group.
    updatedTime string
    Updated time.
    vip string
    Intranet IP.
    vport number
    Intranet port.
    wanDomain string
    Public domain name.
    wanIp string
    Public IP.
    wanPort number
    Public port.
    wanStatus 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_id str
    The ID of instance group.
    instance_sets Sequence[GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet]
    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.
    appId Number
    User app id.
    clusterId String
    The ID of cluster.
    createdTime String
    Created time.
    deletedTime String
    Deleted time.
    instanceGrpId String
    The ID of instance group.
    instanceSets List<Property Map>
    Instance groups contain instance information.
    status String
    Status.
    type String
    Instance group type. ha-ha group; ro-read-only group.
    updatedTime String
    Updated time.
    vip String
    Intranet IP.
    vport Number
    Intranet port.
    wanDomain String
    Public domain name.
    wanIp String
    Public IP.
    wanPort Number
    Public port.
    wanStatus String
    Public status.

    GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSet

    AppId double
    User app id.
    BusinessType string
    Business type.Note: This field may return null, indicating that no valid value can be obtained.
    ClusterId string
    The ID of cluster.
    ClusterName string
    The name of cluster.
    Cpu double
    Cpu, unit: CORE.
    CreateTime string
    Create time.
    CynosVersion string
    Cynos kernel version.
    DbType string
    Database type.
    DbVersion string
    Database version.
    DestroyDeadlineText string
    Destroy deadline.
    DestroyTime string
    Instance destroy time.
    InstanceId string
    The id of instance.
    InstanceName string
    The name of instance.
    InstanceRole string
    Instance role.
    InstanceType string
    Instance type.
    IsFreeze string
    Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
    IsolateTime string
    Isolate time.
    MaxCpu double
    Serverless instance maxmum cpu.
    Memory double
    Memory, unit: GB.
    MinCpu double
    Serverless instance minimum cpu.
    NetType double
    Net type.
    PayMode double
    Pay mode.
    PeriodEndTime string
    Instance expiration time.
    PhysicalZone string
    Physical zone.
    ProcessingTask string
    Task being processed.
    ProjectId double
    The id of project.
    Region string
    Region.
    RenewFlag double
    Renew flag.
    ResourceTags List<GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag>
    Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
    ServerlessStatus string
    Serverless instance status, optional values:resumepause.
    Status string
    Status.
    StatusDesc string
    Instance state Chinese description.
    Storage double
    Storage, unit: GB.
    StorageId string
    Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
    StoragePayMode double
    Storage payment type.
    SubnetId string
    Subnet ID.
    Tasks List<GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask>
    Task list.Note: This field may return null, indicating that no valid value can be obtained.
    Uin string
    User Uin.
    UpdateTime string
    Update time.
    Vip string
    Intranet IP.
    VpcId string
    VPC network ID.
    Vport double
    Intranet port.
    WanDomain string
    Public domain name.
    WanIp string
    Public IP.
    WanPort double
    Public port.
    WanStatus string
    Public status.
    Zone string
    Availability zone.
    AppId float64
    User app id.
    BusinessType string
    Business type.Note: This field may return null, indicating that no valid value can be obtained.
    ClusterId string
    The ID of cluster.
    ClusterName string
    The name of cluster.
    Cpu float64
    Cpu, unit: CORE.
    CreateTime string
    Create time.
    CynosVersion string
    Cynos kernel version.
    DbType string
    Database type.
    DbVersion string
    Database version.
    DestroyDeadlineText string
    Destroy deadline.
    DestroyTime string
    Instance destroy time.
    InstanceId string
    The id of instance.
    InstanceName string
    The name of instance.
    InstanceRole string
    Instance role.
    InstanceType string
    Instance type.
    IsFreeze string
    Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
    IsolateTime string
    Isolate time.
    MaxCpu float64
    Serverless instance maxmum cpu.
    Memory float64
    Memory, unit: GB.
    MinCpu float64
    Serverless instance minimum cpu.
    NetType float64
    Net type.
    PayMode float64
    Pay mode.
    PeriodEndTime string
    Instance expiration time.
    PhysicalZone string
    Physical zone.
    ProcessingTask string
    Task being processed.
    ProjectId float64
    The id of project.
    Region string
    Region.
    RenewFlag float64
    Renew flag.
    ResourceTags []GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag
    Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
    ServerlessStatus string
    Serverless instance status, optional values:resumepause.
    Status string
    Status.
    StatusDesc string
    Instance state Chinese description.
    Storage float64
    Storage, unit: GB.
    StorageId string
    Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
    StoragePayMode float64
    Storage payment type.
    SubnetId string
    Subnet ID.
    Tasks []GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask
    Task list.Note: This field may return null, indicating that no valid value can be obtained.
    Uin string
    User Uin.
    UpdateTime string
    Update time.
    Vip string
    Intranet IP.
    VpcId string
    VPC network ID.
    Vport float64
    Intranet port.
    WanDomain string
    Public domain name.
    WanIp string
    Public IP.
    WanPort float64
    Public port.
    WanStatus string
    Public status.
    Zone string
    Availability zone.
    appId Double
    User app id.
    businessType String
    Business type.Note: This field may return null, indicating that no valid value can be obtained.
    clusterId String
    The ID of cluster.
    clusterName String
    The name of cluster.
    cpu Double
    Cpu, unit: CORE.
    createTime String
    Create time.
    cynosVersion String
    Cynos kernel version.
    dbType String
    Database type.
    dbVersion String
    Database version.
    destroyDeadlineText String
    Destroy deadline.
    destroyTime String
    Instance destroy time.
    instanceId String
    The id of instance.
    instanceName String
    The name of instance.
    instanceRole String
    Instance role.
    instanceType String
    Instance type.
    isFreeze String
    Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
    isolateTime String
    Isolate time.
    maxCpu Double
    Serverless instance maxmum cpu.
    memory Double
    Memory, unit: GB.
    minCpu Double
    Serverless instance minimum cpu.
    netType Double
    Net type.
    payMode Double
    Pay mode.
    periodEndTime String
    Instance expiration time.
    physicalZone String
    Physical zone.
    processingTask String
    Task being processed.
    projectId Double
    The id of project.
    region String
    Region.
    renewFlag Double
    Renew flag.
    resourceTags List<GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag>
    Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
    serverlessStatus String
    Serverless instance status, optional values:resumepause.
    status String
    Status.
    statusDesc String
    Instance state Chinese description.
    storage Double
    Storage, unit: GB.
    storageId String
    Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
    storagePayMode Double
    Storage payment type.
    subnetId String
    Subnet ID.
    tasks List<GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask>
    Task list.Note: This field may return null, indicating that no valid value can be obtained.
    uin String
    User Uin.
    updateTime String
    Update time.
    vip String
    Intranet IP.
    vpcId String
    VPC network ID.
    vport Double
    Intranet port.
    wanDomain String
    Public domain name.
    wanIp String
    Public IP.
    wanPort Double
    Public port.
    wanStatus String
    Public status.
    zone String
    Availability zone.
    appId number
    User app id.
    businessType string
    Business type.Note: This field may return null, indicating that no valid value can be obtained.
    clusterId string
    The ID of cluster.
    clusterName string
    The name of cluster.
    cpu number
    Cpu, unit: CORE.
    createTime string
    Create time.
    cynosVersion string
    Cynos kernel version.
    dbType string
    Database type.
    dbVersion string
    Database version.
    destroyDeadlineText string
    Destroy deadline.
    destroyTime string
    Instance destroy time.
    instanceId string
    The id of instance.
    instanceName string
    The name of instance.
    instanceRole string
    Instance role.
    instanceType string
    Instance type.
    isFreeze string
    Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
    isolateTime string
    Isolate time.
    maxCpu number
    Serverless instance maxmum cpu.
    memory number
    Memory, unit: GB.
    minCpu number
    Serverless instance minimum cpu.
    netType number
    Net type.
    payMode number
    Pay mode.
    periodEndTime string
    Instance expiration time.
    physicalZone string
    Physical zone.
    processingTask string
    Task being processed.
    projectId number
    The id of project.
    region string
    Region.
    renewFlag number
    Renew flag.
    resourceTags GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag[]
    Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
    serverlessStatus string
    Serverless instance status, optional values:resumepause.
    status string
    Status.
    statusDesc string
    Instance state Chinese description.
    storage number
    Storage, unit: GB.
    storageId string
    Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
    storagePayMode number
    Storage payment type.
    subnetId string
    Subnet ID.
    tasks GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask[]
    Task list.Note: This field may return null, indicating that no valid value can be obtained.
    uin string
    User Uin.
    updateTime string
    Update time.
    vip string
    Intranet IP.
    vpcId string
    VPC network ID.
    vport number
    Intranet port.
    wanDomain string
    Public domain name.
    wanIp string
    Public IP.
    wanPort number
    Public port.
    wanStatus 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_text str
    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_time str
    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.
    resource_tags Sequence[GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag]
    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_mode float
    Storage payment type.
    subnet_id str
    Subnet ID.
    tasks Sequence[GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask]
    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.
    appId Number
    User app id.
    businessType String
    Business type.Note: This field may return null, indicating that no valid value can be obtained.
    clusterId String
    The ID of cluster.
    clusterName String
    The name of cluster.
    cpu Number
    Cpu, unit: CORE.
    createTime String
    Create time.
    cynosVersion String
    Cynos kernel version.
    dbType String
    Database type.
    dbVersion String
    Database version.
    destroyDeadlineText String
    Destroy deadline.
    destroyTime String
    Instance destroy time.
    instanceId String
    The id of instance.
    instanceName String
    The name of instance.
    instanceRole String
    Instance role.
    instanceType String
    Instance type.
    isFreeze String
    Whether to freeze.Note: This field may return null, indicating that no valid value can be obtained.
    isolateTime String
    Isolate time.
    maxCpu Number
    Serverless instance maxmum cpu.
    memory Number
    Memory, unit: GB.
    minCpu Number
    Serverless instance minimum cpu.
    netType Number
    Net type.
    payMode Number
    Pay mode.
    periodEndTime String
    Instance expiration time.
    physicalZone String
    Physical zone.
    processingTask String
    Task being processed.
    projectId Number
    The id of project.
    region String
    Region.
    renewFlag Number
    Renew flag.
    resourceTags List<Property Map>
    Resource tags.Note: This field may return null, indicating that no valid value can be obtained.
    serverlessStatus String
    Serverless instance status, optional values:resumepause.
    status String
    Status.
    statusDesc String
    Instance state Chinese description.
    storage Number
    Storage, unit: GB.
    storageId String
    Prepaid Storage Id.Note: This field may return null, indicating that no valid value can be obtained..
    storagePayMode Number
    Storage payment type.
    subnetId 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.
    updateTime String
    Update time.
    vip String
    Intranet IP.
    vpcId String
    VPC network ID.
    vport Number
    Intranet port.
    wanDomain String
    Public domain name.
    wanIp String
    Public IP.
    wanPort Number
    Public port.
    wanStatus String
    Public status.
    zone String
    Availability zone.

    GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetResourceTag

    TagKey string
    The key of tag.
    TagValue string
    The value of tag.
    TagKey string
    The key of tag.
    TagValue string
    The value of tag.
    tagKey String
    The key of tag.
    tagValue String
    The value of tag.
    tagKey string
    The key of tag.
    tagValue string
    The value of tag.
    tag_key str
    The key of tag.
    tag_value str
    The value of tag.
    tagKey String
    The key of tag.
    tagValue String
    The value of tag.

    GetCynosdbClusterInstanceGroupsInstanceGrpInfoListInstanceSetTask

    ObjectId string
    Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
    ObjectType string
    Object type.Note: This field may return null, indicating that no valid value can be obtained.
    TaskId double
    Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
    TaskStatus string
    Task status.Note: This field may return null, indicating that no valid value can be obtained.
    TaskType string
    Task type.Note: This field may return null, indicating that no valid value can be obtained.
    ObjectId string
    Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
    ObjectType string
    Object type.Note: This field may return null, indicating that no valid value can be obtained.
    TaskId float64
    Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
    TaskStatus string
    Task status.Note: This field may return null, indicating that no valid value can be obtained.
    TaskType string
    Task type.Note: This field may return null, indicating that no valid value can be obtained.
    objectId String
    Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
    objectType String
    Object type.Note: This field may return null, indicating that no valid value can be obtained.
    taskId Double
    Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
    taskStatus String
    Task status.Note: This field may return null, indicating that no valid value can be obtained.
    taskType String
    Task type.Note: This field may return null, indicating that no valid value can be obtained.
    objectId string
    Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
    objectType string
    Object type.Note: This field may return null, indicating that no valid value can be obtained.
    taskId number
    Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
    taskStatus string
    Task status.Note: This field may return null, indicating that no valid value can be obtained.
    taskType 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.
    objectId String
    Task ID (cluster ID|instance group ID|instance ID).Note: This field may return null, indicating that no valid value can be obtained.
    objectType String
    Object type.Note: This field may return null, indicating that no valid value can be obtained.
    taskId Number
    Task auto-increment ID.Note: This field may return null, indicating that no valid value can be obtained.
    taskStatus String
    Task status.Note: This field may return null, indicating that no valid value can be obtained.
    taskType 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 logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack