Ecs Launch Template System Disk Args
data class EcsLaunchTemplateSystemDiskArgs(val category: Output<String>? = null, val deleteWithInstance: Output<Boolean>? = null, val description: Output<String>? = null, val encrypted: Output<Boolean>? = null, val iops: Output<String>? = null, val name: Output<String>? = null, val performanceLevel: Output<String>? = null, val size: Output<Int>? = null) : ConvertibleToJava<EcsLaunchTemplateSystemDiskArgs>
Properties
Link copied to clipboard
Specifies whether to release the system disk when the instance is released. Default to true.
Link copied to clipboard
System disk description. It cannot begin with http:// or https://.
Link copied to clipboard
The performance level of the ESSD used as the system disk. Valid Values: PL0, PL1, PL2, and PL3. Default to: PL0.