public sealed class ShieldedInstanceIntegrityPolicy : IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessage
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 in the `Google.Cloud.Compute.V1` namespace defines the baseline for measuring the boot integrity of an instance."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and protocol buffer message handling."],["The latest version of the class is 3.6.0, and it is part of the Google.Cloud.Compute.V1.dll assembly, with multiple previous versions also available for use."],["The `ShieldedInstanceIntegrityPolicy` class contains a `UpdateAutoLearnPolicy` property that allows for updating the baseline integrity policy with measurements from the most recent VM boot."],["There are multiple versions of this class available for use, ranging from version 1.0.0 all the way to the latest 3.6.0."]]],[]]