DedicatedPropreHostEcsClassListArgs

data class DedicatedPropreHostEcsClassListArgs(val dataDiskPerformanceLevel: Output<String>? = null, val diskCapacity: Output<Int>? = null, val diskCount: Output<Int>? = null, val diskType: Output<String>? = null, val instanceType: Output<String>, val sysDiskCapacity: Output<Int>, val sysDiskType: Output<String>, val systemDiskPerformanceLevel: Output<String>? = null) : ConvertibleToJava<DedicatedPropreHostEcsClassListArgs>

Constructors

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

Properties

Link copied to clipboard
val dataDiskPerformanceLevel: Output<String>? = null

Data disk PL level.

Link copied to clipboard
val diskCapacity: Output<Int>? = null

The capacity of the data disk.

Link copied to clipboard
val diskCount: Output<Int>? = null

Number of mounted data disks.

Link copied to clipboard
val diskType: Output<String>? = null

Data disk type, value range:

Link copied to clipboard
val instanceType: Output<String>

ECS specifications.

Link copied to clipboard
val sysDiskCapacity: Output<Int>

System disk capacity.

Link copied to clipboard
val sysDiskType: Output<String>

System disk type, value:

Link copied to clipboard
val systemDiskPerformanceLevel: Output<String>? = null

System disk PL level.

Functions

Link copied to clipboard
open override fun toJava(): DedicatedPropreHostEcsClassListArgs