Skip to content

Commit

Permalink
feat: Add MultisliceNode
Browse files Browse the repository at this point in the history
---
feat: Enable Force on DeleteQueuedResource
PiperOrigin-RevId: 536935689
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 1, 2023
1 parent 6782d08 commit 5649269
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google/cloud/tpu/v2alpha1/cloud_tpu.proto
Expand Up @@ -525,6 +525,9 @@ message Node {

// Shielded Instance options.
ShieldedInstanceConfig shielded_instance_config = 45;

// Output only. Whether the Node belongs to a Multislice group.
bool multislice_node = 47 [(google.api.field_behavior) = OUTPUT_ONLY];
}

// A QueuedResource represents a request for resources that will be placed
Expand Down Expand Up @@ -912,6 +915,13 @@ message DeleteQueuedResourceRequest {

// Idempotent request UUID.
string request_id = 2;

// If set to true, all running nodes belonging to this queued resource will
// be deleted first and then the queued resource will be deleted.
// Otherwise (i.e. force=false), the queued resource will only be deleted if
// its nodes have already been deleted or the queued resource is in the
// ACCEPTED, FAILED, or SUSPENDED state.
bool force = 3;
}

// The per-product per-project service identity for Cloud TPU service.
Expand Down

0 comments on commit 5649269

Please sign in to comment.