GetInstancesInstance

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowed list of the instance.

Link copied to clipboard

The config 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 disk size of the instance.

Link copied to clipboard

The disk type of the instance. 0: efficient cloud disk , 1: SSD.

Link copied to clipboard

The domain point of the instance.

Link copied to clipboard
val eipMax: Int

The peak bandwidth of the instance.

Link copied to clipboard

The endPoint to access the instance.

Link copied to clipboard

The expired time of the instance.

Link copied to clipboard
val id: String

ID of the instance.

Link copied to clipboard
val ioMax: Int

The peak value of io of the instance.

Link copied to clipboard

The msg retain of the instance.

Link copied to clipboard

Name of the instance.

Link copied to clipboard

The paid type 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 spec type 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
val tags: Map<String, String>? = null

A mapping of tags to assign to the instance.

Link copied to clipboard

The max num of topic can be create of the instance.

Link copied to clipboard
Link copied to clipboard

The ID of attaching VPC to instance.

Link copied to clipboard

The ID of attaching vswitch to instance.

Link copied to clipboard

The ID of attaching zone to instance.