GoogleCloudMlV1__DiskConfigArgs

data class GoogleCloudMlV1__DiskConfigArgs(val bootDiskSizeGb: Output<Int>? = null, val bootDiskType: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__DiskConfigArgs>

Represents the config of disk options.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__DiskConfigArgs(bootDiskSizeGb: Output<Int>? = null, bootDiskType: Output<String>? = null)

Functions

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

Properties

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

Size in GB of the boot disk (default is 100GB).

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

Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).