We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fbff5 commit fad5242Copy full SHA for fad5242
compute/cloud-client/src/main/java/compute/reservation/ConsumeSingleProjectReservation.java
@@ -114,7 +114,7 @@ public static void createInstance(
114
.format("projects/debian-cloud/global/images/family/%s", "debian-11");
115
long diskSizeGb = 10L;
116
String networkName = "default";
117
- String machineType = String.format("zones/%s/machineTypes/n1-standard-4", zone);
+ String machineType = String.format("zones/%s/machineTypes/n1-standard-4", zone);
118
String minCpuPlatform = "Intel Skylake";
119
120
// Initialize client that will be used to send requests. This client only needs to be created
0 commit comments