Local Disk Initialize Params Args
data class LocalDiskInitializeParamsArgs(val description: Output<String>? = null, val diskName: Output<String>? = null, val diskSizeGb: Output<String>? = null, val diskType: Output<LocalDiskInitializeParamsDiskType>? = null, val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<LocalDiskInitializeParamsArgs>
Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new runtime. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
Properties
Link copied to clipboard
Optional. Provide this property when creating the disk.
Link copied to clipboard
Optional. 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
Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (PD_STANDARD
).