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-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/InstanceInfo.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,13 @@ public final class InstanceInfo extends com.google.api.client.json.GenericJson {
79
79
@com.google.api.client.util.Key
80
80
privatejava.lang.StringpscNetworkAttachmentUri;
81
81
82
+
/**
83
+
* Indicates whether the Compute Engine instance is running.
84
+
* The value may be {@code null}.
85
+
*/
86
+
@com.google.api.client.util.Key
87
+
privatejava.lang.Booleanrunning;
88
+
82
89
/**
83
90
* Service account authorized for the instance.
84
91
* The value may be {@code null}.
@@ -212,6 +219,23 @@ public InstanceInfo setPscNetworkAttachmentUri(java.lang.String pscNetworkAttach
212
219
returnthis;
213
220
}
214
221
222
+
/**
223
+
* Indicates whether the Compute Engine instance is running.
224
+
* @return value or {@code null} for none
225
+
*/
226
+
publicjava.lang.BooleangetRunning() {
227
+
returnrunning;
228
+
}
229
+
230
+
/**
231
+
* Indicates whether the Compute Engine instance is running.
0 commit comments