tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getCkafkaInstances
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Filters
List<Get
Ckafka Instances Filter> - Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- Id string
- Instance
Ids List<string> - Filter by instance ID.
- Limit double
- The number of pages, default is
10
. - Offset double
- The page start offset, default is
0
. - Result
Output stringFile - Used to save results.
- Search
Word 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.
- Tag
Key string - Matches the tag key value.
- Filters
[]Get
Ckafka Instances Filter - Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- Id string
- Instance
Ids []string - Filter by instance ID.
- Limit float64
- The number of pages, default is
10
. - Offset float64
- The page start offset, default is
0
. - Result
Output stringFile - Used to save results.
- Search
Word 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.
- Tag
Key string - Matches the tag key value.
- filters
List<Get
Ckafka Instances Filter> - Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- id String
- instance
Ids List<String> - Filter by instance ID.
- limit Double
- The number of pages, default is
10
. - offset Double
- The page start offset, default is
0
. - result
Output StringFile - Used to save results.
- search
Word 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.
- tag
Key String - Matches the tag key value.
- filters
Get
Ckafka Instances Filter[] - Filter. filter.name supports ('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId'), filter.values can pass up to 10 values.
- id string
- instance
Ids string[] - Filter by instance ID.
- limit number
- The number of pages, default is
10
. - offset number
- The page start offset, default is
0
. - result
Output stringFile - Used to save results.
- search
Word 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.
- tag
Key string - Matches the tag key value.
- filters
Sequence[Get
Ckafka 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
- instance
Ids List<String> - Filter by instance ID.
- limit Number
- The number of pages, default is
10
. - offset Number
- The page start offset, default is
0
. - result
Output StringFile - Used to save results.
- search
Word 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.
- tag
Key String - Matches the tag key value.
getCkafkaInstances Result
The following output properties are available:
- Id string
- Instance
Lists List<GetCkafka Instances Instance List> - A list of ckafka users. Each element contains the following attributes:
- Filters
List<Get
Ckafka Instances Filter> - Instance
Ids List<string> - Limit double
- Offset double
- Result
Output stringFile - Search
Word string - Statuses List<double>
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- Tag
Key string - Tag Key.
- Id string
- Instance
Lists []GetCkafka Instances Instance List - A list of ckafka users. Each element contains the following attributes:
- Filters
[]Get
Ckafka Instances Filter - Instance
Ids []string - Limit float64
- Offset float64
- Result
Output stringFile - Search
Word string - Statuses []float64
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- Tag
Key string - Tag Key.
- id String
- instance
Lists List<GetCkafka Instances Instance List> - A list of ckafka users. Each element contains the following attributes:
- filters
List<Get
Ckafka Instances Filter> - instance
Ids List<String> - limit Double
- offset Double
- result
Output StringFile - search
Word String - statuses List<Double>
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tag
Key String - Tag Key.
- id string
- instance
Lists GetCkafka Instances Instance List[] - A list of ckafka users. Each element contains the following attributes:
- filters
Get
Ckafka Instances Filter[] - instance
Ids string[] - limit number
- offset number
- result
Output stringFile - search
Word string - statuses number[]
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tag
Key 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[Get
Ckafka 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
- instance
Lists List<Property Map> - A list of ckafka users. Each element contains the following attributes:
- filters List<Property Map>
- instance
Ids List<String> - limit Number
- offset Number
- result
Output StringFile - search
Word String - statuses List<Number>
- The status of the instance. 0: Created, 1: Running, 2: Delete: 5 Quarantined, -1 Creation failed.
- tag
Key String - Tag Key.
Supporting Types
GetCkafkaInstancesFilter
GetCkafkaInstancesInstanceList
- Bandwidth double
- Instance bandwidth, in Mbps.
- Create
Time 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.
- Disk
Size double - The storage size of the instance, in GB.
- Disk
Type string - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Expire
Time double - The instance expiration time.
- Healthy double
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- Healthy
Message string - Instance status information.
- Instance
Id string - The instance ID.
- Instance
Name string - The instance name.
- Instance
Type string - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Is
Internal double - Whether it is an internal customer. A value of 1 indicates an internal customer.
- Max
Partition 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.
- Max
Topic 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..
- Partition
Number double - The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- Public
Network double - The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- Public
Network stringCharge Type - The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- Rebalance
Time string - Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- Renew
Flag 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.
- Subnet
Id string - Subnet id.
- List<Get
Ckafka Instances Instance List Tag> - Tag information.
- Topic
Num 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.
- Vip
Lists List<GetCkafka Instances Instance List Vip List> - Virtual IP entities.
- Vpc
Id string - VpcId, if empty, indicates that it is the underlying network.
- Vport string
- Virtual PORT.
- Zone
Id double - Availability Zone ID.
- Zone
Ids 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.
- Create
Time 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.
- Disk
Size float64 - The storage size of the instance, in GB.
- Disk
Type string - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Expire
Time float64 - The instance expiration time.
- Healthy float64
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- Healthy
Message string - Instance status information.
- Instance
Id string - The instance ID.
- Instance
Name string - The instance name.
- Instance
Type string - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Is
Internal float64 - Whether it is an internal customer. A value of 1 indicates an internal customer.
- Max
Partition 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.
- Max
Topic 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..
- Partition
Number float64 - The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- Public
Network float64 - The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- Public
Network stringCharge Type - The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- Rebalance
Time string - Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- Renew
Flag 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.
- Subnet
Id string - Subnet id.
- []Get
Ckafka Instances Instance List Tag - Tag information.
- Topic
Num 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.
- Vip
Lists []GetCkafka Instances Instance List Vip List - Virtual IP entities.
- Vpc
Id string - VpcId, if empty, indicates that it is the underlying network.
- Vport string
- Virtual PORT.
- Zone
Id float64 - Availability Zone ID.
- Zone
Ids []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.
- create
Time 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.
- disk
Size Double - The storage size of the instance, in GB.
- disk
Type String - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire
Time Double - The instance expiration time.
- healthy Double
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthy
Message String - Instance status information.
- instance
Id String - The instance ID.
- instance
Name String - The instance name.
- instance
Type String - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is
Internal Double - Whether it is an internal customer. A value of 1 indicates an internal customer.
- max
Partition 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.
- max
Topic 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..
- partition
Number Double - The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- public
Network Double - The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- public
Network StringCharge Type - The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalance
Time String - Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renew
Flag 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.
- subnet
Id String - Subnet id.
- List<Get
Ckafka Instances Instance List Tag> - Tag information.
- topic
Num 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.
- vip
Lists List<GetCkafka Instances Instance List Vip List> - Virtual IP entities.
- vpc
Id String - VpcId, if empty, indicates that it is the underlying network.
- vport String
- Virtual PORT.
- zone
Id Double - Availability Zone ID.
- zone
Ids 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.
- create
Time 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.
- disk
Size number - The storage size of the instance, in GB.
- disk
Type string - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire
Time number - The instance expiration time.
- healthy number
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthy
Message string - Instance status information.
- instance
Id string - The instance ID.
- instance
Name string - The instance name.
- instance
Type string - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is
Internal number - Whether it is an internal customer. A value of 1 indicates an internal customer.
- max
Partition 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.
- max
Topic 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..
- partition
Number number - The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- public
Network number - The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- public
Network stringCharge Type - The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalance
Time string - Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renew
Flag 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.
- subnet
Id string - Subnet id.
- Get
Ckafka Instances Instance List Tag[] - Tag information.
- topic
Num 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.
- vip
Lists GetCkafka Instances Instance List Vip List[] - Virtual IP entities.
- vpc
Id string - VpcId, if empty, indicates that it is the underlying network.
- vport string
- Virtual PORT.
- zone
Id number - Availability Zone ID.
- zone
Ids 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[Get
Ckafka 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.
- create
Time 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.
- disk
Size Number - The storage size of the instance, in GB.
- disk
Type String - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire
Time Number - The instance expiration time.
- healthy Number
- Instance status int: 1 indicates health, 2 indicates alarm, and 3 indicates abnormal instance status.
- healthy
Message String - Instance status information.
- instance
Id String - The instance ID.
- instance
Name String - The instance name.
- instance
Type String - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is
Internal Number - Whether it is an internal customer. A value of 1 indicates an internal customer.
- max
Partition 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.
- max
Topic 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..
- partition
Number Number - The current number of instances. Note: This field may return null, indicating that a valid value could not be retrieved..
- public
Network Number - The Internet bandwidth value. Note: This field may return null, indicating that a valid value could not be retrieved..
- public
Network StringCharge Type - The type of Internet bandwidth. Note: This field may return null, indicating that a valid value could not be retrieved..
- rebalance
Time String - Schedule the upgrade configuration time. Note: This field may return null, indicating that a valid value could not be retrieved..
- renew
Flag 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.
- subnet
Id String - Subnet id.
- List<Property Map>
- Tag information.
- topic
Num 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.
- vip
Lists List<Property Map> - Virtual IP entities.
- vpc
Id String - VpcId, if empty, indicates that it is the underlying network.
- vport String
- Virtual PORT.
- zone
Id Number - Availability Zone ID.
- zone
Ids 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
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack