GetServerPlansPlan

data class GetServerPlansPlan(val bandwidth: Int, val core: Int, val diskSize: Int, val flow: Int, val id: String, val memory: Double, val planId: String, val supportPlatform: String)

Constructors

Link copied to clipboard
constructor(bandwidth: Int, core: Int, diskSize: Int, flow: Int, id: String, memory: Double, planId: String, supportPlatform: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The peak bandwidth. Unit: Mbit/s.

Link copied to clipboard
val core: Int

The number of CPU cores.

Link copied to clipboard

The size of the enhanced SSD (ESSD). Unit: GB.

Link copied to clipboard
val flow: Int

The monthly data transfer quota. Unit: GB.

Link copied to clipboard
val id: String

The ID of the Instance Plan.

Link copied to clipboard

The memory size. Unit: GB.

Link copied to clipboard

The ID of the Instance Plan.

Link copied to clipboard

The platform of Plan supported.