Get Instances Instance
data class GetInstancesInstance(val allowedLists: List<GetInstancesInstanceAllowedList>, val config: String, val createTime: String, val deployType: Int, val diskSize: Int, val diskType: Int, val domainEndpoint: String, val eipMax: Int, val endPoint: String, val expiredTime: Int, val id: String, val ioMax: Int, val msgRetain: Int, val name: String, val paidType: String, val partitionNum: Int, val saslDomainEndpoint: String, val securityGroup: String, val serviceStatus: Int, val serviceVersion: String, val specType: String, val sslDomainEndpoint: String, val sslEndPoint: String, val tags: Map<String, String>? = null, val topicQuota: Int, val upgradeServiceDetailInfos: List<GetInstancesInstanceUpgradeServiceDetailInfo>, val vpcId: String, val vswitchId: String, val zoneId: String)
Constructors
Link copied to clipboard
constructor(allowedLists: List<GetInstancesInstanceAllowedList>, config: String, createTime: String, deployType: Int, diskSize: Int, diskType: Int, domainEndpoint: String, eipMax: Int, endPoint: String, expiredTime: Int, id: String, ioMax: Int, msgRetain: Int, name: String, paidType: String, partitionNum: Int, saslDomainEndpoint: String, securityGroup: String, serviceStatus: Int, serviceVersion: String, specType: String, sslDomainEndpoint: String, sslEndPoint: String, tags: Map<String, String>? = null, topicQuota: Int, upgradeServiceDetailInfos: List<GetInstancesInstanceUpgradeServiceDetailInfo>, vpcId: String, vswitchId: String, zoneId: String)
Properties
Link copied to clipboard
The allowed list of the instance.
Link copied to clipboard
The create time of the instance.
Link copied to clipboard
The deployed type of the instance.
Link copied to clipboard
The domain point of the instance.
Link copied to clipboard
The expired time of the instance.
Link copied to clipboard
(Available in 1.194.0+) The number of partitions.
Link copied to clipboard
The SASL domain point of the instance.
Link copied to clipboard
The security group of the instance.
Link copied to clipboard
The current status of the instance. -1: unknown status, 0: wait deploy, 1: initializing, 2: preparing, 3 starting, 5: in service, 7: wait upgrade, 8: upgrading, 10: released, 15: freeze, 101: deploy error, 102: upgrade error.
Link copied to clipboard
The kafka openSource version of the instance.
Link copied to clipboard
The SSL domain point of the instance.
Link copied to clipboard
The SSL end point of the instance.
Link copied to clipboard
The max num of topic can be create of the instance.
Link copied to clipboard
The UpgradeServiceDetailInfo List.