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 1- // Copyright 2021 Google LLC
1+ // Copyright 2022 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -448,6 +448,9 @@ message Node {
448448
449449 // Output only. The Symptoms that have occurred to the TPU Node.
450450 repeated Symptom symptoms = 39 [(google.api.field_behavior ) = OUTPUT_ONLY ];
451+
452+ // Shielded Instance options.
453+ ShieldedInstanceConfig shielded_instance_config = 45 ;
451454}
452455
453456// Request for [ListNodes][google.cloud.tpu.v2alpha1.Tpu.ListNodes].
@@ -780,3 +783,9 @@ message GetGuestAttributesResponse {
780783 // The guest attributes for the TPU workers.
781784 repeated GuestAttributes guest_attributes = 1 ;
782785}
786+
787+ // A set of Shielded Instance options.
788+ message ShieldedInstanceConfig {
789+ // Defines whether the instance has Secure Boot enabled.
790+ bool enable_secure_boot = 1 ;
791+ }
You can’t perform that action at this time.
0 commit comments