public sealed class ShieldedInstanceIntegrityPolicy : IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIntegrityPolicy.
The policy describes the baseline against which Instance boot integrity is measured.
[[["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-03-21 UTC."],[[["The `ShieldedInstanceIntegrityPolicy` class, part of the Google.Cloud.Compute.V1 API, defines the baseline for measuring the boot integrity of Compute Engine instances."],["This class offers multiple versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest available version, and version 2.14.0 being the main subject of the current page."],["It inherits from the base object class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `UpdateAutoLearnPolicy`, a boolean value that controls if the VM's most recent boot measurement is used to update the policy baseline, and `HasUpdateAutoLearnPolicy` which indicates if the `UpdateAutoLearnPolicy` is set."],["There are two constructors for the class, one being the default, the other for copying the information of another `ShieldedInstanceIntegrityPolicy` object."]]],[]]