@@ -185,7 +185,7 @@ message EncryptionConfig {
185185 string kms_key = 1 ;
186186}
187187
188- // An Local attached disk resource.
188+ // A Local attached disk resource.
189189message LocalDisk {
190190 // Optional. A list of features to enable on the guest operating system.
191191 // Applicable only for bootable images.
@@ -252,8 +252,9 @@ message LocalDisk {
252252 // in any other format than SCSI. Local SSDs can use either NVME or SCSI. For
253253 // performance characteristics of SCSI over NVMe, see Local SSD performance.
254254 // Valid values:
255- // NVME
256- // SCSI
255+ //
256+ // * NVME
257+ // * SCSI
257258 string interface = 7 ;
258259
259260 // Output only. Type of the resource. Always compute#attachedDisk for attached disks.
@@ -265,8 +266,9 @@ message LocalDisk {
265266 // The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
266267 // not specified, the default is to attach the disk in READ_WRITE mode.
267268 // Valid values:
268- // READ_ONLY
269- // READ_WRITE
269+ //
270+ // * READ_ONLY
271+ // * READ_WRITE
270272 string mode = 10 ;
271273
272274 // Specifies a valid partial or full URL to an existing Persistent Disk
@@ -276,8 +278,9 @@ message LocalDisk {
276278 // Specifies the type of the disk, either SCRATCH or PERSISTENT. If not
277279 // specified, the default is PERSISTENT.
278280 // Valid values:
279- // PERSISTENT
280- // SCRATCH
281+ //
282+ // * PERSISTENT
283+ // * SCRATCH
281284 string type = 12 ;
282285}
283286
@@ -367,7 +370,7 @@ message RuntimeSoftwareConfig {
367370 // Default: True
368371 optional bool idle_shutdown = 3 ;
369372
370- // Time in minutes to wait before shuting down runtime. Default: 180 minutes
373+ // Time in minutes to wait before shutting down runtime. Default: 180 minutes
371374 int32 idle_shutdown_timeout = 4 ;
372375
373376 // Install Nvidia Driver automatically.
0 commit comments