Reference documentation and code samples for the Google Cloud Tpu V2 Client class ShieldedInstanceConfig.
A set of Shielded Instance options.
Generated from protobuf message google.cloud.tpu.v2.ShieldedInstanceConfig
Namespace
Google \ Cloud \ Tpu \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_secure_boot |
bool
Defines whether the instance has Secure Boot enabled. |
getEnableSecureBoot
Defines whether the instance has Secure Boot enabled.
Returns | |
---|---|
Type | Description |
bool |
setEnableSecureBoot
Defines whether the instance has Secure Boot enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |