tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getCkafkaInstances
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
Use this data source to query detailed instance information of Ckafka
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const foo = tencentcloud.getCkafkaInstances({
    instanceIds: ["ckafka-vv7wpvae"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
foo = tencentcloud.get_ckafka_instances(instance_ids=["ckafka-vv7wpvae"])
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.GetCkafkaInstances(ctx, &tencentcloud.GetCkafkaInstancesArgs{
			InstanceIds: []string{
				"ckafka-vv7wpvae",
			},
		}, 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 foo = Tencentcloud.GetCkafkaInstances.Invoke(new()
    {
        InstanceIds = new[]
        {
            "ckafka-vv7wpvae",
        },
    });
});
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.GetCkafkaInstancesArgs;
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 foo = TencentcloudFunctions.getCkafkaInstances(GetCkafkaInstancesArgs.builder()
            .instanceIds("ckafka-vv7wpvae")
            .build());
    }
}
variables:
  foo:
    fn::invoke:
      function: tencentcloud:getCkafkaInstances
      arguments:
        instanceIds:
          - ckafka-vv7wpvae
Using getCkafkaInstances
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 getCkafkaInstances(args: GetCkafkaInstancesArgs, opts?: InvokeOptions): Promise<GetCkafkaInstancesResult>
function getCkafkaInstancesOutput(args: GetCkafkaInstancesOutputArgs, opts?: InvokeOptions): Output<GetCkafkaInstancesResult>def get_ckafka_instances(filters: Optional[Sequence[GetCkafkaInstancesFilter]] = None,
                         id: Optional[str] = None,
                         instance_ids: Optional[Sequence[str]] = None,
                         limit: Optional[float] = None,
                         offset: Optional[float] = None,
                         result_output_file: Optional[str] = None,
                         search_word: Optional[str] = None,
                         statuses: Optional[Sequence[float]] = None,
                         tag_key: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCkafkaInstancesResult
def get_ckafka_instances_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCkafkaInstancesFilterArgs]]]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         limit: Optional[pulumi.Input[float]] = None,
                         offset: Optional[pulumi.Input[float]] = None,
                         result_output_file: Optional[pulumi.Input[str]] = None,
                         search_word: Optional[pulumi.Input[str]] = None,
                         statuses: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                         tag_key: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCkafkaInstancesResult]func GetCkafkaInstances(ctx *Context, args *GetCkafkaInstancesArgs, opts ...InvokeOption) (*GetCkafkaInstancesResult, error)
