Make a boot disk for attachment to an instance
gce_make_boot_disk(diskName = NULL, diskSizeGb = NULL,
diskType = NULL, sourceImage = NULL,
sourceImageEncryptionKey = NULL)
Specifies the disk name
Specifies the size of the disk in base-2 GB
Specifies the disk type to use to create the instance
The source image used to create this disk
The customer-supplied encryption key of the source image
AttachedDiskInitializeParams object
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 instance.
This property is mutually exclusive with the source property; you can only define one or the other, but not both.