File tree Expand file tree Collapse file tree
google/cloud/tpu/v2alpha1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -525,6 +525,9 @@ message Node {
525525
526526 // Shielded Instance options.
527527 ShieldedInstanceConfig shielded_instance_config = 45 ;
528+
529+ // Output only. Whether the Node belongs to a Multislice group.
530+ bool multislice_node = 47 [(google.api.field_behavior ) = OUTPUT_ONLY ];
528531}
529532
530533// A QueuedResource represents a request for resources that will be placed
@@ -912,6 +915,13 @@ message DeleteQueuedResourceRequest {
912915
913916 // Idempotent request UUID.
914917 string request_id = 2 ;
918+
919+ // If set to true, all running nodes belonging to this queued resource will
920+ // be deleted first and then the queued resource will be deleted.
921+ // Otherwise (i.e. force=false), the queued resource will only be deleted if
922+ // its nodes have already been deleted or the queued resource is in the
923+ // ACCEPTED, FAILED, or SUSPENDED state.
924+ bool force = 3 ;
915925}
916926
917927// The per-product per-project service identity for Cloud TPU service.
You can’t perform that action at this time.
0 commit comments