You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-osconfig/v1beta/2.0.0/com/google/api/services/osconfig/v1beta/model/PatchConfig.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@ public final class PatchConfig extends com.google.api.client.json.GenericJson {
74
74
75
75
/**
76
76
* Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip
77
-
* unpatchable instances, reporting them as SKIPPED. An instance can be unpatchable for two
78
-
* reasons: a. The instance runs Container-Optimized OS (COS), which cannot be patched. b. The
79
-
* patch job's configuration prohibits patching on Managed Instance Groups (MIGs) through the
80
-
* PatchConfig.migInstancesAllowed field, and the instance is part of one. 2. The system reports
81
-
* the patch job as SUCCEEDED if it completes without errors, regardless of whether any instances
82
-
* were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it
83
-
* completes without errors, but some instances were INACTIVE and therefore not patched.
77
+
* unpatchable instances, reporting them as `SKIPPED`. An instance can be unpatchable for two
78
+
* reasons: 1. The instance runs Container-Optimized OS (COS), which cannot be patched. 2. The
79
+
* instance is part of a managed instance group (MIG), and patching MIG instances is disabled in
80
+
* the patch job's configuration (PatchConfig.migInstancesAllowed is `false`). 2. Reports the
81
+
* patch job as `SUCCEEDED` if it completes without errors, even if some instances were `SKIPPED`.
82
+
* 3. Reports the patch job as `COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but
83
+
* some instances were `INACTIVE` and were not patched.
84
84
* The value may be {@code null}.
85
85
*/
86
86
@com.google.api.client.util.Key
@@ -211,13 +211,13 @@ public PatchConfig setRebootConfig(java.lang.String rebootConfig) {
211
211
212
212
/**
213
213
* Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip
214
-
* unpatchable instances, reporting them as SKIPPED. An instance can be unpatchable for two
215
-
* reasons: a. The instance runs Container-Optimized OS (COS), which cannot be patched. b. The
216
-
* patch job's configuration prohibits patching on Managed Instance Groups (MIGs) through the
217
-
* PatchConfig.migInstancesAllowed field, and the instance is part of one. 2. The system reports
218
-
* the patch job as SUCCEEDED if it completes without errors, regardless of whether any instances
219
-
* were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it
220
-
* completes without errors, but some instances were INACTIVE and therefore not patched.
214
+
* unpatchable instances, reporting them as `SKIPPED`. An instance can be unpatchable for two
215
+
* reasons: 1. The instance runs Container-Optimized OS (COS), which cannot be patched. 2. The
216
+
* instance is part of a managed instance group (MIG), and patching MIG instances is disabled in
217
+
* the patch job's configuration (PatchConfig.migInstancesAllowed is `false`). 2. Reports the
218
+
* patch job as `SUCCEEDED` if it completes without errors, even if some instances were `SKIPPED`.
219
+
* 3. Reports the patch job as `COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but
220
+
* some instances were `INACTIVE` and were not patched.
221
221
* @return value or {@code null} for none
222
222
*/
223
223
publicjava.lang.BooleangetSkipUnpatchableVms() {
@@ -226,13 +226,13 @@ public java.lang.Boolean getSkipUnpatchableVms() {
226
226
227
227
/**
228
228
* Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip
229
-
* unpatchable instances, reporting them as SKIPPED. An instance can be unpatchable for two
230
-
* reasons: a. The instance runs Container-Optimized OS (COS), which cannot be patched. b. The
231
-
* patch job's configuration prohibits patching on Managed Instance Groups (MIGs) through the
232
-
* PatchConfig.migInstancesAllowed field, and the instance is part of one. 2. The system reports
233
-
* the patch job as SUCCEEDED if it completes without errors, regardless of whether any instances
234
-
* were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it
235
-
* completes without errors, but some instances were INACTIVE and therefore not patched.
229
+
* unpatchable instances, reporting them as `SKIPPED`. An instance can be unpatchable for two
230
+
* reasons: 1. The instance runs Container-Optimized OS (COS), which cannot be patched. 2. The
231
+
* instance is part of a managed instance group (MIG), and patching MIG instances is disabled in
232
+
* the patch job's configuration (PatchConfig.migInstancesAllowed is `false`). 2. Reports the
233
+
* patch job as `SUCCEEDED` if it completes without errors, even if some instances were `SKIPPED`.
234
+
* 3. Reports the patch job as `COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but
235
+
* some instances were `INACTIVE` and were not patched.
236
236
* @param skipUnpatchableVms skipUnpatchableVms or {@code null} for none
0 commit comments