1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getCkafkaInstances
tencentcloud 1.81.187 published on Monday, Apr 28, 2025 by tencentcloudstack

tencentcloud.getCkafkaInstances

Explore with Pulumi AI

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"],
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

foo = tencentcloud.get_ckafka_instances(instance_ids=["ckafka-vv7wpvae"])
Copy
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
	})
}
Copy
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",
        },
    });

});
Copy
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());

    }
}
Copy
variables:
  foo:
    fn::invoke:
      function: tencentcloud:getCkafkaInstances
      arguments:
        instanceIds:
          - ckafka-vv7wpvae
Copy

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>
Copy
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]
Copy
func GetCkafkaInstances(ctx *Context, args *GetCkafkaInstancesArgs, opts ...InvokeOption) (*GetCkafkaInstancesResult, error)
func GetCkafkaInstancesOutput(ctx *Context, args *GetCkafkaInstancesOutputArgs, opts ...InvokeOption) GetCkafkaInstancesResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCkafkaInstancesResult> getCkafkaInstances(GetCkafkaInstancesArgs args, InvokeOptions options)
public static Output<GetCkafkaInstancesResult> getCkafkaInstances(GetCkafkaInstancesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getCkafkaInstances:getCkafkaInstances
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Filters List<GetCkafkaInstancesFilter>
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.
ResultOutputFile string
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 []GetCkafkaInstancesFilter
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.
ResultOutputFile string
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<GetCkafkaInstancesFilter>
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.
resultOutputFile String
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 GetCkafkaInstancesFilter[]
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.
resultOutputFile string
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[GetCkafkaInstancesFilter]
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_file str
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.
resultOutputFile String
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<GetCkafkaInstancesInstanceList>
A list of ckafka users. Each element contains the following attributes:
Filters List<GetCkafkaInstancesFilter>
InstanceIds List<string>
Limit double
Offset double
ResultOutputFile string
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 []GetCkafkaInstancesInstanceList
A list of ckafka users. Each element contains the following attributes:
Filters []GetCkafkaInstancesFilter
InstanceIds []string
Limit float64
Offset float64
ResultOutputFile string
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<GetCkafkaInstancesInstanceList>
A list of ckafka users. Each element contains the following attributes:
filters List<GetCkafkaInstancesFilter>
instanceIds List<String>
limit Double
offset Double
resultOutputFile String
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 GetCkafkaInstancesInstanceList[]
A list of ckafka users. Each element contains the following attributes:
filters GetCkafkaInstancesFilter[]
instanceIds string[]
limit number
offset number
resultOutputFile string
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[GetCkafkaInstancesInstanceList]
A list of ckafka users. Each element contains the following attributes:
filters Sequence[GetCkafkaInstancesFilter]
instance_ids Sequence[str]
limit float
offset float
result_output_file str
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
resultOutputFile String
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

Name This property is required. string
The field that needs to be filtered.
Values This property is required. List<string>
The filtered value of the field.
Name This property is required. string
The field that needs to be filtered.
Values This property is required. []string
The filtered value of the field.
name This property is required. String
The field that needs to be filtered.
values This property is required. List<String>
The filtered value of the field.
name This property is required. string
The field that needs to be filtered.
values This property is required. string[]
The filtered value of the field.
name This property is required. str
The field that needs to be filtered.
values This property is required. Sequence[str]
The filtered value of the field.
name This property is required. String
The field that needs to be filtered.
values This property is required. List<String>
The filtered value of the field.

GetCkafkaInstancesInstanceList

Bandwidth This property is required. double
Instance bandwidth, in Mbps.
CreateTime This property is required. double
The time when the instance was created.
Cvm This property is required. double
ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
DiskSize This property is required. double
The storage size of the instance, in GB.
DiskType This property is required. string
Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
ExpireTime This property is required. double
The instance expiration time.
Healthy This property is required. double
Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
HealthyMessage This property is required. string
Instance status information.
InstanceId This property is required. string
The instance ID.
InstanceName This property is required. string
The instance name.
InstanceType This property is required. string
ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
IsInternal This property is required. double
Whether it is an internal customer. A value of 1 indicates an internal customer.
MaxPartitionNumber This property is required. double
The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
MaxTopicNumber This property is required. double
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 This property is required. double
The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
PublicNetwork This property is required. double
The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
PublicNetworkChargeType This property is required. string
The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
RebalanceTime This property is required. string
Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
RenewFlag This property is required. double
Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
Status This property is required. double
(Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
SubnetId This property is required. string
Subnet id.
Tags This property is required. List<GetCkafkaInstancesInstanceListTag>
Tag information.
TopicNum This property is required. double
The number of topics.
Version This property is required. string
Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
Vip This property is required. string
Virtual IP.
VipLists This property is required. List<GetCkafkaInstancesInstanceListVipList>
Virtual IP entities.
VpcId This property is required. string
VpcId, if empty, indicates that it is the underlying network.
Vport This property is required. string
Virtual PORT.
ZoneId This property is required. double
Availability Zone ID.
ZoneIds This property is required. List<double>
Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
Bandwidth This property is required. float64
Instance bandwidth, in Mbps.
CreateTime This property is required. float64
The time when the instance was created.
Cvm This property is required. float64
ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
DiskSize This property is required. float64
The storage size of the instance, in GB.
DiskType This property is required. string
Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
ExpireTime This property is required. float64
The instance expiration time.
Healthy This property is required. float64
Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
HealthyMessage This property is required. string
Instance status information.
InstanceId This property is required. string
The instance ID.
InstanceName This property is required. string
The instance name.
InstanceType This property is required. string
ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
IsInternal This property is required. float64
Whether it is an internal customer. A value of 1 indicates an internal customer.
MaxPartitionNumber This property is required. float64
The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
MaxTopicNumber This property is required. float64
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 This property is required. float64
The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
PublicNetwork This property is required. float64
The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
PublicNetworkChargeType This property is required. string
The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
RebalanceTime This property is required. string
Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
RenewFlag This property is required. float64
Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
Status This property is required. float64
(Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
SubnetId This property is required. string
Subnet id.
Tags This property is required. []GetCkafkaInstancesInstanceListTag
Tag information.
TopicNum This property is required. float64
The number of topics.
Version This property is required. string
Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
Vip This property is required. string
Virtual IP.
VipLists This property is required. []GetCkafkaInstancesInstanceListVipList
Virtual IP entities.
VpcId This property is required. string
VpcId, if empty, indicates that it is the underlying network.
Vport This property is required. string
Virtual PORT.
ZoneId This property is required. float64
Availability Zone ID.
ZoneIds This property is required. []float64
Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
bandwidth This property is required. Double
Instance bandwidth, in Mbps.
createTime This property is required. Double
The time when the instance was created.
cvm This property is required. Double
ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
diskSize This property is required. Double
The storage size of the instance, in GB.
diskType This property is required. String
Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
expireTime This property is required. Double
The instance expiration time.
healthy This property is required. Double
Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
healthyMessage This property is required. String
Instance status information.
instanceId This property is required. String
The instance ID.
instanceName This property is required. String
The instance name.
instanceType This property is required. String
ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
isInternal This property is required. Double
Whether it is an internal customer. A value of 1 indicates an internal customer.
maxPartitionNumber This property is required. Double
The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
maxTopicNumber This property is required. Double
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 This property is required. Double
The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
publicNetwork This property is required. Double
The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
publicNetworkChargeType This property is required. String
The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
rebalanceTime This property is required. String
Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
renewFlag This property is required. Double
Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
status This property is required. Double
(Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
subnetId This property is required. String
Subnet id.
tags This property is required. List<GetCkafkaInstancesInstanceListTag>
Tag information.
topicNum This property is required. Double
The number of topics.
version This property is required. String
Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
vip This property is required. String
Virtual IP.
vipLists This property is required. List<GetCkafkaInstancesInstanceListVipList>
Virtual IP entities.
vpcId This property is required. String
VpcId, if empty, indicates that it is the underlying network.
vport This property is required. String
Virtual PORT.
zoneId This property is required. Double
Availability Zone ID.
zoneIds This property is required. List<Double>
Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
bandwidth This property is required. number
Instance bandwidth, in Mbps.
createTime This property is required. number
The time when the instance was created.
cvm This property is required. number
ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
diskSize This property is required. number
The storage size of the instance, in GB.
diskType This property is required. string
Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
expireTime This property is required. number
The instance expiration time.
healthy This property is required. number
Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
healthyMessage This property is required. string
Instance status information.
instanceId This property is required. string
The instance ID.
instanceName This property is required. string
The instance name.
instanceType This property is required. string
ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
isInternal This property is required. number
Whether it is an internal customer. A value of 1 indicates an internal customer.
maxPartitionNumber This property is required. number
The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
maxTopicNumber This property is required. number
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 This property is required. number
The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
publicNetwork This property is required. number
The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
publicNetworkChargeType This property is required. string
The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
rebalanceTime This property is required. string
Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
renewFlag This property is required. number
Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
status This property is required. number
(Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
subnetId This property is required. string
Subnet id.
tags This property is required. GetCkafkaInstancesInstanceListTag[]
Tag information.
topicNum This property is required. number
The number of topics.
version This property is required. string
Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
vip This property is required. string
Virtual IP.
vipLists This property is required. GetCkafkaInstancesInstanceListVipList[]
Virtual IP entities.
vpcId This property is required. string
VpcId, if empty, indicates that it is the underlying network.
vport This property is required. string
Virtual PORT.
zoneId This property is required. number
Availability Zone ID.
zoneIds This property is required. number[]
Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
bandwidth This property is required. float
Instance bandwidth, in Mbps.
create_time This property is required. float
The time when the instance was created.
cvm This property is required. float
ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
disk_size This property is required. float
The storage size of the instance, in GB.
disk_type This property is required. str
Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
expire_time This property is required. float
The instance expiration time.
healthy This property is required. float
Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
healthy_message This property is required. str
Instance status information.
instance_id This property is required. str
The instance ID.
instance_name This property is required. str
The instance name.
instance_type This property is required. str
ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
is_internal This property is required. float
Whether it is an internal customer. A value of 1 indicates an internal customer.
max_partition_number This property is required. float
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_number This property is required. float
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 This property is required. float
The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
public_network This property is required. float
The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
public_network_charge_type This property is required. str
The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
rebalance_time This property is required. str
Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
renew_flag This property is required. float
Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
status This property is required. float
(Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
subnet_id This property is required. str
Subnet id.
tags This property is required. Sequence[GetCkafkaInstancesInstanceListTag]
Tag information.
topic_num This property is required. float
The number of topics.
version This property is required. str
Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
vip This property is required. str
Virtual IP.
vip_lists This property is required. Sequence[GetCkafkaInstancesInstanceListVipList]
Virtual IP entities.
vpc_id This property is required. str
VpcId, if empty, indicates that it is the underlying network.
vport This property is required. str
Virtual PORT.
zone_id This property is required. float
Availability Zone ID.
zone_ids This property is required. Sequence[float]
Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.
bandwidth This property is required. Number
Instance bandwidth, in Mbps.
createTime This property is required. Number
The time when the instance was created.
cvm This property is required. Number
ckafka sale type. Note: This field may return null, indicating that a valid value could not be retrieved.
diskSize This property is required. Number
The storage size of the instance, in GB.
diskType This property is required. String
Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
expireTime This property is required. Number
The instance expiration time.
healthy This property is required. Number
Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
healthyMessage This property is required. String
Instance status information.
instanceId This property is required. String
The instance ID.
instanceName This property is required. String
The instance name.
instanceType This property is required. String
ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
isInternal This property is required. Number
Whether it is an internal customer. A value of 1 indicates an internal customer.
maxPartitionNumber This property is required. Number
The maximum number of Partitions for the current specifications. Note: This field may return null, indicating that a valid value could not be retrieved.
maxTopicNumber This property is required. Number
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 This property is required. Number
The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
publicNetwork This property is required. Number
The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
publicNetworkChargeType This property is required. String
The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
rebalanceTime This property is required. String
Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
renewFlag This property is required. Number
Whether the instance is renewed, the int enumeration value: 1 indicates auto-renewal, and 2 indicates that it is not automatically renewed.
status This property is required. Number
(Filter Criteria) The status of the instance. 0: Create, 1: Run, 2: Delete, do not fill the default return all.
subnetId This property is required. String
Subnet id.
tags This property is required. List<Property Map>
Tag information.
topicNum This property is required. Number
The number of topics.
version This property is required. String
Kafka version information. Note: This field may return null, indicating that a valid value could not be retrieved.
vip This property is required. String
Virtual IP.
vipLists This property is required. List<Property Map>
Virtual IP entities.
vpcId This property is required. String
VpcId, if empty, indicates that it is the underlying network.
vport This property is required. String
Virtual PORT.
zoneId This property is required. Number
Availability Zone ID.
zoneIds This property is required. List<Number>
Across Availability Zones. Note: This field may return null, indicating that a valid value could not be retrieved.

GetCkafkaInstancesInstanceListTag

TagKey This property is required. string
Matches the tag key value.
TagValue This property is required. string
Tag Value.
TagKey This property is required. string
Matches the tag key value.
TagValue This property is required. string
Tag Value.
tagKey This property is required. String
Matches the tag key value.
tagValue This property is required. String
Tag Value.
tagKey This property is required. string
Matches the tag key value.
tagValue This property is required. string
Tag Value.
tag_key This property is required. str
Matches the tag key value.
tag_value This property is required. str
Tag Value.
tagKey This property is required. String
Matches the tag key value.
tagValue This property is required. String
Tag Value.

GetCkafkaInstancesInstanceListVipList

Vip This property is required. string
Virtual IP.
Vport This property is required. string
Virtual PORT.
Vip This property is required. string
Virtual IP.
Vport This property is required. string
Virtual PORT.
vip This property is required. String
Virtual IP.
vport This property is required. String
Virtual PORT.
vip This property is required. string
Virtual IP.
vport This property is required. string
Virtual PORT.
vip This property is required. str
Virtual IP.
vport This property is required. str
Virtual PORT.
vip This property is required. String
Virtual IP.
vport This property is required. String
Virtual PORT.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.