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. Enabled by default.
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. Disabled by default.
[[["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-07 UTC."],[],[],null,["# Interface Instance.ShieldedInstanceConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.notebooks.v1.Instance.ShieldedInstanceConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.notebooks.v1.Instance.ShieldedInstanceConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.notebooks.v1.Instance.ShieldedInstanceConfigOrBuilder) \n\n public static interface Instance.ShieldedInstanceConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getEnableIntegrityMonitoring()\n\n public abstract boolean getEnableIntegrityMonitoring()\n\nDefines whether the instance has integrity monitoring enabled.\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. Enabled by default.\n\n`bool enable_integrity_monitoring = 3;`\n\n### getEnableSecureBoot()\n\n public abstract boolean getEnableSecureBoot()\n\nDefines whether the instance has Secure Boot enabled.\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. Disabled by default.\n\n`bool enable_secure_boot = 1;`\n\n### getEnableVtpm()\n\n public abstract boolean getEnableVtpm()\n\nDefines whether the instance has the vTPM enabled. Enabled by default.\n\n`bool enable_vtpm = 2;`"]]