@@ -89,9 +89,9 @@ public final class InstancePolicy extends com.google.api.client.json.GenericJson
89
89
private java .lang .String provisioningModel ;
90
90
91
91
/**
92
- * Optional. If specified, VMs will consume only the specified reservation. If not specified
93
- * (default) , VMs will consume any applicable reservation. Additionally, VMs will not consume any
94
- * reservation if "NO_RESERVATION" is specified.
92
+ * Optional. If not specified (default) , VMs will consume any applicable reservation. If
93
+ * "NO_RESERVATION" is specified , VMs will not consume any reservation. Otherwise, if specified,
94
+ * VMs will consume only the specified reservation .
95
95
* The value may be {@code null}.
96
96
*/
97
97
@ com .google .api .client .util .Key
@@ -208,19 +208,19 @@ public InstancePolicy setProvisioningModel(java.lang.String provisioningModel) {
208
208
}
209
209
210
210
/**
211
- * Optional. If specified, VMs will consume only the specified reservation. If not specified
212
- * (default) , VMs will consume any applicable reservation. Additionally, VMs will not consume any
213
- * reservation if "NO_RESERVATION" is specified.
211
+ * Optional. If not specified (default) , VMs will consume any applicable reservation. If
212
+ * "NO_RESERVATION" is specified , VMs will not consume any reservation. Otherwise, if specified,
213
+ * VMs will consume only the specified reservation .
214
214
* @return value or {@code null} for none
215
215
*/
216
216
public java .lang .String getReservation () {
217
217
return reservation ;
218
218
}
219
219
220
220
/**
221
- * Optional. If specified, VMs will consume only the specified reservation. If not specified
222
- * (default) , VMs will consume any applicable reservation. Additionally, VMs will not consume any
223
- * reservation if "NO_RESERVATION" is specified.
221
+ * Optional. If not specified (default) , VMs will consume any applicable reservation. If
222
+ * "NO_RESERVATION" is specified , VMs will not consume any reservation. Otherwise, if specified,
223
+ * VMs will consume only the specified reservation .
224
224
* @param reservation reservation or {@code null} for none
225
225
*/
226
226
public InstancePolicy setReservation (java .lang .String reservation ) {
0 commit comments