Get Instances Instance
data class GetInstancesInstance(val attachNodeNumber: Int, val category: String, val createTime: String, val dbfsClusterId: String, val ecsLists: List<GetInstancesInstanceEcsList>, val enableRaid: Boolean, val encryption: Boolean, val id: String, val instanceId: String, val instanceName: String, val kmsKeyId: String, val paymentType: String, val performanceLevel: String, val raidStripeUnitNumber: String, val size: Int, val status: String, val zoneId: String)
Constructors
Link copied to clipboard
fun GetInstancesInstance(attachNodeNumber: Int, category: String, createTime: String, dbfsClusterId: String, ecsLists: List<GetInstancesInstanceEcsList>, enableRaid: Boolean, encryption: Boolean, id: String, instanceId: String, instanceName: String, kmsKeyId: String, paymentType: String, performanceLevel: String, raidStripeUnitNumber: String, size: Int, status: String, zoneId: String)