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>
Constructors
Link copied to clipboard
fun EcsLaunchTemplateSystemDiskArgs(category: Output<String>? = null, deleteWithInstance: Output<Boolean>? = null, description: Output<String>? = null, encrypted: Output<Boolean>? = null, iops: Output<String>? = null, name: Output<String>? = null, performanceLevel: Output<String>? = null, size: Output<Int>? = null)