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
// Names of the nodes to go under maintenance simulation.
18694
+
repeated string nodes = 104993457;
18695
+
18696
+
}
18697
+
18685
18698
// Represent a sole-tenant Node Template resource. You can use a template to define properties for nodes in a node group. For more information, read Creating node groups and instances.
// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26634
+
optional string request_id = 37109963;
26635
+
26636
+
// The name of the zone for this request.
26637
+
string zone = 3744684 [
26638
+
(google.api.field_behavior) = REQUIRED,
26639
+
(google.cloud.operation_request_field) = "zone"
26640
+
];
26641
+
26642
+
}
26643
+
26606
26644
// Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regular interval. For more information, read Creating persistent disk snapshots.
26607
26645
message Snapshot {
26608
26646
// [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.
0 commit comments