File tree Expand file tree Collapse file tree
google/cloud/batch/v1alpha Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,17 +21,6 @@ documentation:
2121 - selector : google.cloud.location.Locations.ListLocations
2222 description : Lists information about the supported locations for this service.
2323
24- backend :
25- rules :
26- - selector : ' google.cloud.batch.v1alpha.BatchService.*'
27- deadline : 60.0
28- - selector : google.cloud.location.Locations.GetLocation
29- deadline : 60.0
30- - selector : google.cloud.location.Locations.ListLocations
31- deadline : 60.0
32- - selector : ' google.longrunning.Operations.*'
33- deadline : 60.0
34-
3524http :
3625 rules :
3726 - selector : google.cloud.location.Locations.GetLocation
Original file line number Diff line number Diff line change @@ -368,7 +368,9 @@ message AllocationPolicy {
368368
369369 // Local SSDs are available through both "SCSI" and "NVMe" interfaces.
370370 // If not indicated, "NVMe" will be the default one for local ssds.
371- // We only support "SCSI" for persistent disks now.
371+ // This field is ignored for persistent disks as the interface is chosen
372+ // automatically. See
373+ // https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
372374 string disk_interface = 6 ;
373375 }
374376
You can’t perform that action at this time.
0 commit comments