Reference documentation and code samples for the Google Cloud Container V1 Client class ShieldedInstanceConfig.
A set of Shielded Instance options.
Generated from protobuf message google.container.v1.ShieldedInstanceConfig
Namespace
Google \ Cloud \ Container \ V1
Methods
__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. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
↳ enable_integrity_monitoring
bool
Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
getEnableSecureBoot
Defines whether the instance has Secure Boot enabled.
Secure Boot helps ensure that the system only runs authentic software by
verifying the digital signature of all boot components, and halting the
boot process if signature verification fails.
Returns
Type
Description
bool
setEnableSecureBoot
Defines whether the instance has Secure Boot enabled.
Secure Boot helps ensure that the system only runs authentic software by
verifying the digital signature of all boot components, and halting the
boot process if signature verification fails.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getEnableIntegrityMonitoring
Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance.
The attestation is performed against the integrity policy baseline. This
baseline is initially derived from the implicitly trusted boot image when
the instance is created.
Returns
Type
Description
bool
setEnableIntegrityMonitoring
Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance.
The attestation is performed against the integrity policy baseline. This
baseline is initially derived from the implicitly trusted boot image when
the instance is created.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Container V1 Client - Class ShieldedInstanceConfig (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-container/latest/V1.ShieldedInstanceConfig)\n- [2.4.0](/php/docs/reference/cloud-container/2.4.0/V1.ShieldedInstanceConfig)\n- [2.3.4](/php/docs/reference/cloud-container/2.3.4/V1.ShieldedInstanceConfig)\n- [2.2.1](/php/docs/reference/cloud-container/2.2.1/V1.ShieldedInstanceConfig)\n- [2.1.0](/php/docs/reference/cloud-container/2.1.0/V1.ShieldedInstanceConfig)\n- [2.0.0](/php/docs/reference/cloud-container/2.0.0/V1.ShieldedInstanceConfig)\n- [1.33.0](/php/docs/reference/cloud-container/1.33.0/V1.ShieldedInstanceConfig)\n- [1.32.0](/php/docs/reference/cloud-container/1.32.0/V1.ShieldedInstanceConfig)\n- [1.31.0](/php/docs/reference/cloud-container/1.31.0/V1.ShieldedInstanceConfig)\n- [1.30.3](/php/docs/reference/cloud-container/1.30.3/V1.ShieldedInstanceConfig)\n- [1.24.0](/php/docs/reference/cloud-container/1.24.0/V1.ShieldedInstanceConfig)\n- [1.23.0](/php/docs/reference/cloud-container/1.23.0/V1.ShieldedInstanceConfig)\n- [1.22.0](/php/docs/reference/cloud-container/1.22.0/V1.ShieldedInstanceConfig)\n- [1.21.1](/php/docs/reference/cloud-container/1.21.1/V1.ShieldedInstanceConfig)\n- [1.20.0](/php/docs/reference/cloud-container/1.20.0/V1.ShieldedInstanceConfig)\n- [1.19.0](/php/docs/reference/cloud-container/1.19.0/V1.ShieldedInstanceConfig)\n- [1.18.0](/php/docs/reference/cloud-container/1.18.0/V1.ShieldedInstanceConfig)\n- [1.17.1](/php/docs/reference/cloud-container/1.17.1/V1.ShieldedInstanceConfig)\n- [1.16.0](/php/docs/reference/cloud-container/1.16.0/V1.ShieldedInstanceConfig)\n- [1.15.0](/php/docs/reference/cloud-container/1.15.0/V1.ShieldedInstanceConfig)\n- [1.14.0](/php/docs/reference/cloud-container/1.14.0/V1.ShieldedInstanceConfig)\n- [1.13.1](/php/docs/reference/cloud-container/1.13.1/V1.ShieldedInstanceConfig)\n- [1.12.1](/php/docs/reference/cloud-container/1.12.1/V1.ShieldedInstanceConfig)\n- [1.10.3](/php/docs/reference/cloud-container/1.10.3/V1.ShieldedInstanceConfig)\n- [1.9.1](/php/docs/reference/cloud-container/1.9.1/V1.ShieldedInstanceConfig) \nReference documentation and code samples for the Google Cloud Container V1 Client class ShieldedInstanceConfig.\n\nA set of Shielded Instance options.\n\nGenerated from protobuf message `google.container.v1.ShieldedInstanceConfig`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Container \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getEnableSecureBoot\n\nDefines whether the instance has Secure Boot enabled.\n\nSecure Boot helps ensure that the system only runs authentic software by\nverifying the digital signature of all boot components, and halting the\nboot process if signature verification fails.\n\n### setEnableSecureBoot\n\nDefines whether the instance has Secure Boot enabled.\n\nSecure Boot helps ensure that the system only runs authentic software by\nverifying the digital signature of all boot components, and halting the\nboot process if signature verification fails.\n\n### getEnableIntegrityMonitoring\n\nDefines whether the instance has integrity monitoring enabled.\n\nEnables monitoring and attestation of the boot integrity of the instance.\nThe attestation is performed against the integrity policy baseline. This\nbaseline is initially derived from the implicitly trusted boot image when\nthe instance is created.\n\n### setEnableIntegrityMonitoring\n\nDefines whether the instance has integrity monitoring enabled.\n\nEnables monitoring and attestation of the boot integrity of the instance.\nThe attestation is performed against the integrity policy baseline. This\nbaseline is initially derived from the implicitly trusted boot image when\nthe instance is created."]]