func GetCkafkaInstancesOutput(ctx *Context, args *GetCkafkaInstancesOutputArgs, opts ...InvokeOption) GetCkafkaInstancesResultOutput> Note: This function is named GetCkafkaInstances in the Go SDK.
public static class GetCkafkaInstances 
{
    public static Task<GetCkafkaInstancesResult> InvokeAsync(GetCkafkaInstancesArgs args, InvokeOptions? opts = null)
    public static Output<GetCkafkaInstancesResult> Invoke(GetCkafkaInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCkafkaInstancesResult> getCkafkaInstances(GetCkafkaInstancesArgs args, InvokeOptions options)
public static Output<GetCkafkaInstancesResult> getCkafkaInstances(GetCkafkaInstancesArgs args, InvokeOptions options)
fn::invoke:
  function: tencentcloud:index/getCkafkaInstances:getCkafkaInstances
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Filters
List<GetCkafka Instances Filter> 
- Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- Id string
- InstanceIds List<string>
- Filter by instance ID.
- Limit double
- The number of pages, default is 10.
- Offset double
- The page start offset, default is 0.
- ResultOutput stringFile 
- Used to save results.
- SearchWord string
- Filter by instance name, support fuzzy query.
- Statuses List<double>
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- TagKey string
- Matches the tag key value.
- Filters
[]GetCkafka Instances Filter 
- Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- Id string
- InstanceIds []string
- Filter by instance ID.
- Limit float64
- The number of pages, default is 10.
- Offset float64
- The page start offset, default is 0.
- ResultOutput stringFile 
- Used to save results.
- SearchWord string
- Filter by instance name, support fuzzy query.
- Statuses []float64
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- TagKey string
- Matches the tag key value.
- filters
List<GetCkafka Instances Filter> 
- Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- id String
- instanceIds List<String>
- Filter by instance ID.
- limit Double
- The number of pages, default is 10.
- offset Double
- The page start offset, default is 0.
- resultOutput StringFile 
- Used to save results.
- searchWord String
- Filter by instance name, support fuzzy query.
- statuses List<Double>
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- tagKey String
- Matches the tag key value.
- filters
GetCkafka Instances Filter[] 
- Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- id string
- instanceIds string[]
- Filter by instance ID.
- limit number
- The number of pages, default is 10.
- offset number
- The page start offset, default is 0.
- resultOutput stringFile 
- Used to save results.
- searchWord string
- Filter by instance name, support fuzzy query.
- statuses number[]
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- tagKey string
- Matches the tag key value.
- filters
Sequence[GetCkafka Instances Filter] 
- Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- id str
- instance_ids Sequence[str]
- Filter by instance ID.
- limit float
- The number of pages, default is 10.
- offset float
- The page start offset, default is 0.
- result_output_ strfile 
- Used to save results.
- search_word str
- Filter by instance name, support fuzzy query.
- statuses Sequence[float]
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- tag_key str
- Matches the tag key value.
- filters List<Property Map>
- Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- id String
- instanceIds List<String>
- Filter by instance ID.
- limit Number
- The number of pages, default is 10.
- offset Number
- The page start offset, default is 0.
- resultOutput StringFile 
- Used to save results.
- searchWord String
- Filter by instance name, support fuzzy query.
- statuses List<Number>
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- tagKey String
- Matches the tag key value.
getCkafkaInstances Result
The following output properties are available:
- Id string
- InstanceLists List<GetCkafka Instances Instance List> 
- A list of ckafka users. Each element contains the following attributes:
- Filters
List<GetCkafka Instances Filter> 
- InstanceIds List<string>
- Limit double
- Offset double
- ResultOutput stringFile 
- SearchWord string
- Statuses List<double>
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- TagKey string
- Tag Key.
- Id string
- InstanceLists []GetCkafka Instances Instance List 
- A list of ckafka users. Each element contains the following attributes:
- Filters
[]GetCkafka Instances Filter 
- InstanceIds []string
- Limit float64
- Offset float64
- ResultOutput stringFile 
- SearchWord string
- Statuses []float64
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- TagKey string
- Tag Key.
- id String
- instanceLists List<GetCkafka Instances Instance List> 
- A list of ckafka users. Each element contains the following attributes:
- filters
List<GetCkafka Instances Filter> 
- instanceIds List<String>
- limit Double
- offset Double
- resultOutput StringFile 
- searchWord String
- statuses List<Double>
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tagKey String
- Tag Key.
- id string
- instanceLists GetCkafka Instances Instance List[] 
- A list of ckafka users. Each element contains the following attributes:
- filters
GetCkafka Instances Filter[] 
- instanceIds string[]
- limit number
- offset number
- resultOutput stringFile 
- searchWord string
- statuses number[]
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tagKey string
- Tag Key.
- id str
- instance_lists Sequence[GetCkafka Instances Instance List] 
- A list of ckafka users. Each element contains the following attributes:
- filters
Sequence[GetCkafka Instances Filter] 
- instance_ids Sequence[str]
- limit float
- offset float
- result_output_ strfile 
- search_word str
- statuses Sequence[float]
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tag_key str
- Tag Key.
- id String
- instanceLists List<Property Map>
- A list of ckafka users. Each element contains the following attributes:
- filters List<Property Map>
- instanceIds List<String>
- limit Number
- offset Number
- resultOutput StringFile 
- searchWord String
- statuses List<Number>
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tagKey String
- Tag Key.
Supporting Types
GetCkafkaInstancesFilter   
GetCkafkaInstancesInstanceList    
- Bandwidth double
- Instance bandwidth, in Mbps.
- CreateTime double
- The time when the instance was created.
- Cvm double
- ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
- DiskSize double
- The storage size of the instance, in GB.
- DiskType string
- Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- ExpireTime double
- The instance expiration time.
- Healthy double
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- HealthyMessage string
- Instance status information.
- InstanceId string
- The instance ID.
- InstanceName string
- The instance name.
- InstanceType string
- ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- IsInternal double
- Whether it is an internal customer. A value of 1 indicates an internal customer.
- MaxPartition doubleNumber 
- The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
- MaxTopic doubleNumber 
- The maximum number of topics in the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved..
- PartitionNumber double
- The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- PublicNetwork double
- The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- PublicNetwork stringCharge Type 
- The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- RebalanceTime string
- Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- RenewFlag double
- Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
- Status double
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- SubnetId string
- Subnet id.
- 
List<GetCkafka Instances Instance List Tag> 
- Tag information.
- TopicNum double
- The number of topics.
- Version string
- Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
- Vip string
- Virtual IP.
- VipLists List<GetCkafka Instances Instance List Vip List> 
- Virtual IP entities.
- VpcId string
- VpcId, if empty, indicates that it is the underlying network.
- Vport string
- Virtual PORT.
- ZoneId double
- Availability Zone ID.
- ZoneIds List<double>
- Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
- Bandwidth float64
- Instance bandwidth, in Mbps.
- CreateTime float64
- The time when the instance was created.
- Cvm float64
- ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
- DiskSize float64
- The storage size of the instance, in GB.
- DiskType string
- Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- ExpireTime float64
- The instance expiration time.
- Healthy float64
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- HealthyMessage string
- Instance status information.
- InstanceId string
- The instance ID.
- InstanceName string
- The instance name.
- InstanceType string
- ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- IsInternal float64
- Whether it is an internal customer. A value of 1 indicates an internal customer.
- MaxPartition float64Number 
- The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
- MaxTopic float64Number 
- The maximum number of topics in the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved..
- PartitionNumber float64
- The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- PublicNetwork float64
- The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- PublicNetwork stringCharge Type 
- The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- RebalanceTime string
- Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- RenewFlag float64
- Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
- Status float64
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- SubnetId string
- Subnet id.
- 
[]GetCkafka Instances Instance List Tag 
- Tag information.
- TopicNum float64
- The number of topics.
- Version string
- Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
- Vip string
- Virtual IP.
- VipLists []GetCkafka Instances Instance List Vip List 
- Virtual IP entities.
- VpcId string
- VpcId, if empty, indicates that it is the underlying network.
- Vport string
- Virtual PORT.
- ZoneId float64
- Availability Zone ID.
- ZoneIds []float64
- Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
- bandwidth Double
- Instance bandwidth, in Mbps.
- createTime Double
- The time when the instance was created.
- cvm Double
- ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
- diskSize Double
- The storage size of the instance, in GB.
- diskType String
- Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expireTime Double
- The instance expiration time.
- healthy Double
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthyMessage String
- Instance status information.
- instanceId String
- The instance ID.
- instanceName String
- The instance name.
- instanceType String
- ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- isInternal Double
- Whether it is an internal customer. A value of 1 indicates an internal customer.
- maxPartition DoubleNumber 
- The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
- maxTopic DoubleNumber 
- The maximum number of topics in the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved..
- partitionNumber Double
- The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- publicNetwork Double
- The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- publicNetwork StringCharge Type 
- The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalanceTime String
- Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renewFlag Double
- Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
- status Double
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- subnetId String
- Subnet id.
- 
List<GetCkafka Instances Instance List Tag> 
- Tag information.
- topicNum Double
- The number of topics.
- version String
- Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
- vip String
- Virtual IP.
- vipLists List<GetCkafka Instances Instance List Vip List> 
- Virtual IP entities.
- vpcId String
- VpcId, if empty, indicates that it is the underlying network.
- vport String
- Virtual PORT.
- zoneId Double
- Availability Zone ID.
- zoneIds List<Double>
- Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
- bandwidth number
- Instance bandwidth, in Mbps.
- createTime number
- The time when the instance was created.
- cvm number
- ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
- diskSize number
- The storage size of the instance, in GB.
- diskType string
- Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expireTime number
- The instance expiration time.
- healthy number
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthyMessage string
- Instance status information.
- instanceId string
- The instance ID.
- instanceName string
- The instance name.
- instanceType string
- ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- isInternal number
- Whether it is an internal customer. A value of 1 indicates an internal customer.
- maxPartition numberNumber 
- The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
- maxTopic numberNumber 
- The maximum number of topics in the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved..
- partitionNumber number
- The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- publicNetwork number
- The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- publicNetwork stringCharge Type 
- The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalanceTime string
- Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renewFlag number
- Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
- status number
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- subnetId string
- Subnet id.
- 
GetCkafka Instances Instance List Tag[] 
- Tag information.
- topicNum number
- The number of topics.
- version string
- Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
- vip string
- Virtual IP.
- vipLists GetCkafka Instances Instance List Vip List[] 
- Virtual IP entities.
- vpcId string
- VpcId, if empty, indicates that it is the underlying network.
- vport string
- Virtual PORT.
- zoneId number
- Availability Zone ID.
- zoneIds number[]
- Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
- bandwidth float
- Instance bandwidth, in Mbps.
- create_time float
- The time when the instance was created.
- cvm float
- ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
- disk_size float
- The storage size of the instance, in GB.
- disk_type str
- Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire_time float
- The instance expiration time.
- healthy float
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthy_message str
- Instance status information.
- instance_id str
- The instance ID.
- instance_name str
- The instance name.
- instance_type str
- ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is_internal float
- Whether it is an internal customer. A value of 1 indicates an internal customer.
- max_partition_ floatnumber 
- The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
- max_topic_ floatnumber 
- The maximum number of topics in the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved..
- partition_number float
- The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- public_network float
- The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- public_network_ strcharge_ type 
- The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalance_time str
- Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renew_flag float
- Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
- status float
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- subnet_id str
- Subnet id.
- 
Sequence[GetCkafka Instances Instance List Tag] 
- Tag information.
- topic_num float
- The number of topics.
- version str
- Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
- vip str
- Virtual IP.
- vip_lists Sequence[GetCkafka Instances Instance List Vip List] 
- Virtual IP entities.
- vpc_id str
- VpcId, if empty, indicates that it is the underlying network.
- vport str
- Virtual PORT.
- zone_id float
- Availability Zone ID.
- zone_ids Sequence[float]
- Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
- bandwidth Number
- Instance bandwidth, in Mbps.
- createTime Number
- The time when the instance was created.
- cvm Number
- ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
- diskSize Number
- The storage size of the instance, in GB.
- diskType String
- Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expireTime Number
- The instance expiration time.
- healthy Number
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthyMessage String
- Instance status information.
- instanceId String
- The instance ID.
- instanceName String
- The instance name.
- instanceType String
- ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- isInternal Number
- Whether it is an internal customer. A value of 1 indicates an internal customer.
- maxPartition NumberNumber 
- The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
- maxTopic NumberNumber 
- The maximum number of topics in the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved..
- partitionNumber Number
- The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- publicNetwork Number
- The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- publicNetwork StringCharge Type 
- The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalanceTime String
- Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renewFlag Number
- Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
- status Number
- (Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
- subnetId String
- Subnet id.
- List<Property Map>
- Tag information.
- topicNum Number
- The number of topics.
- version String
- Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
- vip String
- Virtual IP.
- vipLists List<Property Map>
- Virtual IP entities.
- vpcId String
- VpcId, if empty, indicates that it is the underlying network.
- vport String
- Virtual PORT.
- zoneId Number
- Availability Zone ID.
- zoneIds List<Number>
- Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
GetCkafkaInstancesInstanceListTag     
GetCkafkaInstancesInstanceListVipList      
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the tencentcloudTerraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack