DedicatedPropreHostEcsClassList

data class DedicatedPropreHostEcsClassList(val dataDiskPerformanceLevel: String? = null, val diskCapacity: Int? = null, val diskCount: Int? = null, val diskType: String? = null, val instanceType: String, val sysDiskCapacity: Int, val sysDiskType: String, val systemDiskPerformanceLevel: String? = null)

Constructors

Link copied to clipboard
constructor(dataDiskPerformanceLevel: String? = null, diskCapacity: Int? = null, diskCount: Int? = null, diskType: String? = null, instanceType: String, sysDiskCapacity: Int, sysDiskType: String, systemDiskPerformanceLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data disk PL level.

Link copied to clipboard
val diskCapacity: Int? = null

The capacity of the data disk.

Link copied to clipboard
val diskCount: Int? = null

Number of mounted data disks.

Link copied to clipboard
val diskType: String? = null

Data disk type, value range:

Link copied to clipboard

ECS specifications.

Link copied to clipboard

System disk capacity.

Link copied to clipboard

System disk type, value:

Link copied to clipboard

System disk PL level.