Instance Args
data class InstanceArgs(val config: Output<String>? = null, val deployType: Output<Int>? = null, val diskSize: Output<Int>? = null, val diskType: Output<Int>? = null, val eipMax: Output<Int>? = null, val ioMax: Output<Int>? = null, val ioMaxSpec: Output<String>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val paidType: Output<String>? = null, val partitionNum: Output<Int>? = null, val securityGroup: Output<String>? = null, val selectedZones: Output<List<String>>? = null, val serviceVersion: Output<String>? = null, val specType: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val topicQuota: Output<Int>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>
Import
ALIKAFKA instance can be imported using the id, e.g.
$ pulumi import alicloud:alikafka/instance:Instance instance alikafka_post-cn-123455abc
Content copied to clipboard
Constructors
Link copied to clipboard
fun InstanceArgs(config: Output<String>? = null, deployType: Output<Int>? = null, diskSize: Output<Int>? = null, diskType: Output<Int>? = null, eipMax: Output<Int>? = null, ioMax: Output<Int>? = null, ioMaxSpec: Output<String>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, paidType: Output<String>? = null, partitionNum: Output<Int>? = null, securityGroup: Output<String>? = null, selectedZones: Output<List<String>>? = null, serviceVersion: Output<String>? = null, specType: Output<String>? = null, tags: Output<Map<String, Any>>? = null, topicQuota: Output<Int>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The max num of topic can be creation of the instance. It has been deprecated since version 1.194.0 and using partition_num
instead. Currently, its value only can be set to 50 when creating it, and finally depends on partition_num
value: <topic_quota
> = 1000 + <partition_num
>. Therefore, you can update it by updating the partition_num
, and it is the only updating path.