tencentcloud 1.81.187 published on Monday, Apr 28, 2025 by tencentcloudstack
tencentcloud.getCkafkaInstances
Explore with Pulumi AI
tencentcloud 1.81.187 published on Monday, Apr 28, 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
This property is required. double - Instance bandwidth, in Mbps.
- Create
Time 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.
- Disk
Size This property is required. double - The storage size of the instance, in GB.
- Disk
Type This property is required. string - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Expire
Time 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.
- Healthy
Message This property is required. string - Instance status information.
- Instance
Id This property is required. string - The instance ID.
- Instance
Name This property is required. string - The instance name.
- Instance
Type This property is required. string - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Is
Internal This property is required. double - Whether it is an internal customer. A value of 1 indicates an internal customer.
- Max
Partition Number 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.
- Max
Topic Number 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..
- Partition
Number 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..
- Public
Network This property is required. double - 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. string - 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. string - 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. 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.
- Subnet
Id This property is required. string - Subnet id.
This property is required. List<GetCkafka Instances Instance List Tag> - Tag information.
- Topic
Num 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.
- Vip
Lists This property is required. List<GetCkafka Instances Instance List Vip List> - Virtual IP entities.
- Vpc
Id This property is required. string - VpcId, if empty, indicates that it is the underlying network.
- Vport
This property is required. string - Virtual PORT.
- Zone
Id This property is required. double - Availability Zone ID.
- Zone
Ids 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.
- Create
Time 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.
- Disk
Size This property is required. float64 - The storage size of the instance, in GB.
- Disk
Type This property is required. string - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Expire
Time 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.
- Healthy
Message This property is required. string - Instance status information.
- Instance
Id This property is required. string - The instance ID.
- Instance
Name This property is required. string - The instance name.
- Instance
Type This property is required. string - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- Is
Internal This property is required. float64 - Whether it is an internal customer. A value of 1 indicates an internal customer.
- Max
Partition Number 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.
- Max
Topic Number 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..
- Partition
Number 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..
- Public
Network This property is required. float64 - 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. string - 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. string - 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. 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.
- Subnet
Id This property is required. string - Subnet id.
This property is required. []GetCkafka Instances Instance List Tag - Tag information.
- Topic
Num 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.
- Vip
Lists This property is required. []GetCkafka Instances Instance List Vip List - Virtual IP entities.
- Vpc
Id This property is required. string - VpcId, if empty, indicates that it is the underlying network.
- Vport
This property is required. string - Virtual PORT.
- Zone
Id This property is required. float64 - Availability Zone ID.
- Zone
Ids 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.
- create
Time 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.
- disk
Size This property is required. Double - The storage size of the instance, in GB.
- disk
Type This property is required. String - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire
Time 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.
- healthy
Message This property is required. String - Instance status information.
- instance
Id This property is required. String - The instance ID.
- instance
Name This property is required. String - The instance name.
- instance
Type This property is required. String - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is
Internal This property is required. Double - Whether it is an internal customer. A value of 1 indicates an internal customer.
- max
Partition Number 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.
- max
Topic Number 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..
- partition
Number 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..
- public
Network This property is required. Double - 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. String - 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. String - 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. 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.
- subnet
Id This property is required. String - Subnet id.
This property is required. List<GetCkafka Instances Instance List Tag> - Tag information.
- topic
Num 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.
- vip
Lists This property is required. List<GetCkafka Instances Instance List Vip List> - Virtual IP entities.
- vpc
Id This property is required. String - VpcId, if empty, indicates that it is the underlying network.
- vport
This property is required. String - Virtual PORT.
- zone
Id This property is required. Double - Availability Zone ID.
- zone
Ids 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.
- create
Time 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.
- disk
Size This property is required. number - The storage size of the instance, in GB.
- disk
Type This property is required. string - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire
Time 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.
- healthy
Message This property is required. string - Instance status information.
- instance
Id This property is required. string - The instance ID.
- instance
Name This property is required. string - The instance name.
- instance
Type This property is required. string - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is
Internal This property is required. number - Whether it is an internal customer. A value of 1 indicates an internal customer.
- max
Partition Number 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.
- max
Topic Number 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..
- partition
Number 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..
- public
Network This property is required. number - 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. string - 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. string - 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. 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.
- subnet
Id This property is required. string - Subnet id.
This property is required. GetCkafka Instances Instance List Tag[] - Tag information.
- topic
Num 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.
- vip
Lists This property is required. GetCkafka Instances Instance List Vip List[] - Virtual IP entities.
- vpc
Id This property is required. string - VpcId, if empty, indicates that it is the underlying network.
- vport
This property is required. string - Virtual PORT.
- zone
Id This property is required. number - Availability Zone ID.
- zone
Ids 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.
This property is required. Sequence[GetCkafka Instances Instance List Tag] - 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[GetCkafka Instances Instance List Vip List] - 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.
- create
Time 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.
- disk
Size This property is required. Number - The storage size of the instance, in GB.
- disk
Type This property is required. String - Disk Type. Note: This field may return null, indicating that a valid value could not be retrieved.
- expire
Time 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.
- healthy
Message This property is required. String - Instance status information.
- instance
Id This property is required. String - The instance ID.
- instance
Name This property is required. String - The instance name.
- instance
Type This property is required. String - ckafka instance type. Note: This field may return null, indicating that a valid value could not be retrieved.
- is
Internal This property is required. Number - Whether it is an internal customer. A value of 1 indicates an internal customer.
- max
Partition Number 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.
- max
Topic Number 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..
- partition
Number 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..
- public
Network This property is required. Number - 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. String - 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. String - 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. 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.
- subnet
Id This property is required. String - Subnet id.
This property is required. List<Property Map>- Tag information.
- topic
Num 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.
- vip
Lists This property is required. List<Property Map> - Virtual IP entities.
- vpc
Id This property is required. String - VpcId, if empty, indicates that it is the underlying network.
- vport
This property is required. String - Virtual PORT.
- zone
Id This property is required. Number - Availability Zone ID.
- zone
Ids 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
GetCkafkaInstancesInstanceListVipList
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.187 published on Monday, Apr 28, 2025 by tencentcloudstack