Local Disk Args
    data class LocalDiskArgs(val diskCount: Output<Int>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null) : ConvertibleToJava<LocalDiskArgs> 
Constructors
Link copied to clipboard
                fun LocalDiskArgs(diskCount: Output<Int>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null)