Instance Gce Setup Boot Disk Args
data class InstanceGceSetupBootDiskArgs(val diskEncryption: Output<String>? = null, val diskSizeGb: Output<String>? = null, val diskType: Output<String>? = null, val kmsKey: Output<String>? = null) : ConvertibleToJava<InstanceGceSetupBootDiskArgs>
Properties
Link copied to clipboard
Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK. Possible values are: GMEK
, CMEK
.
Link copied to clipboard
Optional. The size of the boot disk in GB attached to this instance, up to a maximum of 64000 GB (64 TB). If not specified, this defaults to the recommended value of 150GB.
Link copied to clipboard