RuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParamsArgs

data class RuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParamsArgs(val description: Output<String>? = null, val diskName: Output<String>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null, val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<RuntimeVirtualMachineVirtualMachineConfigDataDiskInitializeParamsArgs>

Constructors

constructor(description: Output<String>? = null, diskName: Output<String>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null, labels: Output<Map<String, String>>? = null)

Properties

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

Provide this property when creating the disk.

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

Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.

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

Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.

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

The type of the boot disk attached to this runtime, defaults to standard persistent disk. For valid values, see https://cloud.google.com/vertex-ai/docs/workbench/ reference/rest/v1/projects.locations.runtimes#disktype

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.

Functions

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